[gtk+] [GI] Fix gtk_tree_view_get_cursor() transfer annotation
- From: Martin Pitt <martinpitt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] [GI] Fix gtk_tree_view_get_cursor() transfer annotation
- Date: Wed, 26 Jan 2011 13:40:12 +0000 (UTC)
commit d7b71be49b82d071361731666c1f2f59c5689534
Author: Martin Pitt <martin pitt ubuntu com>
Date: Wed Jan 26 14:39:50 2011 +0100
[GI] Fix gtk_tree_view_get_cursor() transfer annotation
gtk/gtktreeview.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 9490419..674bc2f 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -13250,8 +13250,8 @@ gtk_tree_view_real_set_cursor (GtkTreeView *tree_view,
/**
* gtk_tree_view_get_cursor:
* @tree_view: A #GtkTreeView
- * @path: (out) (allow-none): A pointer to be filled with the current cursor path, or %NULL
- * @focus_column: (out) (allow-none): A pointer to be filled with the current focus column, or %NULL
+ * @path: (out) (transfer full) (allow-none): A pointer to be filled with the current cursor path, or %NULL
+ * @focus_column: (out) (transfer none) (allow-none): A pointer to be filled with the current focus column, or %NULL
*
* Fills in @path and @focus_column with the current path and focus column. If
* the cursor isn't currently set, then * path will be %NULL. If no column
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]