summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2023-04-05 19:06:13 +0200
committerChristian Persch <chpe@src.gnome.org>2023-04-05 19:06:13 +0200
commit0cade2cf3713142e0fc606936066b840fc22287c (patch)
treeb9dccf3f69d79999e2105a7c029fe989e8b0b258
parent4da9d055f68f5b5dad9946b289a1836bd7c0fe8d (diff)
downloadvte-0cade2cf3713142e0fc606936066b840fc22287c.tar.gz
widget: Fix introspection warnings
-rw-r--r--src/vtegtk.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index a461129c..41f72b8a 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -4483,7 +4483,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.
*
@@ -5951,7 +5951,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.
*