From ec399747147ecb3d1b087ef1ab2b4ec9f883851a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 16 May 2012 18:00:04 +0200 Subject: grid: add missing transfer annotation gtk_grid_get_child_at() is missing a transfer annotation for the returned widget, making it not introspectable. --- gtk/gtkgrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c index 03a0976e66..f8a281e711 100644 --- a/gtk/gtkgrid.c +++ b/gtk/gtkgrid.c @@ -1594,7 +1594,7 @@ gtk_grid_attach_next_to (GtkGrid *grid, * Gets the child of @grid whose area covers the grid * cell whose upper left corner is at @left, @top. * - * Returns: the child at the given position, or %NULL + * Returns: (transfer none): the child at the given position, or %NULL * * Since: 3.2 */ -- cgit v1.2.1