diff options
Diffstat (limited to 'gtk/deprecated/gtkvbox.c')
-rw-r--r-- | gtk/deprecated/gtkvbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/deprecated/gtkvbox.c b/gtk/deprecated/gtkvbox.c index 7745045f9a..6a95410ae8 100644 --- a/gtk/deprecated/gtkvbox.c +++ b/gtk/deprecated/gtkvbox.c @@ -51,7 +51,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS * from #GtkBox, and set the #GtkOrientable:orientation property to * %GTK_ORIENTATION_VERTICAL in your instance init function, with a * call like: - * |[ + * |[<!-- language="C" --> * gtk_orientable_set_orientation (GTK_ORIENTABLE (object), * GTK_ORIENTATION_VERTICAL); * ]| |