summaryrefslogtreecommitdiff
path: root/gtk/gtkmodules.h
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-20 20:06:14 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-20 20:06:14 +0100
commitd78ace6c34d9dec61779978bf5ee92b91f27626d (patch)
treeff5c6f62e46983a4ae34a183afeedd3f1ee18f88 /gtk/gtkmodules.h
parent58b2e9caaf38db621bb795f3c82fa9d8a995aebb (diff)
downloadgtk+-d78ace6c34d9dec61779978bf5ee92b91f27626d.tar.gz
Adding introspection annotation to GtkModuleIinitFunc to specify array and length parameters
Diffstat (limited to 'gtk/gtkmodules.h')
-rw-r--r--gtk/gtkmodules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmodules.h b/gtk/gtkmodules.h
index a2adfce78a..3c97854f76 100644
--- a/gtk/gtkmodules.h
+++ b/gtk/gtkmodules.h
@@ -33,7 +33,7 @@ G_BEGIN_DECLS
/**
* GtkModuleInitFunc:
* @argc: GTK+ always passes %NULL for this argument
- * @argv: GTK+ always passes %NULL for this argument
+ * @argv: (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