Fix incomplete > entities in docs.

This commit is contained in:
Laszlo Pandy 2011-08-13 15:21:09 +02:00
parent c4008dff3b
commit 991b782b75
3 changed files with 8 additions and 8 deletions

View File

@ -53,8 +53,8 @@
* <title>GtkComboBoxText as GtkBuildable</title>
* <para>
* The GtkComboBoxText implementation of the GtkBuildable interface
* supports adding items directly using the &lt;items&gt element
* and specifying &lt;item&gt elements for each item. Each &lt;item&gt
* supports adding items directly using the &lt;items&gt; element
* and specifying &lt;item&gt; elements for each item. Each &lt;item&gt;
* element supports the regular translation attributes "translatable",
* "context" and "comments".
*

View File

@ -43,9 +43,9 @@
* <title>GtkFileFilter as GtkBuildable</title>
* <para>
* The GtkFileFilter implementation of the GtkBuildable interface
* supports adding rules using the &lt;mime-types&gt, &lt;patterns&gt and
* &lt;applications&gt elements and listing the rules within. Specifying
* a &lt;mime-type&gt or &lt;pattern&gt is the same
* supports adding rules using the &lt;mime-types&gt;, &lt;patterns&gt; and
* &lt;applications&gt; elements and listing the rules within. Specifying
* a &lt;mime-type&gt; or &lt;pattern&gt; is the same
* as calling gtk_recent_filter_add_mime_type() or gtk_recent_filter_add_pattern()
*
* <example>

View File

@ -46,9 +46,9 @@
* <title>GtkRecentFilter as GtkBuildable</title>
* <para>
* The GtkRecentFilter implementation of the GtkBuildable interface
* supports adding rules using the &lt;mime-types&gt, &lt;patterns&gt and
* &lt;applications&gt elements and listing the rules within. Specifying
* a &lt;mime-type&gt, &lt;pattern&gt or &lt;application&gt is the same
* supports adding rules using the &lt;mime-types&gt;, &lt;patterns&gt; and
* &lt;applications&gt; elements and listing the rules within. Specifying
* a &lt;mime-type&gt;, &lt;pattern&gt; or &lt;application&gt; is the same
* as calling gtk_recent_filter_add_mime_type(), gtk_recent_filter_add_pattern()
* or gtk_recent_filter_add_application().
*