Adding allow-none introspection annotation for GtkInitFunc parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user