[gtk+/wip/aruiz/nullable-annotations] nullable annotations: gtk_tree_view_get_column gtk_tree_view_get_bin_window
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/aruiz/nullable-annotations] nullable annotations: gtk_tree_view_get_column gtk_tree_view_get_bin_window
- Date: Sun, 13 Dec 2015 04:29:02 +0000 (UTC)
commit 9b45949de8708a332d78a70317de78a946bcbe01
Author: Alberto Ruiz <aruiz gnome org>
Date: Sat Dec 12 18:11:07 2015 +0000
nullable annotations:
gtk_tree_view_get_column
gtk_tree_view_get_bin_window
gtk/gtktreeview.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index a0286a7..acddcff 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -12301,8 +12301,8 @@ gtk_tree_view_get_n_columns (GtkTreeView *tree_view)
*
* Gets the #GtkTreeViewColumn at the given position in the #tree_view.
*
- * Returns: (transfer none): The #GtkTreeViewColumn, or %NULL if the
- * position is outside the range of columns.
+ * Returns: (nullable) (transfer none): The #GtkTreeViewColumn, or %NULL if the
+ * position is outside the range of columns.
**/
GtkTreeViewColumn *
gtk_tree_view_get_column (GtkTreeView *tree_view,
@@ -13488,8 +13488,8 @@ gtk_tree_view_set_cursor_on_cell (GtkTreeView *tree_view,
* This is used primarily to compare to `event->window`
* to confirm that the event on @tree_view is on the right window.
*
- * Returns: (transfer none): A #GdkWindow, or %NULL when @tree_view
- * hasn’t been realized yet
+ * Returns: (nullable) (transfer none): A #GdkWindow, or %NULL when @tree_view
+ * hasn’t been realized yet.
**/
GdkWindow *
gtk_tree_view_get_bin_window (GtkTreeView *tree_view)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]