summaryrefslogtreecommitdiff
path: root/atk/atktext.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/atktext.c
parent55e388884f46136248f6ef1b2c262f1c044c5726 (diff)
downloadatk-928d100e4156d1248d1277270c2ad1a44356a831.tar.gz
Cleaned up docs.
Diffstat (limited to 'atk/atktext.c')
-rwxr-xr-xatk/atktext.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index 3765fef..1102621 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -392,11 +392,12 @@ atk_text_get_character_count (AtkText *text)
* @text: an #AtkText
* @x: screen x-position of character
* @y: screen y-position of character
- * @coords: specify whether coordinates are relative to the screen or widget window
+ * @coords: specify whether coordinates are relative to the screen or
+ * widget window
*
- * Gets the offset of the character located at coordinates @x and @y. @x and @y are
- * interpreted as being relative to the screen or this widget's window depending
- * on @coords.
+ * Gets the offset of the character located at coordinates @x and @y. @x and @y
+ * are interpreted as being relative to the screen or this widget's window
+ * depending on @coords.
*
* Returns: the offset to the character which is located at
* the specified @x and @y coordinates.
@@ -516,7 +517,7 @@ atk_text_add_selection (AtkText *text, gint start_offset,
* of the text region is assigned the number 0, etc. Note that adding,
* moving or deleting a selected region can change the numbering.
*
- * Removes the specified selection
+ * Removes the specified selection.
*
* Returns: %TRUE if success, %FALSE otherwise
**/
@@ -547,7 +548,7 @@ atk_text_remove_selection (AtkText *text, gint selection_num)
* @start_offset: the new start position of the selection
* @end_offset: the new end position of the selection
*
- * Changes the start and end offset of the specified selection
+ * Changes the start and end offset of the specified selection.
*
* Returns: %TRUE if success, %FALSE otherwise
**/
@@ -606,8 +607,7 @@ atk_text_set_caret_offset (AtkText *text,
* @attrib_set: The #AtkAttributeSet to free
*
* Frees the memory used by an #AtkAttributeSet, including all its
- * #AtkAttributes
- *
+ * #AtkAttributes.
**/
void
AtkAttributeSet_free(AtkAttributeSet *attrib_set)