[vte/vte-0-34] Mark is_selected functions with allow-none



commit e39a9aa0e628ff1a32398f3556f387eabf75b130
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Dec 10 18:07:37 2012 -0500

    Mark is_selected functions with allow-none
    
    Part of Bug 690003 - get_text method moved

 src/vte.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index bbe6cf6..30b9855 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -6240,7 +6240,7 @@ vte_terminal_copy_cb(GtkClipboard *clipboard, GtkSelectionData *data,
  * @start_col: first column to search for data
  * @end_row: last row to search for data
  * @end_col: last column to search for data
- * @is_selected: (scope call): a #VteSelectionFunc callback
+ * @is_selected: (scope call) (allow-none): a #VteSelectionFunc callback
  * @user_data: (closure): user data to be passed to the callback
  * @attributes: (out) (transfer full) (array) (element-type Vte.CharAttributes): location for storing text attributes
  *
@@ -6439,7 +6439,7 @@ vte_terminal_get_text_maybe_wrapped(VteTerminal *terminal,
 /**
  * vte_terminal_get_text:
  * @terminal: a #VteTerminal
- * @is_selected: (scope call): a #VteSelectionFunc callback
+ * @is_selected: (scope call) (allow-none): a #VteSelectionFunc callback
  * @user_data: (closure): user data to be passed to the callback
  * @attributes: (out) (transfer full) (array) (element-type Vte.CharAttributes): location for storing text attributes
  *
@@ -6469,7 +6469,7 @@ vte_terminal_get_text(VteTerminal *terminal,
 /**
  * vte_terminal_get_text_include_trailing_spaces:
  * @terminal: a #VteTerminal
- * @is_selected: (scope call): a #VteSelectionFunc callback
+ * @is_selected: (scope call) (allow-none): a #VteSelectionFunc callback
  * @user_data: (closure): user data to be passed to the callback
  * @attributes: (out) (transfer full) (array) (element-type Vte.CharAttributes): location for storing text attributes
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]