g_application_run(): Add (allow-none) introspection annotation.

This commit is contained in:
Murray Cumming 2011-03-05 14:51:55 +01:00
parent 3aac417fef
commit 90ad3c9962

View File

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