summaryrefslogtreecommitdiff
path: root/gtk/gtkfilefilter.c
diff options
context:
space:
mode:
authorLaszlo Pandy <lpandy@src.gnome.org>2011-08-13 15:21:09 +0200
committerLaszlo Pandy <lpandy@src.gnome.org>2011-08-13 15:22:44 +0200
commit991b782b75b2247d3d3a9ed72ee859dc4cb0d66e (patch)
tree5b959cdd909f10ee0c91428b9dd0d1a592c55509 /gtk/gtkfilefilter.c
parentc4008dff3be29fc7b29cb21d18fa0a698fa9b938 (diff)
downloadgtk+-991b782b75b2247d3d3a9ed72ee859dc4cb0d66e.tar.gz
Fix incomplete &gt; entities in docs.
Diffstat (limited to 'gtk/gtkfilefilter.c')
-rw-r--r--gtk/gtkfilefilter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c
index 4fdc624633..dec3f2d670 100644
--- a/gtk/gtkfilefilter.c
+++ b/gtk/gtkfilefilter.c
@@ -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>