[atk/docs-fixes: 54/56] Move the Deprecated section down



commit 05a3ccc15f66f2911bd61307d9fd6f4ca1b86889
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Jun 26 17:09:34 2018 +0100

    Move the Deprecated section down
    
    The order is:
    
      1. Name
      2. Arguments
      3. Description
      4. Returns
      5. Since
      6. Deprecated

 atk/atkutil.c | 11 ++++++-----
 1 file 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)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]