Fix incomplete > entities in docs.
This commit is contained in:
parent
c4008dff3b
commit
991b782b75
@ -53,8 +53,8 @@
|
|||||||
* <title>GtkComboBoxText as GtkBuildable</title>
|
* <title>GtkComboBoxText as GtkBuildable</title>
|
||||||
* <para>
|
* <para>
|
||||||
* The GtkComboBoxText implementation of the GtkBuildable interface
|
* The GtkComboBoxText implementation of the GtkBuildable interface
|
||||||
* supports adding items directly using the <items> element
|
* supports adding items directly using the <items> element
|
||||||
* and specifying <item> elements for each item. Each <item>
|
* and specifying <item> elements for each item. Each <item>
|
||||||
* element supports the regular translation attributes "translatable",
|
* element supports the regular translation attributes "translatable",
|
||||||
* "context" and "comments".
|
* "context" and "comments".
|
||||||
*
|
*
|
||||||
|
@ -43,9 +43,9 @@
|
|||||||
* <title>GtkFileFilter as GtkBuildable</title>
|
* <title>GtkFileFilter as GtkBuildable</title>
|
||||||
* <para>
|
* <para>
|
||||||
* The GtkFileFilter implementation of the GtkBuildable interface
|
* The GtkFileFilter implementation of the GtkBuildable interface
|
||||||
* supports adding rules using the <mime-types>, <patterns> and
|
* supports adding rules using the <mime-types>, <patterns> and
|
||||||
* <applications> elements and listing the rules within. Specifying
|
* <applications> elements and listing the rules within. Specifying
|
||||||
* a <mime-type> or <pattern> is the same
|
* a <mime-type> or <pattern> is the same
|
||||||
* as calling gtk_recent_filter_add_mime_type() or gtk_recent_filter_add_pattern()
|
* as calling gtk_recent_filter_add_mime_type() or gtk_recent_filter_add_pattern()
|
||||||
*
|
*
|
||||||
* <example>
|
* <example>
|
||||||
|
@ -46,9 +46,9 @@
|
|||||||
* <title>GtkRecentFilter as GtkBuildable</title>
|
* <title>GtkRecentFilter as GtkBuildable</title>
|
||||||
* <para>
|
* <para>
|
||||||
* The GtkRecentFilter implementation of the GtkBuildable interface
|
* The GtkRecentFilter implementation of the GtkBuildable interface
|
||||||
* supports adding rules using the <mime-types>, <patterns> and
|
* supports adding rules using the <mime-types>, <patterns> and
|
||||||
* <applications> elements and listing the rules within. Specifying
|
* <applications> elements and listing the rules within. Specifying
|
||||||
* a <mime-type>, <pattern> or <application> is the same
|
* a <mime-type>, <pattern> or <application> is the same
|
||||||
* as calling gtk_recent_filter_add_mime_type(), gtk_recent_filter_add_pattern()
|
* as calling gtk_recent_filter_add_mime_type(), gtk_recent_filter_add_pattern()
|
||||||
* or gtk_recent_filter_add_application().
|
* or gtk_recent_filter_add_application().
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user