Adding introspection annotation to GtkModuleIinitFunc to specify array and length parameters

This commit is contained in:
Alberto Ruiz 2011-04-20 20:06:14 +01:00
parent 58b2e9caaf
commit d78ace6c34

View File

@ -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