summaryrefslogtreecommitdiff
path: root/atk/atkeditabletext.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/atkeditabletext.c
parent55e388884f46136248f6ef1b2c262f1c044c5726 (diff)
downloadatk-928d100e4156d1248d1277270c2ad1a44356a831.tar.gz
Cleaned up docs.
Diffstat (limited to 'atk/atkeditabletext.c')
-rwxr-xr-xatk/atkeditabletext.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/atk/atkeditabletext.c b/atk/atkeditabletext.c
index 2b2e0ad..e6316e6 100755
--- a/atk/atkeditabletext.c
+++ b/atk/atkeditabletext.c
@@ -54,7 +54,7 @@ atk_editable_text_get_type ()
*@start_offset: start of range in which to set attributes
*@end_offset: end of range in which to set attributes
*
- *Sets the attributes for a specified range
+ *Sets the attributes for a specified range.
*
*Returns: %TRUE if attributes successfully set for the specified
*range, otherwise %FALSE
@@ -88,7 +88,7 @@ atk_editable_text_set_run_attributes (AtkEditableText *text,
* @text: an #AtkEditableText
* @string: string to set for text contents of @text
*
- * Set text contents of @text
+ * Set text contents of @text.
**/
void
atk_editable_text_set_text_contents (AtkEditableText *text,
@@ -114,7 +114,7 @@ atk_editable_text_set_text_contents (AtkEditableText *text,
* the position at which to insert the text. After the call it
* points at the position after the newly inserted text.
*
- * Insert text at a given position
+ * Insert text at a given position.
**/
void
atk_editable_text_insert_text (AtkEditableText *text,
@@ -189,7 +189,7 @@ atk_editable_text_cut_text (AtkEditableText *text,
* @start_pos: start position
* @end_pos: end position
*
- * Delete text @start_pos up to, but not including @end_pos
+ * Delete text @start_pos up to, but not including @end_pos.
**/
void
atk_editable_text_delete_text (AtkEditableText *text,
@@ -212,7 +212,7 @@ atk_editable_text_delete_text (AtkEditableText *text,
* @text: an #AtkEditableText
* @position: position to paste
*
- * Paste text from clipboard to specified @position
+ * Paste text from clipboard to specified @position.
**/
void
atk_editable_text_paste_text (AtkEditableText *text,