Enumeration
AtspiCollectionMatchType
Description [src]
Enumeration used by AtspiMatchRule to specify
how to interpret AtspiAccessible objects.
Members
- 
            ATSPI_Collection_MATCH_INVALID
- 
            Indicates an error condition or uninitialized value. - Value: 0
- Available since: 2.0
 
- Value: 
- 
            ATSPI_Collection_MATCH_ALL
- 
            TRUEif all of the criteria are met.- Value: 1
- Available since: 2.0
 
- Value: 
- 
            ATSPI_Collection_MATCH_ANY
- 
            TRUEif any of the criteria are met.- Value: 2
- Available since: 2.0
 
- Value: 
- 
            ATSPI_Collection_MATCH_NONE
- 
            TRUEif none of the criteria are met.- Value: 3
- Available since: 2.0
 
- Value: 
- 
            ATSPI_Collection_MATCH_EMPTY
- 
            Same as ATSPI_Collection_MATCH_ALLif the criteria is non-empty; for empty criteria this rule requires returned value to also have empty set.- Value: 4
- Available since: 2.0
 
- Value: 
- 
            ATSPI_Collection_MATCH_LAST_DEFINED
- 
            Used only to determine the end of the enumeration. - Value: 5
- Available since: 2.0
 
- Value: