summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2023-04-05 19:10:57 +0200
committerChristian Persch <chpe@src.gnome.org>2023-04-05 19:10:57 +0200
commitf6a26324e9f799a96d69a5887c1a8f2761577166 (patch)
tree1797d2f997451063609d3828f8bddc8752a2fa6e
parentc4e8371fe65fdb3ea4c81c838d8373444e6d3400 (diff)
downloadvte-f6a26324e9f799a96d69a5887c1a8f2761577166.tar.gz
widget: Fix introspection warnings
(cherry picked from commit 0cade2cf3713142e0fc606936066b840fc22287c)
-rw-r--r--src/vtegtk.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index 59b74367..68ab3364 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -4362,7 +4362,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
+ * @length: (optional) (out): a pointer to a #gsize to store the string length
*
* Returns the specified range of text in the specified format.
*
@@ -5779,7 +5779,7 @@ catch (...)
* vte_terminal_get_text_selected_full:
* @terminal: a #VteTerminal
* @format: the #VteFormat to use
- * @length: (optional) (default 0) (out): a pointer to a #gsize to store the string length
+ * @length: (optional) (out): a pointer to a #gsize to store the string length
*
* Gets the currently selected text in the format specified by @format.
*