diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-04-12 13:30:04 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-04-12 13:30:04 +0200 |
commit | c8d11085740b8c8d67bab01c99ff16efbcc26fe0 (patch) | |
tree | fad25c1774d8f510a05a2909b88589d34d8a2b2d /gtk/gtkflowbox.h | |
parent | 413d27508f92306bb6daf87426b6444525391f27 (diff) | |
download | gtk+-c8d11085740b8c8d67bab01c99ff16efbcc26fe0.tar.gz |
gtk: Annotate GtkFlowBoxCreateWidgetFunc as "transfer full"
Diffstat (limited to 'gtk/gtkflowbox.h')
-rw-r--r-- | gtk/gtkflowbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkflowbox.h b/gtk/gtkflowbox.h index 0b6ad4dc8f..ff2a6be0da 100644 --- a/gtk/gtkflowbox.h +++ b/gtk/gtkflowbox.h @@ -107,7 +107,7 @@ struct _GtkFlowBoxChildClass * Called for flow boxes that are bound to a #GListModel with * gtk_flow_box_bind_model() for each item that gets added to the model. * - * Returns: a #GtkWidget that represents @item + * Returns: (transfer full): a #GtkWidget that represents @item * * Since: 3.18 */ |