diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 14:55:18 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-29 12:45:49 -0500 |
commit | 4c8bd8e7cf2a4850ad3aac83c0f3d6eb9c5540bd (patch) | |
tree | 6538e74167af906319ea494a08d831881fea5365 /gdk/gdkpango.c | |
parent | 768bc44081550be18ee19697ed36b5f92298ef11 (diff) | |
download | gtk+-4c8bd8e7cf2a4850ad3aac83c0f3d6eb9c5540bd.tar.gz |
docs: Identify examples that are C code
https://bugzilla.gnome.org/show_bug.cgi?id=723119
Diffstat (limited to 'gdk/gdkpango.c')
-rw-r--r-- | gdk/gdkpango.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c index 68a21cb9e0..9b2b8542cd 100644 --- a/gdk/gdkpango.c +++ b/gdk/gdkpango.c @@ -53,7 +53,7 @@ * <title>Draw transformed text with Pango and cairo</title> * <!-- Note that this example is basically the same as * demos/gtk-demo/rotated_text.c --> - * |[ + * |[<!-- language="C" --> * #define RADIUS 100 * #define N_WORDS 10 * #define FONT "Sans Bold 18" |