[gtk+] Adding introspection annotation to GtkModuleIinitFunc to specify array and length parameters
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adding introspection annotation to GtkModuleIinitFunc to specify array and length parameters
- Date: Wed, 20 Apr 2011 19:08:25 +0000 (UTC)
commit d78ace6c34d9dec61779978bf5ee92b91f27626d
Author: Alberto Ruiz <aruiz gnome org>
Date: Wed Apr 20 20:06:14 2011 +0100
Adding introspection annotation to GtkModuleIinitFunc to specify array and length parameters
gtk/gtkmodules.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkmodules.h b/gtk/gtkmodules.h
index a2adfce..3c97854 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]