[vte/vte-0-32] Add missing (closure) annotation on VteSelectionFunc



commit 62f9f45839e9c79b255c02f9d893c4898de00187
Author: Evan Nemerson <evan coeus-group com>
Date:   Wed Jul 27 03:18:37 2011 -0700

    Add missing (closure) annotation on VteSelectionFunc
    
    Fixes #655405.

 src/vte.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index ed59810..037144a 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -6217,7 +6217,7 @@ vte_terminal_copy_cb(GtkClipboard *clipboard, GtkSelectionData *data,
  * @terminal: terminal in which the cell is.
  * @column: column in which the cell is.
  * @row: row in which the cell is.
- * @data: user data.
+ * @data: (closure): user data.
  *
  * Specifies the type of a selection function used to check whether
  * a cell has to be selected or not.



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