diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 21:00:58 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 21:00:58 -0500 |
commit | 3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2 (patch) | |
tree | 12197053b6fc681aa2ce39258cf2a3b92ee639f5 /gtk/gtkfilechooser.c | |
parent | c6ef8bdc9c128c4b91a000221a9f4e8e9b525534 (diff) | |
download | gtk+-3b3d8ca45697781bf1a191d248a7d9d4cb5ebfe2.tar.gz |
docs: Use "#" for refsect2 instead of ##
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 3c1ed7542f..40787fbe78 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -55,7 +55,7 @@ * - Volumes: are provided by the underlying filesystem abstraction. They are * the "roots" of the filesystem. * - * ## File Names and Encodings + * # File Names and Encodings * * When the user is finished selecting files in a * #GtkFileChooser, your program can get the selected names @@ -75,7 +75,7 @@ * to convert filenames into strings that can be passed to GTK+ * widgets. * - * ## Adding a Preview Widget + * # Adding a Preview Widget * * You can add a custom preview widget to a file chooser and then * get notification about when the preview needs to be updated. @@ -129,7 +129,7 @@ * } * ]| * - * ## Adding Extra Widgets + * # Adding Extra Widgets * * You can add extra widgets to a file chooser to provide options * that are not present in the default design. For example, you @@ -150,7 +150,7 @@ * gtk_file_chooser_set_extra_widget (my_file_chooser, toggle); * } * ]| - * + * * If you want to set more than one extra widget in the file * chooser, you can a container such as a #GtkBox or a #GtkGrid * and include your widgets in it. Then, set the container as |