projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aac417
)
g_application_run(): Add (allow-none) introspection annotation.
author
Murray Cumming
<murrayc@murrayc.com>
Sat, 5 Mar 2011 13:51:55 +0000
(14:51 +0100)
committer
Murray Cumming
<murrayc@murrayc.com>
Sat, 5 Mar 2011 13:51:55 +0000
(14:51 +0100)
gio/gapplication.c
patch
|
blob
|
history
diff --git
a/gio/gapplication.c
b/gio/gapplication.c
index
016887f
..
70ff148
100644
(file)
--- 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.