Method
AtspiStateSetequals
Declaration [src]
gboolean
atspi_state_set_equals (
  AtspiStateSet* set,
  AtspiStateSet* set2
)
Description [src]
Determines whether two instances of AtspiStateSet are equivalent (i.e.
         consist of the same AtspiStates).  Useful for checking multiple
         state variables at once.
see #atspi_state_set_compare.
Parameters
- set2
- 
            Type: AtspiStateSetA pointer to the second AtspiStateSetobject on which to operate.The data is owned by the caller of the method.