From e5097abe6f0dbe6f8918985383c62ea35c782fbe Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 6 Feb 2012 09:55:12 -0600 Subject: [PATCH] Fix atspi_collection_get_matches_to prototype --- atspi/atspi-collection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atspi/atspi-collection.h b/atspi/atspi-collection.h index b107541..b4e4e9d 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); -- 2.7.4