GtkBuilder: Fixed documentation

The documentation was referring to an <external-object> tag
which we never implemented
This commit is contained in:
Tristan Van Berkom
2013-03-23 20:44:12 +09:00
parent ce7c6d58c2
commit 1a088d3aba

View File

@@ -1355,12 +1355,6 @@ gtk_builder_get_translation_domain (GtkBuilder *builder)
*
* Add @object to the @builder object pool so it can be referenced just like any
* other object built by builder.
*
* To make this function even more useful a new special entry point element
* &lt;external-object&gt; is defined. It is similar to &lt;object&gt; but has
* to reference an external object exposed with this function.
* This way you can change properties and even add children to an
* external object using builder, not just reference it.
*
* Since: 3.8
**/