summaryrefslogtreecommitdiff
path: root/atk/atktext.c
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2018-03-29 21:52:30 +0100
committerCorentin Noël <corentin@elementary.io>2018-06-03 16:10:38 +0100
commite975518ff91080f214cbb7f44a2f85af6b8aa5f3 (patch)
treefbebe2b5a29f36a38b653708ef3e209e2cec688a /atk/atktext.c
parent77fd1ab5ee4e93e796eae9fa951a6c5b3b33a5fa (diff)
downloadatk-e975518ff91080f214cbb7f44a2f85af6b8aa5f3.tar.gz
gobject-introspection: fix virtual annotations and missing type descriptionswip/tintou/gir-virtual
Diffstat (limited to 'atk/atktext.c')
-rw-r--r--atk/atktext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index 5244015..e29caba 100644
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -1079,7 +1079,7 @@ atk_text_get_range_extents (AtkText *text,
}
/**
- * atk_text_get_bounded_ranges:
+ * atk_text_get_bounded_ranges: (virtual get_bounded_ranges)
* @text: an #AtkText
* @rect: An AtkTextRectangle giving the dimensions of the bounding box.
* @coord_type: Specify whether coordinates are relative to the screen or widget window.