From a311eb6468e9639244cd5cd2a5e55abe5e609189 Mon Sep 17 00:00:00 2001 From: Erika Date: Sun, 6 Dec 2015 14:31:00 +0000 Subject: [PATCH] Correct annotations for gtk_cell_layout_get_area The function can return NULL. https://bugzilla.gnome.org/show_bug.cgi?id=759081 --- gtk/gtkcelllayout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */