summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErika <rrika9@yahoo.com>2015-12-06 14:31:00 +0000
committerMatthias Clasen <mclasen@redhat.com>2015-12-07 06:16:59 -0500
commit05dd21be88b65fa3012b38e2ed5873272ab90742 (patch)
tree681813144d7f0370f5edda6433dc436c02a725eb
parent326f4739ca00c7a3b92990c9e747c71638935a85 (diff)
downloadgtk+-05dd21be88b65fa3012b38e2ed5873272ab90742.tar.gz
Correct annotations for gtk_cell_layout_get_area
The function can return NULL. https://bugzilla.gnome.org/show_bug.cgi?id=759081
-rw-r--r--gtk/gtkcelllayout.c3
1 files changed, 2 insertions, 1 deletions
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
*/