summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-11-17 14:52:04 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-11-17 14:52:04 +0100
commit89e2790f3e94de24cbabd55f211800054dcc81a1 (patch)
tree9083fbec4847bf29c57cde682d78687d2b305308
parentbe5805852c8888585575da00c98807196b396610 (diff)
downloadatk-89e2790f3e94de24cbabd55f211800054dcc81a1.tar.gz
doc: extend atk_focus_tracker_notify deprecation documentation
-rwxr-xr-xatk/atkutil.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c
index bc4c0a6..f57e2fa 100755
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -200,7 +200,10 @@ atk_remove_focus_tracker (guint tracker_id)
*
* Deprecated: This method is deprecated since ATK version
* 2.9.4. Focus tracking has been dropped as a feature to be
- * implemented by ATK itself.
+ * implemented by ATK itself. As #AtkObject::focus-event was
+ * deprecated in favor of a #AtkObject::state-change signal, in order
+ * to notify a focus change on your implementation, you can use
+ * atk_object_notify_state_change() instead.
*
**/
void