summaryrefslogtreecommitdiff
path: root/gdata/gdata-access-rule.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-02 22:38:27 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-02 23:17:09 +0100
commit57c2d72e1075a6615763956b55071246c84d5160 (patch)
tree526757d0cd98777f33a9ce888674e1a7144f2aa9 /gdata/gdata-access-rule.c
parentb93e8a9a4dd4235463a80d8b48cb4577d8ed0718 (diff)
downloadlibgdata-57c2d72e1075a6615763956b55071246c84d5160.tar.gz
[introspection] Add missing annotations to GDataAccessRule
Diffstat (limited to 'gdata/gdata-access-rule.c')
-rw-r--r--gdata/gdata-access-rule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdata/gdata-access-rule.c b/gdata/gdata-access-rule.c
index 6ae83d2e..a75ead32 100644
--- a/gdata/gdata-access-rule.c
+++ b/gdata/gdata-access-rule.c
@@ -411,8 +411,8 @@ gdata_access_rule_set_scope (GDataAccessRule *self, const gchar *type, const gch
/**
* gdata_access_rule_get_scope:
* @self: a #GDataAccessRule
- * @type: return location for the scope type, or %NULL
- * @value: return location for the scope value, or %NULL
+ * @type: (out callee-allocates) (transfer none): return location for the scope type, or %NULL
+ * @value: (out callee-allocates) (transfer none): return location for the scope value, or %NULL
*
* Gets the #GDataAccessRule:scope-type and #GDataAccessRule:scope-value properties.
*