diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-09-28 14:26:14 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-09-28 15:16:11 +0200 |
commit | 53dd9afb57e3d047a884698fd47b18e4166cfcab (patch) | |
tree | 918b49493ca59bf8af2ffbc6e3ccd2e7b8347228 /gcr/gcr-union-collection.c | |
parent | 34fd5215bdc064247409acc4e1fce892450b8e51 (diff) | |
download | gcr-53dd9afb57e3d047a884698fd47b18e4166cfcab.tar.gz |
gcr: Complete introspection annotations for gcr library
https://bugzilla.gnome.org/show_bug.cgi?id=655651
Diffstat (limited to 'gcr/gcr-union-collection.c')
-rw-r--r-- | gcr/gcr-union-collection.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcr/gcr-union-collection.c b/gcr/gcr-union-collection.c index dca7614..3c0877c 100644 --- a/gcr/gcr-union-collection.c +++ b/gcr/gcr-union-collection.c @@ -219,10 +219,10 @@ gcr_collection_iface (GcrCollectionIface *iface) * * Create a new #GcrUnionCollection. * - * Returns: A newly allocated collection, which should be freed with - * g_object_unref(). + * Returns: (transfer full): a newly allocated collection, which should be + * freed with g_object_unref() */ -GcrCollection* +GcrCollection * gcr_union_collection_new (void) { return g_object_new (GCR_TYPE_UNION_COLLECTION, NULL); |