[vte/vte-next] introspection: Fix some annotations



commit dc9facb8b9fd4405de57b035b18a7d22a2c8f4e2
Author: Christian Persch <chpe gnome org>
Date:   Fri Aug 24 21:13:30 2012 +0200

    introspection: Fix some annotations
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679805
    https://bugzilla.gnome.org/show_bug.cgi?id=681714

 src/vte.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 1ed388b..461804f 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -2512,7 +2512,7 @@ _vte_view_set_pointer_visible(VteView *terminal, gboolean visible)
  *
  * Creates a new terminal widget.
  *
- * Returns: (transfer full) (type Vte.Terminal): a new #VteView object
+ * Returns: (transfer none) (type Vte.Terminal): a new #VteView object
  */
 GtkWidget *
 vte_view_new(void)
@@ -5490,8 +5490,8 @@ _vte_view_xy_to_grid(VteView *terminal,
         return TRUE;
 }
 
-/**
- * _vte_view_size_to_grid_size
+/*
+ * _vte_view_size_to_grid_size:
  * @w: the width in px
  * @h: the height in px
  * @col: return location to store the column count
@@ -5978,7 +5978,7 @@ vte_view_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 #VteSelectionFunc callback
+ * @is_selected: (scope call): 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
  *
@@ -6177,7 +6177,7 @@ vte_buffer_get_text_maybe_wrapped(VteBuffer *buffer,
 /**
  * vte_buffer_get_text:
  * @buffer: a #VteBuffer
- * @is_selected: a #VteSelectionFunc callback
+ * @is_selected: (scope call): 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
  *
@@ -6207,7 +6207,7 @@ vte_buffer_get_text(VteBuffer *buffer,
 /**
  * vte_buffer_get_text_include_trailing_spaces:
  * @buffer: a #VteBuffer
- * @is_selected: a #VteSelectionFunc callback
+ * @is_selected: (scope call): 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
  *
@@ -6240,7 +6240,7 @@ vte_buffer_get_text_include_trailing_spaces(VteBuffer *buffer,
  * vte_buffer_get_cursor_position:
  * @buffer: a #VteBuffer
  * @column: (out) (allow-none): a location to store the column, or %NULL
- * @row : (out) (allow-none): a location to store the row, or %NULL
+ * @row: (out) (allow-none): a location to store the row, or %NULL
  *
  * Reads the location of the insertion cursor and returns it.  The row
  * coordinate is absolute.



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