summaryrefslogtreecommitdiff
path: root/gtk/gtktreelistmodel.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-12-07 22:39:35 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-12-08 00:30:32 -0500
commitd683d085c0fd48abccf87fa6185379c3b29cd80d (patch)
tree034d889e4849a94777348e58e65047ed80d0e8dd /gtk/gtktreelistmodel.h
parent92ab45098381eb828f65c6391fe51f96c5a37f14 (diff)
downloadgtk+-d683d085c0fd48abccf87fa6185379c3b29cd80d.tar.gz
tree list model: Add a missing annotation
The GtkTreeListModelCreateModelFunc returns a new reference.
Diffstat (limited to 'gtk/gtktreelistmodel.h')
-rw-r--r--gtk/gtktreelistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreelistmodel.h b/gtk/gtktreelistmodel.h
index df41500ecc..0d405ee99d 100644
--- a/gtk/gtktreelistmodel.h
+++ b/gtk/gtktreelistmodel.h
@@ -52,7 +52,7 @@ G_DECLARE_FINAL_TYPE (GtkTreeListRow, gtk_tree_list_row, GTK, TREE_LIST_ROW, GOb
* If it does not have children but may get children later, it should return
* an empty model that is filled once children arrive.
*
- * Returns: (nullable): The model tracking the children of @item or %NULL if
+ * Returns: (nullable) (transfer full): The model tracking the children of @item or %NULL if
* @item can never have children
*/
typedef GListModel * (* GtkTreeListModelCreateModelFunc) (gpointer item, gpointer user_data);