[TIZEN] Introduce atspi_collection_get_matches_in_matches API.
[platform/upstream/at-spi2-core.git] / atspi / atspi-collection.h
index 9b564c5..5a05260 100644 (file)
@@ -55,6 +55,10 @@ GArray * atspi_collection_get_matches_to (AtspiCollection *collection, AtspiAcce
 
 GArray * atspi_collection_get_matches_from (AtspiCollection *collection, AtspiAccessible *current_object, AtspiMatchRule *rule, AtspiCollectionSortOrder sortby, AtspiCollectionTreeTraversalType tree, gint count, gboolean traverse, GError **error);
 
+//TIZEN_ONLY(20231130): Introduce atspi_collection_get_matches_in_matches API.
+GArray * atspi_collection_get_matches_in_matches (AtspiCollection *collection, AtspiMatchRule *first_rule, AtspiMatchRule *second_rule, AtspiCollectionSortOrder sortby, gint first_count, gint second_count, gboolean traverse, GError **error);
+//
+
 AtspiAccessible * atspi_collection_get_active_descendant (AtspiCollection *collection, GError **error);
 
 G_END_DECLS