summaryrefslogtreecommitdiff
path: root/atk/atkutil.c
diff options
context:
space:
mode:
authorLucy Brophy <lbrophy@src.gnome.org>2001-05-21 13:25:37 +0000
committerLucy Brophy <lbrophy@src.gnome.org>2001-05-21 13:25:37 +0000
commita6ce03c09f41379777bffaac0a3fd9149699ac80 (patch)
treeaf7f57250c66db2dc0669115cd28fbc60a525068 /atk/atkutil.c
parentcb3f18261daac1fcdbc52a8291bc4139328f1a68 (diff)
downloadatk-a6ce03c09f41379777bffaac0a3fd9149699ac80.tar.gz
Updated gtk-doc comment blocks for Oisin Boydell
Diffstat (limited to 'atk/atkutil.c')
-rwxr-xr-xatk/atkutil.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c
index 09e2718..e7c26ac 100755
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -40,8 +40,8 @@ struct _FocusTracker {
typedef struct _FocusTracker FocusTracker;
/**
- *atk_focus_tracker_init:
- *@add_function: Function to be called for focus tracker initialization
+ * atk_focus_tracker_init:
+ * @add_function: Function to be called for focus tracker initialization
*
* Specifies the function to be called for focus tracker initialization.
* This function should be called by an implementation of the
@@ -56,8 +56,8 @@ atk_focus_tracker_init (AtkFocusTrackerInit init)
}
/**
- *atk_add_focus_tracker:
- *@focus_tracker: Function to be added to the list of functions to be called
+ * atk_add_focus_tracker:
+ * @focus_tracker: Function to be added to the list of functions to be called
* when an object receives focus.
*
* Adds the specified function to the list of functions to be called
@@ -95,8 +95,8 @@ atk_add_focus_tracker (AtkFocusTracker focus_tracker)
}
/**
- *atk_remove_focus_tracker:
- *@tracker_id: the id of the focus tracker to remove
+ * atk_remove_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
@@ -126,8 +126,8 @@ atk_remove_focus_tracker (guint tracker_id)
}
/**
- *atk_focus_tracker_notify:
- *@object: an #AtkObject
+ * atk_focus_tracker_notify:
+ * @object: an #AtkObject
*
* Cause the focus tracker functions which have been specified to be
* executed for the object.