summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-26 17:09:34 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-06-26 17:09:34 +0100
commit1e8bb087affaaa8ef9e589c4daeaf7e7e552e12d (patch)
tree04cc6933e5db7e60fcb1dd74489ad891ba398389
parentd287407c51b927febee0c4eacef444a870091620 (diff)
downloadatk-1e8bb087affaaa8ef9e589c4daeaf7e7e552e12d.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)
{