summaryrefslogtreecommitdiff
path: root/atk/atkutil.c
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-06-29 09:13:09 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-06-29 09:13:09 +0200
commit30f2cca3ed1c626c0b3656dea4744123f4263511 (patch)
tree72cc2b0e17ed7003fceb935ef76e9eef20ae19d4 /atk/atkutil.c
parentf892f4739162dfd0b85144bf385bf12d318d06b9 (diff)
downloadatk-30f2cca3ed1c626c0b3656dea4744123f4263511.tar.gz
Docs: Replace mentions of 'state-changed' with 'state-change'.
And use the correct syntax to create a link to that AtkObject signal. See bug #649575
Diffstat (limited to 'atk/atkutil.c')
-rwxr-xr-xatk/atkutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c
index 2869b25..477c1e7 100755
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -121,7 +121,7 @@ atk_focus_tracker_init (AtkEventListenerInit init)
*
* Deprecated: 2.9.4: Focus tracking has been dropped as a feature
* to be implemented by ATK itself. If you need focus tracking on your
- * implementation, subscribe to the state-changed:focused signal.
+ * implementation, subscribe to the #AtkObject::state-change "focused" signal.
*
* Returns: added focus tracker id, or 0 on failure.
**/
@@ -160,7 +160,7 @@ atk_add_focus_tracker (AtkEventListener focus_tracker)
*
* Deprecated: 2.9.4: Focus tracking has been dropped as a feature
* to be implemented by ATK itself. If you need focus tracking on your
- * implementation, subscribe to the state-changed:focused signal.
+ * implementation, subscribe to the #AtkObject::state-change "focused" signal.
*
* Removes the specified focus tracker from the list of functions
* to be called when any object receives focus.