summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-02-03 21:03:37 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-02-03 21:03:37 -0500
commite966a12fb29d797683546c22232236c537c24328 (patch)
treed5b358170fd34943f3c5a7df8d438c69e55b5203 /gtk/gtkfilechooserdialog.c
parent05f2f634260519b5448ffd53e8883412c0251443 (diff)
downloadgtk+-e966a12fb29d797683546c22232236c537c24328.tar.gz
Fix docs build
Diffstat (limited to 'gtk/gtkfilechooserdialog.c')
-rw-r--r--gtk/gtkfilechooserdialog.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c
index b74d50f1c9..c52bc96141 100644
--- a/gtk/gtkfilechooserdialog.c
+++ b/gtk/gtkfilechooserdialog.c
@@ -115,6 +115,7 @@
*
* <para id="gtkfilechooserdialog-setting-up">
* There are various cases in which you may need to use a #GtkFileChooserDialog:
+ * </para>
*
* - To select a file for opening. Use #GTK_FILE_CHOOSER_ACTION_OPEN.
*
@@ -136,7 +137,6 @@
* when it is appropriate to use gtk_file_chooser_set_filename(),
* i.e. when you are doing a Save As command and you already
* have a file saved somewhere.
- * </para>
* ## Response Codes
*
@@ -163,13 +163,12 @@
* boxes you can use your own custom response codes rather than the
* ones in #GtkResponseType, but #GtkFileChooserDialog assumes that
* its "accept"-type action, e.g. an "Open" or "Save" button,
- * will have one of the following response
- * codes:
+ * will have one of the following response codes:
+ * </para>
* - #GTK_RESPONSE_ACCEPT
* - #GTK_RESPONSE_OK
* - #GTK_RESPONSE_YES
* - #GTK_RESPONSE_APPLY
- * </para>
*
* This is because #GtkFileChooserDialog must intercept responses
* and switch to folders if appropriate, rather than letting the