diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-02 22:29:50 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2010-08-02 23:17:06 +0100 |
commit | d66dd4ec51f8cf275a9bb76e6b4ea706aabdeda2 (patch) | |
tree | d5b824c816d7497ed1ce009068dda573b2b15d35 /gdata/gdata-access-rule.c | |
parent | e705e0fb18692589c2d383080cb5fb6375c2ee5b (diff) | |
download | libgdata-d66dd4ec51f8cf275a9bb76e6b4ea706aabdeda2.tar.gz |
[introspection] Add (out) annotations to GTimeVal parameters
Diffstat (limited to 'gdata/gdata-access-rule.c')
-rw-r--r-- | gdata/gdata-access-rule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/gdata-access-rule.c b/gdata/gdata-access-rule.c index f4150024..6ae83d2e 100644 --- a/gdata/gdata-access-rule.c +++ b/gdata/gdata-access-rule.c @@ -431,7 +431,7 @@ gdata_access_rule_get_scope (GDataAccessRule *self, const gchar **type, const gc /** * gdata_access_rule_get_edited: * @self: a #GDataAccessRule - * @edited: return location for the edited time + * @edited: (out caller-allocates): return location for the edited time * * Gets the #GDataAccessRule:edited property and puts it in @edited. If the property is unset, * both fields in the #GTimeVal will be set to <code class="literal">0</code>. |