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