Method
AtkStateSetor_sets
Declaration [src]
AtkStateSet*
atk_state_set_or_sets (
  AtkStateSet* set,
  AtkStateSet* compare_set
)
Parameters
- compare_set
- 
            Type: AtkStateSetAnother AtkStateSet.The data is owned by the caller of the method. 
Return value
Type: AtkStateSet
A new AtkStateSet which is
the union of the two sets, returning NULL is empty.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. | 
| The return value can be NULL. |