atspi-collection.h   atspi-collection.h 
skipping to change at line 52 skipping to change at line 52
struct _AtspiCollection struct _AtspiCollection
{ {
GTypeInterface parent; GTypeInterface parent;
}; };
gboolean atspi_collection_is_ancestor_of (AtspiCollection *collection, Atsp iAccessible *test, GError **error); gboolean atspi_collection_is_ancestor_of (AtspiCollection *collection, Atsp iAccessible *test, GError **error);
GArray * atspi_collection_get_matches (AtspiCollection *collection, AtspiMa tchRule *rule, AtspiCollectionSortOrder sortby, gint count, gboolean traver se, GError **error); GArray * atspi_collection_get_matches (AtspiCollection *collection, AtspiMa tchRule *rule, AtspiCollectionSortOrder sortby, gint count, gboolean traver se, GError **error);
GArray * atspi_collection_get_matches_to (AtspiCollection *collection, Atsp iAccessible *current_object, AtspiMatchRule *rule, AtspiCollectionSortOrder sortby, AtspiCollectionTreeTraversalType tree, gboolean recurse, gint coun t, gboolean traverse, GError **error); GArray * atspi_collection_get_matches_to (AtspiCollection *collection, Atsp iAccessible *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, At spiAccessible *current_object, AtspiMatchRule *rule, AtspiCollectionSortOrd er sortby, AtspiCollectionTreeTraversalType tree, gint count, gboolean trav erse, GError **error); GArray * atspi_collection_get_matches_from (AtspiCollection *collection, At spiAccessible *current_object, AtspiMatchRule *rule, AtspiCollectionSortOrd er sortby, AtspiCollectionTreeTraversalType tree, gint count, gboolean trav erse, GError **error);
AtspiAccessible * atspi_collection_get_active_descendant (AtspiCollection * collection, GError **error); AtspiAccessible * atspi_collection_get_active_descendant (AtspiCollection * collection, GError **error);
#endif /* _ATSPI_COLLECTION_H_ */ #endif /* _ATSPI_COLLECTION_H_ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/