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:
Philip Withnall 2019-01-05 07:57:17 +00:00
commit 8dced725c2

View File

@ -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
*