libgimpbase: fix annotation.

Fixes:

> libgimpbase/gimpchoice.c:240: Warning: Gimp: gimp_choice_list_nicks: unknown parameter 'nick' in documentation comment
This commit is contained in:
Jehan 2024-03-05 10:36:45 +01:00
parent fade73664e
commit f6d4ebb286
1 changed files with 0 additions and 1 deletions

View File

@ -237,7 +237,6 @@ gimp_choice_is_valid (GimpChoice *choice,
/** /**
* gimp_choice_list_nicks: * gimp_choice_list_nicks:
* @choice: a %GimpChoice. * @choice: a %GimpChoice.
* @nick: the nick to check.
* *
* This procedure returns the list of nicks allowed for @choice. * This procedure returns the list of nicks allowed for @choice.
* *