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/gtkwidgetpath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkwidgetpath.c') diff --git a/gtk/gtkwidgetpath.c b/gtk/gtkwidgetpath.c index 7c56bd7b8c..95a9b0d95f 100644 --- a/gtk/gtkwidgetpath.c +++ b/gtk/gtkwidgetpath.c @@ -42,7 +42,7 @@ * The widget path generation is generally simple: * * Defining a button within a window - * |[ + * |[ * { * GtkWidgetPath *path; * @@ -59,7 +59,7 @@ * * * Defining the first tab widget in a notebook - * |[ + * |[ * { * GtkWidgetPath *path; * guint pos; -- cgit v1.2.1