Add some more missing nullable annotations

This commit is contained in:
Timm Bäder
2015-12-01 13:40:46 +01:00
parent 88b4955fd9
commit a28103cf51
3 changed files with 4 additions and 4 deletions

View File

@ -1951,7 +1951,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: (transfer none): the child at the given position, or %NULL
* Returns: (transfer none) (nullable): the child at the given position, or %NULL
*
* Since: 3.2
*/