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-hypertext.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'atspi/atspi-hypertext.c') diff --git a/atspi/atspi-hypertext.c b/atspi/atspi-hypertext.c index 7ddaab6b..ffe20f21 100644 --- a/atspi/atspi-hypertext.c +++ b/atspi/atspi-hypertext.c @@ -24,6 +24,19 @@ #include "atspi-private.h" +/** + * AtspiHypertext: + * + * An interface used for objects which implement linking between + * multiple resource locations. + * + * An interface used for objects which implement linking between + * multiple resource or content locations, or multiple 'markers' + * within a single document. A hypertext instance is associated + * with one or more hyperlinks which are associated with particular + * offests within the hypertext's content. + */ + /** * atspi_hypertext_get_n_links: * @obj: a pointer to the #AtspiHypertext implementor on which to operate. -- cgit v1.2.1