summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-20 20:11:11 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-20 20:11:11 +0100
commit953112f91f2257db4f7cd8c5d6cc1be28c50af79 (patch)
tree80f014d6c20228c5c876f2c78ef6da6011bb2444
parentd78ace6c34d9dec61779978bf5ee92b91f27626d (diff)
downloadgtk+-953112f91f2257db4f7cd8c5d6cc1be28c50af79.tar.gz
Adding allow-none introspection annotation for GtkInitFunc parameters
-rw-r--r--gtk/gtkmodules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmodules.h b/gtk/gtkmodules.h
index 3c97854f76..b0f9a509ac 100644
--- a/gtk/gtkmodules.h
+++ b/gtk/gtkmodules.h
@@ -32,8 +32,8 @@ G_BEGIN_DECLS
/**
* GtkModuleInitFunc:
- * @argc: GTK+ always passes %NULL for this argument
- * @argv: (array length=argc): GTK+ always passes %NULL for this argument
+ * @argc: (allow-none): GTK+ always passes %NULL for this argument
+ * @argv: (allow-none) (array length=argc): GTK+ always passes %NULL for this argument
*
* Each GTK+ module must have a function gtk_module_init()
* with this prototype. This function is called after loading