Fix atspi_collection_get_matches_to prototype
authorMike Gorse <mgorse@novell.com>
Mon, 6 Feb 2012 15:55:12 +0000 (09:55 -0600)
committerMike Gorse <mgorse@novell.com>
Mon, 6 Feb 2012 15:55:12 +0000 (09:55 -0600)
atspi/atspi-collection.h

index b107541..b4e4e9d 100644 (file)
@@ -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);