Class
AtspiMatchRule
Description [src]
class Atspi.MatchRule : GObject.Object {
parent: GObject,
states: AtspiStateSet*,
statematchtype: AtspiCollectionMatchType,
attributes: GHashTable*,
attributematchtype: AtspiCollectionMatchType,
interfaces: GArray*,
interfacematchtype: AtspiCollectionMatchType,
roles: None,
rolematchtype: AtspiCollectionMatchType,
invert: gboolean
}
An interface that allows the definition of match rules for accessible objects.
Constructors
atspi_match_rule_new
Creates a new AtspiMatchRule with specified states, attributes,
interfaces, and roles.