summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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