doc: extend atk_focus_tracker_notify deprecation documentation
authorAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 17 Nov 2014 13:52:04 +0000 (14:52 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 17 Nov 2014 13:52:04 +0000 (14:52 +0100)
atk/atkutil.c

index bc4c0a6..f57e2fa 100755 (executable)
@@ -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