summaryrefslogtreecommitdiff
path: root/atk/atkutil.c
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2001-06-28 10:28:12 +0000
committerBrian Cameron <bcameron@src.gnome.org>2001-06-28 10:28:12 +0000
commit928d100e4156d1248d1277270c2ad1a44356a831 (patch)
tree552729cb67178f99f241a359a4260084e9853c1d /atk/atkutil.c
parent55e388884f46136248f6ef1b2c262f1c044c5726 (diff)
downloadatk-928d100e4156d1248d1277270c2ad1a44356a831.tar.gz
Cleaned up docs.
Diffstat (limited to 'atk/atkutil.c')
-rwxr-xr-xatk/atkutil.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c
index 08cc9a2..91a427a 100755
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -100,8 +100,7 @@ atk_add_focus_tracker (AtkFocusTracker focus_tracker)
* @tracker_id: the id of the focus tracker to remove
*
* Removes the specified focus tracker from the list of functions
- * to be called when any object receives focus
- *
+ * to be called when any object receives focus.
**/
void
atk_remove_focus_tracker (guint tracker_id)
@@ -132,7 +131,6 @@ atk_remove_focus_tracker (guint tracker_id)
*
* Cause the focus tracker functions which have been specified to be
* executed for the object.
- *
**/
void
atk_focus_tracker_notify (AtkObject *object)