[clutter-gtk] introspection: add missing annotation on gtk_clutter_init_with_args



commit 7855649bdfbb1138e85b179649f974d4809554a4
Author: Evan Nemerson <evan coeus-group com>
Date:   Thu Jan 12 02:35:39 2012 -0800

    introspection: add missing annotation on gtk_clutter_init_with_args
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667742

 clutter-gtk/gtk-clutter-util.c |    5 +++--
 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]