diff options
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 909e60897d..3c1ed7542f 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -91,8 +91,8 @@ * gtk_file_chooser_set_preview_widget_active() with a boolean * flag that indicates whether your callback could successfully * generate a preview. - * - * <para id="gtkfilechooser-preview">An example for using a preview widget:</para> + * + * ## An example for using a preview widget ## {#gtkfilechooser-preview} * |[<!-- language="C" --> * { * GtkImage *preview; |