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.

Ancestors

  • GObject

Constructors

atspi_match_rule_new

Creates a new AtspiMatchRule with specified states, attributes, interfaces, and roles.

Class structure

struct AtspiMatchRuleClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.