mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
g_application_run(): Add (allow-none) introspection annotation.
This commit is contained in:
parent
3aac417fef
commit
90ad3c9962
@ -1171,7 +1171,7 @@ g_application_open (GApplication *application,
|
||||
* g_application_run:
|
||||
* @application: a #GApplication
|
||||
* @argc: the argc from main() (or 0 if @argv is %NULL)
|
||||
* @argv: (array length=argc): the argv from main(), or %NULL
|
||||
* @argv: (array length=argc) (allow-none): the argv from main(), or %NULL
|
||||
* @returns: the exit status
|
||||
*
|
||||
* Runs the application.
|
||||
|
Loading…
Reference in New Issue
Block a user