diff options
author | Colin Walters <walters@verbum.org> | 2013-03-21 12:14:19 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-03-21 12:14:19 -0400 |
commit | ef1df66aeb9983f401ef2fe4113afdc955d271af (patch) | |
tree | 5fad16110c4ac1e99660f011b4beb1a738c3537f /gir/glib-2.0.c | |
parent | 1e06a8e091c752b87abf617bb972ac873c3ba261 (diff) | |
download | gobject-introspection-ef1df66aeb9983f401ef2fe4113afdc955d271af.tar.gz |
Update GLib annotations to 2.35.9GOBJECT_INTROSPECTION_1_35_9
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 347dbf2f..dc98af0d 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -20573,7 +20573,7 @@ /** * g_option_context_new: - * @parameter_string: a string which is displayed in the first line of <option>--help</option> output, after the usage summary <literal><replaceable>programname</replaceable> [OPTION...]</literal> + * @parameter_string: (allow-none): a string which is displayed in the first line of <option>--help</option> output, after the usage summary <literal><replaceable>programname</replaceable> [OPTION...]</literal> * * Creates a new option context. * |