projects
/
platform
/
upstream
/
atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be58058
)
doc: extend atk_focus_tracker_notify deprecation documentation
author
Alejandro Piñeiro
<apinheiro@igalia.com>
Mon, 17 Nov 2014 13:52:04 +0000
(14:52 +0100)
committer
Alejandro Piñeiro
<apinheiro@igalia.com>
Mon, 17 Nov 2014 13:52:04 +0000
(14:52 +0100)
atk/atkutil.c
patch
|
blob
|
history
diff --git
a/atk/atkutil.c
b/atk/atkutil.c
index
bc4c0a6
..
f57e2fa
100755
(executable)
--- 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