[gtk+/treeview-refactor: 238/257] [gi] add "out" annotations to gtk_tree_store_sort_column_id params



commit 0d07cba436985d06ca18ced6b5c073bd66fc5d12
Author: John (J5) Palmieri <johnp redhat com>
Date:   Mon Nov 15 12:13:32 2010 -0500

    [gi] add "out" annotations to gtk_tree_store_sort_column_id params

 gtk/gtktreesortable.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtktreesortable.c b/gtk/gtktreesortable.c
index 75f7e3c..111a3e5 100644
--- a/gtk/gtktreesortable.c
+++ b/gtk/gtktreesortable.c
@@ -111,8 +111,8 @@ gtk_tree_sortable_sort_column_changed (GtkTreeSortable *sortable)
 /**
  * gtk_tree_sortable_get_sort_column_id:
  * @sortable: A #GtkTreeSortable
- * @sort_column_id: The sort column id to be filled in
- * @order: The #GtkSortType to be filled in
+ * @sort_column_id: (out): The sort column id to be filled in
+ * @order: (out): The #GtkSortType to be filled in
  * 
  * Fills in @sort_column_id and @order with the current sort column and the
  * order. It returns %TRUE unless the @sort_column_id is 



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