From 837c050e48ea73f6dcf5ef9ff7120bc7da8b38ad Mon Sep 17 00:00:00 2001 From: Thomas Booker Date: Sat, 10 Sep 2022 14:11:44 +1200 Subject: Docs: Move to gi-docgen --- atspi/atspi-text.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'atspi/atspi-text.c') diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c index de99773e..f85d3f3e 100644 --- a/atspi/atspi-text.c +++ b/atspi/atspi-text.c @@ -23,6 +23,21 @@ */ #include "atspi-private.h" + +/** + * AtspiText: + * + * An interface implemented by objects which place textual + * information onscreen. + * + * The text interface should be implemented by objects which place textual + * information onscreen as character strings or glyphs. The text interface + * allows access to textual content including display attributes and + * semantic hints associated with runs of text, and to bounding boc + * information for glyphs and substrings. It also alows portions of text to + * be selected, if the objects StateSet includes STATE_SELECTABLE_TEXT. + */ + /** * atspi_range_copy: * @src: a pointer to the source #AtspiRange object that will be copied. -- cgit v1.2.1