summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2015-12-10 16:54:59 +0100
committerTimm Bäder <mail@baedert.org>2015-12-12 09:29:08 +0100
commitc3fd1b3b73747d6451f5c531384044bcdd676199 (patch)
tree6b40b37418c7f10fd899afdb566766c004a60901
parentc02f68f0bacaabcf4b9ec8639ef819d4857f2911 (diff)
downloadgtk+-c3fd1b3b73747d6451f5c531384044bcdd676199.tar.gz
GtkFlowBox: Add missing nullable annotation
-rw-r--r--gtk/gtkflowbox.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c
index 775d0a0fd8..3d1a076aa2 100644
--- a/gtk/gtkflowbox.c
+++ b/gtk/gtkflowbox.c
@@ -4214,8 +4214,9 @@ gtk_flow_box_insert (GtkFlowBox *box,
*
* Gets the nth child in the @box.
*
- * Returns: (transfer none): the child widget, which will
- * always be a #GtkFlowBoxChild
+ * Returns: (transfer none) (nullable): the child widget, which will
+ * always be a #GtkFlowBoxChild or %NULL in case no child widget
+ * with the given index exists.
*
* Since: 3.12
*/