From 4c8bd8e7cf2a4850ad3aac83c0f3d6eb9c5540bd Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 27 Jan 2014 14:55:18 -0500 Subject: docs: Identify examples that are C code https://bugzilla.gnome.org/show_bug.cgi?id=723119 --- gtk/gtktoolpalette.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtktoolpalette.c') diff --git a/gtk/gtktoolpalette.c b/gtk/gtktoolpalette.c index f928cff9a7..e6f9f6b981 100644 --- a/gtk/gtktoolpalette.c +++ b/gtk/gtktoolpalette.c @@ -53,7 +53,7 @@ * to a #GtkToolPalette. To add a #GtkToolItemGroup to a #GtkToolPalette, * use gtk_container_add(). * - * |[ + * |[ * GtkWidget *palette, *group; * GtkToolItem *item; * @@ -72,7 +72,7 @@ * can be used to get the dragged item in the #GtkWidget::drag-data-received * signal handler of the drag target. * - * |[ + * |[ * static void * passive_canvas_drag_data_received (GtkWidget *widget, * GdkDragContext *context, -- cgit v1.2.1