[glib] g_application_run(): Add (allow-none) introspection annotation.



commit 90ad3c9962e335bb135cae71f746e2922c312943
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Mar 5 14:51:55 2011 +0100

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

 gio/gapplication.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 016887f..70ff148 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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]