[gtk+] docs: don't use property syntax for child properties



commit 01018e019b2615c3400c68f493c503b787a421f6
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 21 14:40:16 2014 -0500

    docs: don't use property syntax for child properties

 gtk/gtkbox.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index cb25399..8b78622 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -1898,13 +1898,13 @@ 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 #GtkBox:expand child
+ * @expand: (out): pointer to return location for expand child
  *     property
- * @fill: (out): pointer to return location for #GtkBox:fill child
+ * @fill: (out): pointer to return location for fill child
  *     property
- * @padding: (out): pointer to return location for #GtkBox:padding
+ * @padding: (out): pointer to return location for padding
  *     child property
- * @pack_type: (out): pointer to return location for #GtkBox:pack-type
+ * @pack_type: (out): 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]