mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
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:
parent
ba965b30d2
commit
ec39974714
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user