Method
AtspiCollectionget_matches_from
Declaration [src]
GArray*
atspi_collection_get_matches_from (
AtspiCollection* collection,
AtspiAccessible* current_object,
AtspiMatchRule* rule,
AtspiCollectionSortOrder sortby,
AtspiCollectionTreeTraversalType tree,
gint count,
gboolean traverse,
GError** error
)
Description [src]
Gets all AtspiAccessible
objects from the collection
, before
current_object
, matching a given rule
.
Parameters
current_object |
AtspiAccessible |
Upon reaching this object, searching should stop. |
|
The data is owned by the caller of the function. | |
rule |
AtspiMatchRule |
An |
|
The data is owned by the caller of the function. | |
sortby |
AtspiCollectionSortOrder |
An |
|
tree |
AtspiCollectionTreeTraversalType |
An |
|
count |
gint |
The maximum number of results to return, or 0 for no limit. |
|
traverse |
gboolean |
Not supported. |
|
error |
GError ** |
The return location for a GError* , or NULL . |