summaryrefslogtreecommitdiff
path: root/gtk/gtkbuildable.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-04-05 18:39:17 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-04-05 14:41:46 -0400
commit74352e0bee580777109008d50f71a851417d2075 (patch)
treeb11c43042dabeb8abf7afd923097460b4d16f7d6 /gtk/gtkbuildable.h
parent5c8a8705104dbb59d3ab73c6184c2ce6179e6818 (diff)
downloadgtk+-74352e0bee580777109008d50f71a851417d2075.tar.gz
buildable: Remove a mention of <packing>
This is no longer a supported element in ui files.
Diffstat (limited to 'gtk/gtkbuildable.h')
-rw-r--r--gtk/gtkbuildable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h
index ba899fa1f8..6972abedd6 100644
--- a/gtk/gtkbuildable.h
+++ b/gtk/gtkbuildable.h
@@ -65,8 +65,7 @@ typedef struct _GtkBuildableIface GtkBuildableIface;
* content below <child>. To handle an element, the implementation
* must fill in the @parser and @user_data and return %TRUE.
* #GtkWidget implements this to parse keyboard accelerators specified
- * in <accelerator> elements. #GtkContainer implements it to map
- * properties defined via <packing> elements to child properties.
+ * in <accelerator> elements.
* Note that @user_data must be freed in @custom_tag_end or @custom_finished.
* @custom_tag_end: Called for the end tag of each custom element that is
* handled by the buildable (see @custom_tag_start).