From 90ad3c9962e335bb135cae71f746e2922c312943 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Sat, 5 Mar 2011 14:51:55 +0100 Subject: [PATCH] g_application_run(): Add (allow-none) introspection annotation. --- gio/gapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gapplication.c b/gio/gapplication.c index 016887f01..70ff14897 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -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.