summaryrefslogtreecommitdiff
path: root/atspi/atspi-collection.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2012-02-06 09:55:12 -0600
committerMike Gorse <mgorse@novell.com>2012-02-06 09:55:12 -0600
commite5097abe6f0dbe6f8918985383c62ea35c782fbe (patch)
tree0efc050a26c00eb077c195de3fa210eeddae6680 /atspi/atspi-collection.h
parent1fe074c83b7290856957be1402aed3ca174c11e1 (diff)
downloadat-spi2-core-e5097abe6f0dbe6f8918985383c62ea35c782fbe.tar.gz
Fix atspi_collection_get_matches_to prototype
Diffstat (limited to 'atspi/atspi-collection.h')
-rw-r--r--atspi/atspi-collection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-collection.h b/atspi/atspi-collection.h
index b1075410..b4e4e9d3 100644
--- a/atspi/atspi-collection.h
+++ b/atspi/atspi-collection.h
@@ -49,7 +49,7 @@ gboolean atspi_collection_is_ancestor_of (AtspiCollection *collection, AtspiAcce
GArray * atspi_collection_get_matches (AtspiCollection *collection, AtspiMatchRule *rule, AtspiCollectionSortOrder sortby, gint count, gboolean traverse, GError **error);
-GArray * atspi_collection_get_matches_to (AtspiCollection *collection, AtspiAccessible *current_object, AtspiMatchRule *rule, AtspiCollectionSortOrder sortby, AtspiCollectionTreeTraversalType tree, gboolean recurse, gint count, gboolean traverse, GError **error);
+GArray * atspi_collection_get_matches_to (AtspiCollection *collection, AtspiAccessible *current_object, AtspiMatchRule *rule, AtspiCollectionSortOrder sortby, AtspiCollectionTreeTraversalType tree, gboolean limit_scope, gint count, gboolean traverse, GError **error);
GArray * atspi_collection_get_matches_from (AtspiCollection *collection, AtspiAccessible *current_object, AtspiMatchRule *rule, AtspiCollectionSortOrder sortby, AtspiCollectionTreeTraversalType tree, gint count, gboolean traverse, GError **error);