summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 20:21:05 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 20:21:05 -0500
commitc6ef8bdc9c128c4b91a000221a9f4e8e9b525534 (patch)
treebab7bda29eb749feaac5a6ebc40b94e3bfa29d52 /gtk/gtkfilechooser.c
parentaeaa35262f1b6f45e074eb67c5699a1cdcd72b78 (diff)
downloadgtk+-c6ef8bdc9c128c4b91a000221a9f4e8e9b525534.tar.gz
docs: don't use <para id="">
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r--gtk/gtkfilechooser.c4
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;