[gtk+/wip/baedert/gtkimageview: 1672/1672] GtkFlowBox: Add missing nullable annotation
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/gtkimageview: 1672/1672] GtkFlowBox: Add missing nullable annotation
- Date: Thu, 10 Dec 2015 16:26:32 +0000 (UTC)
commit c905eac695172923a32eba685d78d04bcb2d8c9c
Author: Timm Bäder <mail baedert org>
Date: Thu Dec 10 16:54:59 2015 +0100
GtkFlowBox: Add missing nullable annotation
gtk/gtkflowbox.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c
index 775d0a0..3d1a076 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
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]