summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-09-05 16:03:36 +0200
committerStef Walter <stefw@collabora.co.uk>2011-09-05 16:03:36 +0200
commit1f25d9c2798f6f16b54f86e88410e51592704962 (patch)
tree996b5da8ec6ea4b9fcb3870ffe7fed38db67e683 /docs
parent77bec21769670365a25004087e2eb56955b20249 (diff)
downloadgnome-keyring-1f25d9c2798f6f16b54f86e88410e51592704962.tar.gz
gcr: Add gcr_collection_contains() as a virtual interface method.
* And deprecate gcr_simple_collection_contains() * This is because this method is hard to implement at a higher layer efficiently, and the collection itself needs to get involved.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gcr/gcr-sections.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/reference/gcr/gcr-sections.txt b/docs/reference/gcr/gcr-sections.txt
index e69ad898..46a6a921 100644
--- a/docs/reference/gcr/gcr-sections.txt
+++ b/docs/reference/gcr/gcr-sections.txt
@@ -228,10 +228,11 @@ GCR_TYPE_COMPARABLE
<SECTION>
<FILE>gcr-collection</FILE>
GcrCollection
-gcr_collection_emit_added
-gcr_collection_emit_removed
gcr_collection_get_length
gcr_collection_get_objects
+gcr_collection_contains
+gcr_collection_emit_added
+gcr_collection_emit_removed
<SUBSECTION Standard>
gcr_collection_get_type
GCR_COLLECTION