[gtk+] box: Mark out params of _query_packing as (optional)



commit 76ff53193a3308a4439a41208e86780acda2a209
Author: Timm Bäder <mail baedert org>
Date:   Sat Oct 29 16:16:49 2016 +0200

    box: Mark out params of _query_packing as (optional)

 gtk/gtkbox.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index 1127deb..98a48e2 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -2290,11 +2290,11 @@ gtk_box_reorder_child (GtkBox    *box,
  * gtk_box_query_child_packing:
  * @box: a #GtkBox
  * @child: the #GtkWidget of the child to query
- * @expand: (out): pointer to return location for expand child
+ * @expand: (out) (optional): pointer to return location for expand child
  *     property
- * @fill: (out): pointer to return location for fill child
+ * @fill: (out) (optional): pointer to return location for fill child
  *     property
- * @pack_type: (out): pointer to return location for pack-type
+ * @pack_type: (out) (optional): pointer to return location for pack-type
  *     child property
  *
  * Obtains information about how @child is packed into @box.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]