CollectionMatchType
Description:
[ CCode ( cprefix = "ATSPI_Collection_MATCH_" , type_id = "atspi_collection_match_type_get_type ()" ) ]
public enum CollectionMatchType
Content:
Enum values:
- ALL -
TRUE
if all of the
criteria are met.
- ANY -
TRUE
if any of the
criteria are met.
- EMPTY - Same as
ATSPI_Collection_MATCH_ALL
if the criteria is non-empty; for empty criteria this rule requires returned value to also have
empty set.
- INVALID - Indicates an error
condition or uninitialized value.
- LAST_DEFINED - Used only to
determine the end of the enumeration.
- NONE -
TRUE
if none of
the criteria are met.