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 |
AtspiStateSet |
A pointer to the second |
|
The data is owned by the caller of the function. |