grid: add missing transfer annotation

gtk_grid_get_child_at() is missing a transfer annotation for the returned
widget, making it not introspectable.
This commit is contained in:
Martin Pitt 2012-05-16 18:00:04 +02:00
parent ba965b30d2
commit ec39974714

View File

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