summaryrefslogtreecommitdiff
path: root/atk/atktext.c
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-10-19 15:21:01 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-10-19 15:21:01 +0000
commit2b4586aab5e8f64e31353758bb201c51a2d736c8 (patch)
treefde2ec27c46a9616436d71543ea9612a99b805f6 /atk/atktext.c
parent226dd512fe9bc2b75fcd11fb4ab4311b264f4602 (diff)
downloadatk-2b4586aab5e8f64e31353758bb201c51a2d736c8.tar.gz
Add convenience function atk_object_notify_state_change() to generate
* atk/atkobject.[c|], docs/atk-sections.txt, docs/tmpl/atkobject.sgml: Add convenience function atk_object_notify_state_change() to generate property notification of state change. * atk/atktext.c, docs/tmpl/atk-unused.sgml: Correct comments on functions atk_attribute_get_name() and atk_attribute_get_value()
Diffstat (limited to 'atk/atktext.c')
-rwxr-xr-xatk/atktext.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index 4c00a8e..ea954ab 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -891,7 +891,9 @@ atk_attribute_set_free(AtkAttributeSet *attrib_set)
* atk_attribute_get_name:
* @attr: The #AtkTextAttribute whose name is required
*
- * Returns the name corresponding to the attr value.
+ * Gets the name corresponding to the #AtkTextAttribute
+ *
+ * Returns: a string containing the name; this string should not be freed
**/
G_CONST_RETURN gchar*
atk_attribute_get_name (AtkTextAttribute attr)
@@ -905,7 +907,9 @@ atk_attribute_get_name (AtkTextAttribute attr)
* @attr: The #AtkTextAttribute for which a value is required
* @index: The index of the required value
*
- * Returns the value corresponding to the attr value and index.
+ * Gets the value for the index of the #AtkTextAttribute
+ *
+ * Returns: a string containing the value; this string should not be freed;
* NULL is returned if there are no values maintained for the attr value.
**/
G_CONST_RETURN gchar*