From: Mike Gorse Date: Mon, 6 Feb 2012 15:55:12 +0000 (-0600) Subject: Fix atspi_collection_get_matches_to prototype X-Git-Tag: AT_SPI2_CORE_2_3_5~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5097abe6f0dbe6f8918985383c62ea35c782fbe;p=platform%2Fupstream%2Fat-spi2-core.git Fix atspi_collection_get_matches_to prototype --- 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);