summaryrefslogtreecommitdiff
path: root/atk/atkstateset.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct return value. Fixes bug #116621. Problem reported by Mario Lang.Padraig O'Briain2003-07-031-2/+2
| | | | | | | 2003-07-03 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkstateset.c (atk_state_set_is_empty): Correct return value. Fixes bug #116621. Problem reported by Mario Lang.
* Correct returning of FALSE to NULL in functions which return pointer; (bugPadraig O'Briain2003-03-051-6/+6
| | | | | | | | | 2003-03-05 Padraig O'Briain <padraig.obriain@sun.com> * atk/atk-relation.c atk/atkrelationset.c atk/atkstatset.c: Correct returning of FALSE to NULL in functions which return pointer; (bug #107650) reported by Morten Welinder.
* Remove all instances of g_return_if_fail (foo != NULL); that arePadraig O'Briain2001-07-271-13/+0
| | | | | | | * atk/*.c: Remove all instances of g_return_if_fail (foo != NULL); that are immediately before a g_return_if_fail (ATK_IS_FOO (foo)); since the second check catches the NULL.
* Cleaned up docs.Brian Cameron2001-06-281-2/+2
|
* Updated gtk-docs fixing spelling errors and making minorBrian Cameron2001-06-271-4/+5
| | | | changes to the API.
* Updated gtk-doc comment blocks for Oisin BoydellLucy Brophy2001-05-211-19/+22
|
* Added better gtk-doc comments.Brian Cameron2001-05-161-21/+30
|
* Add atk/atkstate.c and atk.atkstate.hPadraig O'Briain2001-05-091-1/+1
| | | | | Move interfaces for ATK state from atkobject to atkstate Add tests for atk_state_* functions in teststateset
* Add new files atkstateset.c and atkstateset.hPadraig O'Briain2001-05-031-0/+353
Change atk_object_get_state to atk_object_ref_state_set