[gtk+] Fix incomplete > entities in docs.
- From: Laszlo Pandy <lpandy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix incomplete > entities in docs.
- Date: Sat, 13 Aug 2011 13:25:08 +0000 (UTC)
commit 991b782b75b2247d3d3a9ed72ee859dc4cb0d66e
Author: Laszlo Pandy <lpandy src gnome org>
Date: Sat Aug 13 15:21:09 2011 +0200
Fix incomplete > entities in docs.
gtk/gtkcomboboxtext.c | 4 ++--
gtk/gtkfilefilter.c | 6 +++---
gtk/gtkrecentfilter.c | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c
index f1102cb..95db480 100644
--- a/gtk/gtkcomboboxtext.c
+++ b/gtk/gtkcomboboxtext.c
@@ -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".
*
diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c
index 4fdc624..dec3f2d 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 <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>
diff --git a/gtk/gtkrecentfilter.c b/gtk/gtkrecentfilter.c
index 07a4a0a..6aff08f 100644
--- a/gtk/gtkrecentfilter.c
+++ b/gtk/gtkrecentfilter.c
@@ -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().
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]