mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 16:36:14 +01:00
Merge branch 'annotation-fix' into 'master'
goption: Fix an annotation on g_option_context_parse_strv() See merge request GNOME/glib!545
This commit is contained in:
commit
8dced725c2
@ -2659,7 +2659,7 @@ g_option_context_get_description (GOptionContext *context)
|
||||
/**
|
||||
* g_option_context_parse_strv:
|
||||
* @context: a #GOptionContext
|
||||
* @arguments: (inout) (array null-terminated=1): a pointer to the
|
||||
* @arguments: (inout) (array zero-terminated=1): a pointer to the
|
||||
* command line arguments (which must be in UTF-8 on Windows)
|
||||
* @error: a return location for errors
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user