summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-10-18 23:22:32 +0200
committerStef Walter <stefw@gnome.org>2013-10-18 23:22:50 +0200
commitcbd62a66041b851dc7ff2c3e541ca393cef9e34c (patch)
treed5b9923f35afb66cc14a4cf048029afb8eb0bac3 /ui
parent5c5ce250260756a845322bc6a43657b077e26152 (diff)
Fix up documentation warnings
Diffstat (limited to 'ui')
-rw-r--r--ui/gcr-collection-model.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/gcr-collection-model.c b/ui/gcr-collection-model.c
index d9bd688..91002f9 100644
--- a/ui/gcr-collection-model.c
+++ b/ui/gcr-collection-model.c
@@ -1386,6 +1386,13 @@ gcr_collection_model_get_collection (GcrCollectionModel *self)
return self->pv->collection;
}
+/**
+ * gcr_collection_model_set_collection:
+ * @self: a collection model
+ * @collection: (allow-none): the collection or %NULL
+ *
+ * Set the collection which this model represents
+ */
void
gcr_collection_model_set_collection (GcrCollectionModel *self,
GcrCollection *collection)