diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-16 19:28:11 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-18 00:34:41 +0200 |
commit | d963ede6685368d9c5ec393556194116bd9708af (patch) | |
tree | a99496a727f8b2d4ffed4abc36a7bcee089fa7c9 /gtk/gtkbuildable.h | |
parent | 62b2949fa27660e6cfae00229acf7607341a28aa (diff) | |
download | gtk+-d963ede6685368d9c5ec393556194116bd9708af.tar.gz |
Remove GtkUIManager
Diffstat (limited to 'gtk/gtkbuildable.h')
-rw-r--r-- | gtk/gtkbuildable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h index 9652a5edf4..911dfe32c7 100644 --- a/gtk/gtkbuildable.h +++ b/gtk/gtkbuildable.h @@ -57,8 +57,8 @@ typedef struct _GtkBuildableIface GtkBuildableIface; * (i.e. setting the #GtkWidget:visible property) until the whole interface * is created. * @construct_child: Constructs a child of a buildable that has been - * specified as “constructor” in the UI definition. #GtkUIManager implements - * this to reference to a widget created in a <ui> tag which is outside + * specified as “constructor” in the UI definition. This can be used to + * reference a widget created in a <ui> tag which is outside * of the normal GtkBuilder UI definition hierarchy. A reference to the * constructed object is returned and becomes owned by the caller. * @custom_tag_start: Implement this if the buildable needs to parse |