]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkmodules.h
Document that GtkModuleInit doesn't receive argv anymore
[~andy/gtk] / gtk / gtkmodules.h
index 467444296308c941df8e32f140930db8fa58bda8..a2adfce78a61a17d2bb4742287890186600a99d5 100644 (file)
@@ -32,13 +32,12 @@ G_BEGIN_DECLS
 
 /**
  * GtkModuleInitFunc:
- * @argc: Pointer to the number of arguments remaining after gtk_init()
- * @argv: Points to the argument vector
+ * @argc: GTK+ always passes %NULL for this argument
+ * @argv: 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
- * the module with the @argc and @argv cleaned from any arguments
- * that GTK+ handles itself.
+ * the module.
  */
 typedef void     (*GtkModuleInitFunc)        (gint        *argc,
                                               gchar      ***argv);