summaryrefslogtreecommitdiff
path: root/atk/atkutil.c
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2015-03-19 15:19:17 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2015-03-21 06:50:56 +0100
commit7ad2a9541940da37e2fee3e869f2c568a186f253 (patch)
treed51e7ced5e7b646cb2b8c6eb0389dde9601ae916 /atk/atkutil.c
parent672faf55e34a6dd6b4ec1f0e9a58f01a4e5b3a37 (diff)
downloadatk-7ad2a9541940da37e2fee3e869f2c568a186f253.tar.gz
docs: fix GTK-Doc comment blocks
Fixes a couple of warnings emitted by gtkdoc-mkdb and g-ir-scanner.
Diffstat (limited to 'atk/atkutil.c')
-rwxr-xr-xatk/atkutil.c21
1 files changed, 8 insertions, 13 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c
index f57e2fa..2869b25 100755
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -100,9 +100,8 @@ struct _FocusTracker {
* ATK interface if any specific work needs to be done to enable
* focus tracking.
*
- * Deprecated: This method is deprecated since ATK version
- * 2.9.4. Focus tracking has been dropped as a feature to be
- * implemented by ATK itself.
+ * Deprecated: 2.9.4: Focus tracking has been dropped as a feature
+ * to be implemented by ATK itself.
*
**/
void
@@ -120,9 +119,8 @@ atk_focus_tracker_init (AtkEventListenerInit init)
* Adds the specified function to the list of functions to be called
* when an object receives focus.
*
- * Deprecated: This method is deprecated since ATK version
- * 2.9.4. Focus tracking has been dropped as a feature to be
- * implemented by ATK itself. If you need focus tracking on your
+ * 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.
*
* Returns: added focus tracker id, or 0 on failure.
@@ -160,9 +158,8 @@ atk_add_focus_tracker (AtkEventListener focus_tracker)
* atk_remove_focus_tracker:
* @tracker_id: the id of the focus tracker to remove
*
- * Deprecated: This method is deprecated since ATK version
- * 2.9.4. Focus tracking has been dropped as a feature to be
- * implemented by ATK itself. If you need focus tracking on your
+ * 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.
*
* Removes the specified focus tracker from the list of functions
@@ -198,13 +195,11 @@ atk_remove_focus_tracker (guint tracker_id)
* Cause the focus tracker functions which have been specified to be
* executed for the object.
*
- * Deprecated: This method is deprecated since ATK version
- * 2.9.4. Focus tracking has been dropped as a feature to be
- * implemented by ATK itself. As #AtkObject::focus-event was
+ * Deprecated: 2.9.4: Focus tracking has been dropped as a feature
+ * to be implemented by ATK itself. As #AtkObject::focus-event was
* deprecated in favor of a #AtkObject::state-change signal, in order
* to notify a focus change on your implementation, you can use
* atk_object_notify_state_change() instead.
- *
**/
void
atk_focus_tracker_notify (AtkObject *object)