diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-04-28 11:10:34 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-04-28 11:10:34 -0400 |
commit | 5d5d93e624ef1618e8bcd74baae9110c50a92df4 (patch) | |
tree | 4af1c8b39c069ba9194b1d8a641d4600775edd85 /gtk/gtkfilechooser.c | |
parent | 50656c74e3887c661e50f00faa3670d6a49fcdfb (diff) | |
download | gtk+-5d5d93e624ef1618e8bcd74baae9110c50a92df4.tar.gz |
Make the docs build
Grr
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 048e89182a..70ddfda1aa 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -72,6 +72,7 @@ * </listitem> * </varlistentry> * </variablelist> + * * <refsect2 id="gtkfilechooser-encodings"> * <title>File Names and Encodings</title> * When the user is finished selecting files in a @@ -322,7 +323,7 @@ * </variablelist> * <note> * You can create your own bindings for the - * GtkFileChooserDefault::location-popup signal with custom + * #GtkFileChooserDefault::location-popup signal with custom * <parameter>path</parameter> strings, and have a crude form * of easily-to-type bookmarks. For example, say you access * the path <filename>/home/username/misc</filename> very @@ -503,7 +504,7 @@ * </listitem> * </varlistentry> * <varlistentry> - * <term><parameter>bookmark_indes</parameter> :</term> + * <term><parameter>bookmark_index</parameter> :</term> * <listitem> * <simpara> * index of the bookmark to switch to; the indices start at 0. |