[gtk+] [GI] Added missing (transfer none) annotation to gtk_tree_view_get_path_at_pos
- From: Sebastian Polsterl <sebp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] [GI] Added missing (transfer none) annotation to gtk_tree_view_get_path_at_pos
- Date: Wed, 19 Jan 2011 14:10:23 +0000 (UTC)
commit cbbfe48ee473e428e431f18f83b6a0f708f34618
Author: Sebastian Pölsterl <sebp k-d-w org>
Date: Wed Jan 19 15:09:05 2011 +0100
[GI] Added missing (transfer none) annotation to gtk_tree_view_get_path_at_pos
gtk/gtktreeview.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 76b748f..d0311b4 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -13412,7 +13412,7 @@ gtk_tree_view_get_bin_window (GtkTreeView *tree_view)
* @x: The x position to be identified (relative to bin_window).
* @y: The y position to be identified (relative to bin_window).
* @path: (out) (allow-none): A pointer to a #GtkTreePath pointer to be filled in, or %NULL
- * @column: (out) (allow-none): A pointer to a #GtkTreeViewColumn pointer to be filled in, or %NULL
+ * @column: (out) (transfer none) (allow-none): A pointer to a #GtkTreeViewColumn pointer to be filled in, or %NULL
* @cell_x: (out) (allow-none): A pointer where the X coordinate relative to the cell can be placed, or %NULL
* @cell_y: (out) (allow-none): A pointer where the Y coordinate relative to the cell can be placed, or %NULL
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]