[vte] Add some more gi annotations
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] Add some more gi annotations
- Date: Mon, 12 Apr 2010 18:32:42 +0000 (UTC)
commit c4159492f8ea3f5fc4c1adeae5077ef12edb366b
Author: Christian Persch <chpe gnome org>
Date: Mon Apr 12 20:29:38 2010 +0200
Add some more gi annotations
src/vte.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index a3f626d..0579992 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -5928,8 +5928,8 @@ 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: a callback
- * @user_data: user data to be passed to the callback
+ * @is_selected: a #VteSelectionFunc callback
+ * @user_data: (closure): user data to be passed to the callback
* @attributes: (out) (transfer) (array) (element-type Vte.CharAttributes): location for storing text attributes
*
* Extracts a view of the visible part of the terminal. If @is_selected is not
@@ -6126,8 +6126,8 @@ vte_terminal_get_text_maybe_wrapped(VteTerminal *terminal,
/**
* vte_terminal_get_text:
* @terminal: a #VteTerminal
- * @is_selected: a callback
- * @user_data: user data to be passed to the callback
+ * @is_selected: a #VteSelectionFunc callback
+ * @user_data: (closure): user data to be passed to the callback
* @attributes: (out) (transfer) (array) (element-type Vte.CharAttributes): location for storing text attributes
*
* Extracts a view of the visible part of the terminal. If @is_selected is not
@@ -6158,8 +6158,8 @@ vte_terminal_get_text(VteTerminal *terminal,
/**
* vte_terminal_get_text_include_trailing_spaces:
* @terminal: a #VteTerminal
- * @is_selected: a callback
- * @user_data: user data to be passed to the callback
+ * @is_selected: a #VteSelectionFunc callback
+ * @user_data: (closure): user data to be passed to the callback
* @attributes: (out) (transfer) (array) (element-type Vte.CharAttributes): location for storing text attributes
*
* Extracts a view of the visible part of the terminal. If @is_selected is not
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]