From 1e8bb087affaaa8ef9e589c4daeaf7e7e552e12d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 26 Jun 2018 17:09:34 +0100 Subject: 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) { -- cgit v1.2.1