summaryrefslogtreecommitdiff
path: root/gio/gasyncinitable.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-03-24 23:58:45 +1100
committerRobert Ancell <robert.ancell@canonical.com>2012-03-31 20:34:28 +1100
commit4143842eb47c1f38b2b4742b0928e4049e38afb9 (patch)
treee699547e8a4e074790c5f7b6bcddbd6877578b6b /gio/gasyncinitable.c
parent4cf5d2531608b4433fb3348d679f099bd3d29716 (diff)
downloadglib-4143842eb47c1f38b2b4742b0928e4049e38afb9.tar.gz
Add missing allow-none annotations for function parameters.
Found using: find . -name '*.c' | xargs grep 'or %NULL' | grep ' \* @' | grep -v '@error' | grep -v allow-none
Diffstat (limited to 'gio/gasyncinitable.c')
-rw-r--r--gio/gasyncinitable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gasyncinitable.c b/gio/gasyncinitable.c
index e2264e0f6..4d0c0978f 100644
--- a/gio/gasyncinitable.c
+++ b/gio/gasyncinitable.c
@@ -318,7 +318,7 @@ g_async_initable_real_init_finish (GAsyncInitable *initable,
* @callback: a #GAsyncReadyCallback to call when the initialization is
* finished
* @user_data: the data to pass to callback function
- * @first_property_name: the name of the first property, or %NULL if no
+ * @first_property_name: (allow-none): the name of the first property, or %NULL if no
* properties
* @...: the value of the first property, followed by other property
* value pairs, and ended by %NULL.