summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2023-02-24 18:54:12 +0100
committerChristian Persch <chpe@src.gnome.org>2023-02-24 18:54:12 +0100
commite8dcb5e0187f10dce9bdc67af66cff31f8dc630b (patch)
tree40d298a39bfaf24027885cc52c5bc67a96a4b33a
parentb92e9dc90841b6401707143122d05c9088720b5c (diff)
downloadvte-e8dcb5e0187f10dce9bdc67af66cff31f8dc630b.tar.gz
widget: Fix introspection API
Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2617
-rw-r--r--src/vtegtk.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index 095cb47e..cf8ea434 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -4457,6 +4457,7 @@ catch (...)
* @start_col: the first column of the range
* @end_row: the last row of the range
* @end_col: the last column of the range
+ * @length: (optional) (default 0) (out): a pointer to a #gsize to store the string length
*
* Returns the specified range of text in the specified format.
*