X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatkcomponent.c;h=9be4011eea389cc32894aeeddf088ac5c41d3a86;hb=e91d02fcd860bd758e8ec9b85b19a16cdffba2bc;hp=6955fc95d03883a6627e41ea51d5f18ae1dc2a8f;hpb=b063649bc595926233f83ab73d4ac506dc178198;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atkcomponent.c b/atk/atkcomponent.c index 6955fc9..9be4011 100755 --- a/atk/atkcomponent.c +++ b/atk/atkcomponent.c @@ -17,6 +17,7 @@ * Boston, MA 02111-1307, USA. */ +#include "config.h" #include "atkcomponent.h" @@ -132,9 +133,8 @@ atk_component_base_init (AtkComponentIface *class) * when this object receives focus events (in or out). If the handler is * already added it is not added again * - * Deprecated: This method is deprecated since ATK version 2.9.4. If - * you need to track when an object gains or lose the focus, use - * state-changed:focused notification instead. + * Deprecated: 2.9.4: If you need to track when an object gains or + * lose the focus, use state-changed:focused notification instead. * * Returns: a handler id which can be used in atk_component_remove_focus_handler() * or zero if the handler was already added. @@ -164,9 +164,8 @@ atk_component_add_focus_handler (AtkComponent *component, * functions to be executed when this object receives focus events * (in or out). * - * Deprecated: This method is deprecated since ATK version 2.9.4. If - * you need to track when an object gains or lose the focus, use - * state-changed:focused notification instead. + * Deprecated: 2.9.4: If you need to track when an object gains or + * lose the focus, use state-changed:focused notification instead. * **/ void @@ -227,7 +226,8 @@ atk_component_contains (AtkComponent *component, * Gets a reference to the accessible child, if one exists, at the * coordinate point specified by @x and @y. * - * Returns: (transfer full): a reference to the accessible child, if one exists + * Returns: (nullable) (transfer full): a reference to the accessible + * child, if one exists **/ AtkObject* atk_component_ref_accessible_at_point (AtkComponent *component,