summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-26 17:09:34 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-06-14 16:38:35 +0100
commit05a3ccc15f66f2911bd61307d9fd6f4ca1b86889 (patch)
tree7e6ce3669b9f4066735027692d494828b34b8773
parent85c7a217b3dfdf3a4c35dfbc46f1ec483b5efaef (diff)
downloadatk-05a3ccc15f66f2911bd61307d9fd6f4ca1b86889.tar.gz
Move the Deprecated section down
The order is: 1. Name 2. Arguments 3. Description 4. Returns 5. Since 6. Deprecated
-rw-r--r--atk/atkutil.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c
index be9b983..f5efa59 100644
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -158,13 +158,14 @@ atk_add_focus_tracker (AtkEventListener focus_tracker)
* atk_remove_focus_tracker:
* @tracker_id: the id of the focus tracker to remove
*
- * 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 #AtkObject::state-change "focused" signal.
- *
* Removes the specified focus tracker from the list of functions
* to be called when any object receives focus.
- **/
+ *
+ * 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 #AtkObject::state-change "focused"
+ * signal.
+ */
void
atk_remove_focus_tracker (guint tracker_id)
{