summaryrefslogtreecommitdiff
path: root/gtk/gtkbuildable.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-03-29 00:24:15 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-03-29 00:24:15 -0400
commitbf8a169cb97c28f71251313d79d5bac4c5ef4284 (patch)
tree56c0318ddb7e163a54e2a9d03c274929c27adf7a /gtk/gtkbuildable.h
parent3d0b7314cdf62fe2c115311af8e24ece2f1586a2 (diff)
downloadgtk+-bf8a169cb97c28f71251313d79d5bac4c5ef4284.tar.gz
docs: Another round of markup removal
Diffstat (limited to 'gtk/gtkbuildable.h')
-rw-r--r--gtk/gtkbuildable.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h
index 46ec63f0cc..9652a5edf4 100644
--- a/gtk/gtkbuildable.h
+++ b/gtk/gtkbuildable.h
@@ -58,15 +58,15 @@ typedef struct _GtkBuildableIface GtkBuildableIface;
* 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 &lt;ui&gt; tag which is outside
+ * this to reference to 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
- * content below &lt;child&gt;. To handle an element, the implementation
+ * 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 &lt;accelerator&gt; elements. #GtkContainer implements it to map
- * properties defined via &lt;packing&gt; elements to child properties.
+ * in <accelerator> elements. #GtkContainer implements it to map
+ * properties defined via <packing> elements to child properties.
* 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).