mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-28 23:16:14 +01:00
goption: Fix typo in GIR annotation
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
6f6743de61
commit
5147d503b4
@ -2559,7 +2559,7 @@ g_option_context_get_description (GOptionContext *context)
|
||||
/**
|
||||
* g_option_context_parse_strv:
|
||||
* @context: a #GOptionContext
|
||||
* @arguments: (inout) (array null-terminated=1) (optional): a pointer
|
||||
* @arguments: (inout) (array zero-terminated=1) (optional): a pointer
|
||||
* to the command line arguments (which must be in UTF-8 on Windows).
|
||||
* Starting with GLib 2.62, @arguments can be %NULL, which matches
|
||||
* g_option_context_parse().
|
||||
|
Loading…
Reference in New Issue
Block a user