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



commit d2ee909eca78384788ab48470f323c84b34ef59e
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 5d2ef6c..b1130f3 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -5918,7 +5918,7 @@ vte_view_copy_cb(GtkClipboard *clipboard, GtkSelectionData *data,
  * @buffer: buffer 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]