summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 20:51:25 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 22:40:55 -0500
commitc6e1b2513e27732a6e734e7a4c25f4cb35038fbe (patch)
tree377ff1499b8f45de0cc87543c6d4dea00c8d7f4c /gtk/gtkbuilder.c
parent7c1b573209dff319b748786edc0237376aa58d19 (diff)
downloadgtk+-c6e1b2513e27732a6e734e7a4c25f4cb35038fbe.tar.gz
docs: fix links in builder docs
Diffstat (limited to 'gtk/gtkbuilder.c')
-rw-r--r--gtk/gtkbuilder.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index 33786a2154..10c5661165 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -91,10 +91,10 @@
*
* Typically, the specific kind of object represented by an &lt;object&gt;
* element is specified by the "class" attribute. If the type has not been
- * loaded yet, GTK+ tries to find the <function>_get_type()</function> from the
+ * loaded yet, GTK+ tries to find the <function>_get_type(<!-- -->)</function> from the
* class name by applying heuristics. This works in most cases, but if
* necessary, it is possible to specify the name of the
- * <function>_get_type()</function> explictly with the "type-func" attribute.
+ * <function>_get_type(<!-- -->)</function> explictly with the "type-func" attribute.
* As a special case, GtkBuilder allows to use an object that has been
* constructed by a #GtkUIManager in another part of the UI definition by
* specifying the id of the #GtkUIManager in the "constructor" attribute and the
@@ -222,16 +222,6 @@
* allowing one to <link linkend="GtkWidget-BUILDER-TEMPLATES">define a widget class's components</link>.
* </para>
* </refsect2>
- * <refsect2>
- * <title>Embedding other XML</title>
- * <para>
- * Apart from the language for UI descriptions that has been explained
- * in the previous section, GtkBuilder can also parse XML fragments
- * of <link linkend="gio-GMenu-Markup">GMenu markup</link>. The resulting
- * #GMenu object and its named submenus are available via
- * gtk_builder_get_object() like other constructed objects.
- * </para>
- * </refsect2>
*/
#include "config.h"