[gtk+/gtk-2-24] GtkFileChooser: fix documentation



commit b7c6954f6f6d3754dc8a28bed1d3ec099bfe59f8
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sat Jan 18 16:12:39 2014 +0100

    GtkFileChooser: fix documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722496

 gtk/gtkfilechooser.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index be078b4..8dd0dec 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -535,7 +535,7 @@
  * In GTK+ 2.x, the file chooser saves its state and configuration options in a
  * <filename>gtk-2.0/gtkfilechooser.ini</filename> file under the directory that
  * g_get_user_config_dir() returns.  (On Unix, this usually resolves to
- * <filename>$HOME/username/.config/gtk-2.0/gtkfilechooser.ini.)  While some of
+ * <filename>$HOME/username/.config/gtk-2.0/gtkfilechooser.ini</filename>.)  While some of
  * the available options can be changed directly through the file chooser's user
  * interface, a couple are only editable by hand or by third-party tools (such
  * as <ulink
@@ -567,7 +567,7 @@
  * The <literal>LocationMode</literal> key controls whether the file chooser
  * shows just a path bar, or a visible entry for the filename as well, for the
  * benefit of typing-oriented users.  The possible string values for these modes
- * are <literal>path-bar<literal> and <literal>filename-entry</literal>,
+ * are <literal>path-bar</literal> and <literal>filename-entry</literal>,
  * respectively.
  * </para>
  * </refsect3>
@@ -594,6 +594,7 @@
  * <literal>GeometryWidth</literal>, <literal>GeometryHeight</literal> save the
  * position and dimensions of the #GtkFileChooserDialog's window.
  * </para>
+ * </refsect3>
  * <refsect3 id="gtkfilechooser-settings-sort-column">
  * <title>SortColumn key</title>
  * <para>
@@ -606,7 +607,7 @@
  * <refsect3 id="gtkfilechooser-settings-sort-order">
  * <title>SortOrder key</title>
  * <para>
- * The <literal>SortOrder<literal> key can be one of the strings
+ * The <literal>SortOrder</literal> key can be one of the strings
  * <literal>ascending</literal> or <literal>descending</literal>.
  * </para>
  * </refsect3>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]