gtk: Annotate GtkFlowBoxCreateWidgetFunc as "transfer full"

This commit is contained in:
Rico Tzschichholz 2016-04-12 13:30:04 +02:00
parent 413d27508f
commit c8d1108574

View File

@ -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
*/