Annotate g_application_add_main_option_entries
authorPaolo Borelli <pborelli@gnome.org>
Sun, 16 Feb 2014 21:06:11 +0000 (22:06 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Sun, 16 Feb 2014 21:06:11 +0000 (22:06 +0100)
gio/gapplication.c

index 04c031c..ecbeb8d 100644 (file)
@@ -589,7 +589,8 @@ add_packed_option (GApplication *application,
 /**
  * g_application_add_main_option_entries:
  * @application: a #GApplication
- * @entries: a %NULL-terminated list of #GOptionEntrys
+ * @entries: (array zero-terminated=1) (element-type GOptionEntry) a
+ *           %NULL-terminated list of #GOptionEntrys
  *
  * Adds main option entries to be handled by @application.
  *