diff options
author | Mario Sanchez Prada <mario.prada@samsung.com> | 2013-08-09 18:11:53 +0100 |
---|---|---|
committer | Mario Sanchez Prada <mario.prada@samsung.com> | 2013-08-14 14:27:44 +0100 |
commit | 3261a8a792f6688b5575512b8828eea262164713 (patch) | |
tree | a27885f34d6cd530728412771bf996ebf8caf8d8 /docs | |
parent | 794a9bf8ad9eb11fe8b120155665671854f05585 (diff) | |
download | atk-3261a8a792f6688b5575512b8828eea262164713.tar.gz |
Implement atk_text_get_string_at_offset() and deprecate old API
https://bugzilla.gnome.org/show_bug.cgi?id=705580
Diffstat (limited to 'docs')
-rw-r--r-- | docs/atk-sections.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt index e50f673..79e7c1f 100644 --- a/docs/atk-sections.txt +++ b/docs/atk-sections.txt @@ -394,6 +394,7 @@ atk_table_get_type AtkText AtkTextIface AtkTextBoundary +AtkTextGranularity AtkTextClipType AtkTextRange AtkTextRectangle @@ -405,6 +406,7 @@ atk_text_get_character_at_offset atk_text_get_text_after_offset atk_text_get_text_at_offset atk_text_get_text_before_offset +atk_text_get_string_at_offset atk_text_get_caret_offset atk_text_get_character_extents atk_text_get_run_attributes @@ -432,10 +434,12 @@ ATK_TYPE_TEXT ATK_TEXT_GET_IFACE ATK_TYPE_TEXT_ATTRIBUTE ATK_TYPE_TEXT_BOUNDARY +ATK_TYPE_TEXT_GRANULARITY ATK_TYPE_TEXT_CLIP_TYPE atk_text_get_type atk_text_attribute_get_type atk_text_boundary_get_type +atk_text_granularity_get_type atk_text_clip_type_get_type </SECTION> |