diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c index 1f5253f32e..241f467c28 100644 --- a/gtk/gtkcelllayout.c +++ b/gtk/gtkcelllayout.c @@ -600,7 +600,8 @@ gtk_cell_layout_get_cells (GtkCellLayout *cell_layout) * if called on a #GtkCellArea or might be %NULL if no #GtkCellArea * is used by @cell_layout. * - * Returns: (transfer none): the cell area used by @cell_layout. + * Returns: (transfer none) (nullable): the cell area used by @cell_layout, + * or %NULL in case no cell area is used. * * Since: 3.0 */