mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +02:00
goption: Fix an annotation on g_option_context_parse_strv()
It’s `zero-terminated`, not `null-terminated` (yes, this is esoteric and hard to remember). Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
903ce7dc02
commit
3987e679a9
@ -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…
x
Reference in New Issue
Block a user