summaryrefslogtreecommitdiff
path: root/clutter-gtk
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-01-12 02:35:39 -0800
committerEvan Nemerson <evan@coeus-group.com>2012-01-12 13:28:35 -0800
commit7855649bdfbb1138e85b179649f974d4809554a4 (patch)
tree6c2c4de93852000b8e62d9ac0251c5cad8f3d34d /clutter-gtk
parent2210461f71116c4a76c0152a1b38189d62f2f073 (diff)
downloadclutter-gtk-7855649bdfbb1138e85b179649f974d4809554a4.tar.gz
introspection: add missing annotation on gtk_clutter_init_with_args
https://bugzilla.gnome.org/show_bug.cgi?id=667742
Diffstat (limited to 'clutter-gtk')
-rw-r--r--clutter-gtk/gtk-clutter-util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/clutter-gtk/gtk-clutter-util.c b/clutter-gtk/gtk-clutter-util.c
index 61c1d7a..323ae39 100644
--- a/clutter-gtk/gtk-clutter-util.c
+++ b/clutter-gtk/gtk-clutter-util.c
@@ -214,8 +214,9 @@ gtk_clutter_init (int *argc,
* @parameter_string: (allow-none): a string which is displayed in
* the first line of <option>--help</option> output, after
* <literal><replaceable>programname</replaceable> [OPTION...]</literal>
- * @entries: (allow-none): a %NULL-terminated array of #GOptionEntry<!-- -->s
- * describing the options of your program
+ * @entries: (allow-none) (array zero-terminated=1): a
+ * %NULL-terminated array of #GOptionEntry<!-- -->s describing the
+ * options of your program
* @translation_domain: (allow-none): a translation domain to use for
* translating the <option>--help</option> output for the options
* in @entries with gettext(), or %NULL