summaryrefslogtreecommitdiff
path: root/gmodule
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 /gmodule
parent4cf5d2531608b4433fb3348d679f099bd3d29716 (diff)
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 'gmodule')
-rw-r--r--gmodule/gmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c
index 22db6d0dd..f166dba98 100644
--- a/gmodule/gmodule.c
+++ b/gmodule/gmodule.c
@@ -681,7 +681,7 @@ g_module_open (const gchar *file_name,
/**
* g_module_open:
- * @file_name: the name of the file containing the module, or %NULL
+ * @file_name: (allow-none): the name of the file containing the module, or %NULL
* to obtain a #GModule representing the main program itself
* @flags: the flags used for opening the module. This can be the
* logical OR of any of the #GModuleFlags