summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@litl.com>2010-08-10 11:04:16 -0300
committerJohan Dahlin <johan@gnome.org>2010-08-10 11:04:16 -0300
commit684a2416340c042b5a8f2bd6e3ac48e77e3aa545 (patch)
treea2fb74c2e96fc787397a64da541e2cc9fc36ca5e /gir
parentb5270f2321640b5de52efc037aa0f76857fc67ad (diff)
downloadgobject-introspection-684a2416340c042b5a8f2bd6e3ac48e77e3aa545.tar.gz
[everything] Remove allow-none for Return value
Diffstat (limited to 'gir')
-rw-r--r--gir/everything.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/everything.c b/gir/everything.c
index a2b4ef6c..5af755a6 100644
--- a/gir/everything.c
+++ b/gir/everything.c
@@ -1109,7 +1109,7 @@ void test_ghash_free (GHashTable *in)
/**
* test_ghash_null_return:
*
- * Return value: (element-type utf8 utf8) (transfer none) (allow-none):
+ * Return value: (element-type utf8 utf8) (transfer none):
*/
G_CONST_RETURN GHashTable *test_ghash_null_return (void)
{