Adding allow-none introspection annotation for GtkInitFunc parameters

This commit is contained in:
Alberto Ruiz
2011-04-20 20:11:11 +01:00
parent d78ace6c34
commit 953112f91f

View File

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