summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-09-06 15:21:07 +0200
committerStef Walter <stefw@collabora.co.uk>2011-09-06 15:21:07 +0200
commit996f26e844ccfea77168484532996de548af061e (patch)
tree04cfc87ca5dbe6cbbd232d9aa32b190011bfb372 /docs
parentc51050d81eae663e949f8794758931237a7f0b30 (diff)
downloadgnome-keyring-996f26e844ccfea77168484532996de548af061e.tar.gz
gcr: Add GcrUnionCollection class
* A GcrCollection which combines the contents of other collections into a single collection.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gcr/gcr-sections.txt23
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/reference/gcr/gcr-sections.txt b/docs/reference/gcr/gcr-sections.txt
index ee7bd91d..7019ad3d 100644
--- a/docs/reference/gcr/gcr-sections.txt
+++ b/docs/reference/gcr/gcr-sections.txt
@@ -246,10 +246,10 @@ GcrCollectionIface
<FILE>gcr-simple-collection</FILE>
GcrSimpleCollection
GcrSimpleCollectionClass
-gcr_simple_collection_add
-gcr_simple_collection_contains
gcr_simple_collection_new
+gcr_simple_collection_add
gcr_simple_collection_remove
+gcr_simple_collection_contains
<SUBSECTION Standard>
gcr_simple_collection_get_type
GCR_IS_SIMPLE_COLLECTION
@@ -262,6 +262,25 @@ GcrSimpleCollectionPrivate
</SECTION>
<SECTION>
+<FILE>gcr-union-collection</FILE>
+GcrUnionCollection
+GcrUnionCollectionClass
+gcr_union_collection_new
+gcr_union_collection_add
+gcr_union_collection_take
+gcr_union_collection_remove
+<SUBSECTION Standard>
+GCR_IS_UNION_COLLECTION
+GCR_IS_UNION_COLLECTION_CLASS
+GCR_TYPE_UNION_COLLECTION
+GCR_UNION_COLLECTION
+GCR_UNION_COLLECTION_CLASS
+GCR_UNION_COLLECTION_GET_CLASS
+GcrUnionCollectionPrivate
+gcr_union_collection_get_type
+</SECTION>
+
+<SECTION>
<FILE>gcr-collection-model</FILE>
GcrCollectionModel
GcrCollectionModelClass