g_application_run(): Add (allow-none) introspection annotation.
authorMurray Cumming <murrayc@murrayc.com>
Sat, 5 Mar 2011 13:51:55 +0000 (14:51 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Sat, 5 Mar 2011 13:51:55 +0000 (14:51 +0100)
gio/gapplication.c

index 016887f..70ff148 100644 (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.