diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 20:21:05 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 20:21:05 -0500 |
commit | c6ef8bdc9c128c4b91a000221a9f4e8e9b525534 (patch) | |
tree | bab7bda29eb749feaac5a6ebc40b94e3bfa29d52 /gtk/gtkfilechooser.c | |
parent | aeaa35262f1b6f45e074eb67c5699a1cdcd72b78 (diff) | |
download | gtk+-c6ef8bdc9c128c4b91a000221a9f4e8e9b525534.tar.gz |
docs: don't use <para id="">
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; |