goption: Fix typo in GIR annotation

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-12-31 13:05:38 +00:00
parent 6f6743de61
commit 5147d503b4
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -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().