diff options
Diffstat (limited to 'gtk/gtkprintcontext.c')
-rw-r--r-- | gtk/gtkprintcontext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkprintcontext.c b/gtk/gtkprintcontext.c index 4d55b75e78..10c79d23ba 100644 --- a/gtk/gtkprintcontext.c +++ b/gtk/gtkprintcontext.c @@ -37,7 +37,7 @@ * * <example> * <title>Using GtkPrintContext in a #GtkPrintOperation::draw-page callback</title> - * <programlisting> + * |[ * static void * draw_page (GtkPrintOperation *operation, * GtkPrintContext *context, @@ -89,7 +89,7 @@ * * g_object_unref (layout); * } - * </programlisting> + * ]| * </example> * * Printing support was added in GTK+ 2.10. |