atk/atkaction.c, atk/atkcomponent.c Remove all instances of
authorPadraig O'Briain <padraigo@src.gnome.org>
Thu, 9 Aug 2001 10:58:07 +0000 (10:58 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Thu, 9 Aug 2001 10:58:07 +0000 (10:58 +0000)
commitf1ddcbac7cc196b5d20565a5a0d2e8fb7f14e560
treea2ce125fd14c4b3b4ce0b4a00bedf9ace4822f39
parenta1fa88cd6eb5761bba6eef053343d8c54817e8da
atk/atkaction.c, atk/atkcomponent.c Remove all instances of

* atk/atkaction.c, atk/atkcomponent.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.
* atk/atkcomponent.c
Add functions atk_component_real_contains(),
atk_component_real_get_position(), atkcomponent_real_get_size()
as default implementations for atk_component_contains(),
atk_component_get_position(), atk_component_get_size()
ChangeLog
atk/atkaction.c
atk/atkcomponent.c
docs/tmpl/atk-unused.sgml
docs/tmpl/atkimage.sgml