Correct annotations for gtk_cell_layout_get_area

The function can return NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=759081
This commit is contained in:
Erika
2015-12-06 14:31:00 +00:00
committed by Matthias Clasen
parent e3fb59f88c
commit a311eb6468

View File

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