[at-spi2-core] Fix atspi_collection_get_matches_to prototype



commit e5097abe6f0dbe6f8918985383c62ea35c782fbe
Author: Mike Gorse <mgorse novell com>
Date:   Mon Feb 6 09:55:12 2012 -0600

    Fix atspi_collection_get_matches_to prototype

 atspi/atspi-collection.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]