summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkprintoperation.c')
-rw-r--r--gtk/gtkprintoperation.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c
index daf0d37c50..30195a9a4e 100644
--- a/gtk/gtkprintoperation.c
+++ b/gtk/gtkprintoperation.c
@@ -59,8 +59,8 @@
* #GtkPrintOperation::draw-page, which you are supposed to catch
* and render the page on the provided #GtkPrintContext using Cairo.
*
- * <example>
- * <title>The high-level printing API</title>
+ * ## The high-level printing API
+ *
* |[<!-- language="C" -->
* static GtkPrintSettings *settings = NULL;
*
@@ -91,7 +91,6 @@
* g_object_unref (print);
* }
* ]|
- * </example>
*
* By default GtkPrintOperation uses an external application to do
* print preview. To implement a custom print preview, an application