summaryrefslogtreecommitdiff
path: root/atspi/atspi-collection.c
diff options
context:
space:
mode:
Diffstat (limited to 'atspi/atspi-collection.c')
-rw-r--r--atspi/atspi-collection.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/atspi/atspi-collection.c b/atspi/atspi-collection.c
index 34fbbabe..caf335be 100644
--- a/atspi/atspi-collection.c
+++ b/atspi/atspi-collection.c
@@ -26,6 +26,17 @@
/* TODO: Improve documentation and implement some missing functions */
/**
+ * AtspiCollection
+ *
+ * An interface designed to allow accessibles which satisfy a set of
+ * criteria to be returned.
+ *
+ * An interface designed to allow accessibles which satisfy a set of
+ * criteria to be returned. This interface can be used to avoid iteration
+ * or client-side search of the object tree.
+ */
+
+/**
* atspi_collection_is_ancestor_of:
*
* Not yet implemented.