mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
Adding introspection annotation to GtkModuleIinitFunc to specify array and length parameters
This commit is contained in:
parent
58b2e9caaf
commit
d78ace6c34
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user