1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Andre Klapper
3b937fd567 Fix GCC 14 documentation warnings in libgimpbase/gimpchoice.c
Closes #10904
2024-02-21 16:02:03 +01:00

View File

@@ -237,7 +237,6 @@ gimp_choice_is_valid (GimpChoice *choice,
/**
* gimp_choice_list_nicks:
* @choice: a %GimpChoice.
* @nick: the nick to check.
*
* This procedure returns the list of nicks allowed for @choice.
*
@@ -364,8 +363,6 @@ gimp_choice_get_documentation (GimpChoice *choice,
* return %FALSE; nevertheless [method@Gimp.Choice.list_nicks] and other
* functions to get information about a choice will still function).
*
* Returns: %TRUE if @nick is found, %FALSE otherwise.
*
* Since: 3.0
**/
void