From aa0811d320c0da992a37da22edd3c7966e9cb152 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 21 Jan 2015 11:28:19 +0100 Subject: [PATCH] GtkTreeModel: Documentation fix https://bugzilla.gnome.org/show_bug.cgi?id=743286 --- gtk/gtktreemodel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 8bbf55d025..258363f5c3 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -2400,7 +2400,7 @@ gtk_tree_row_reference_new_proxy (GObject *proxy, * Returns a path that the row reference currently points to, * or %NULL if the path pointed to is no longer valid. * - * Returns: a current path, or %NULL + * Returns: (nullable) (transfer full): a current path, or %NULL */ GtkTreePath * gtk_tree_row_reference_get_path (GtkTreeRowReference *reference)