diff options
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r-- | gtk/gtkexpander.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index 6667fb9ed6..c8b15664a7 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -43,7 +43,7 @@ * its expansion state. You should watch this property with a signal * connection as follows: * </para> - * |[ + * |[<!-- language="C" --> * expander = gtk_expander_new_with_mnemonic ("_More Options"); * g_signal_connect (expander, "notify::expanded", * G_CALLBACK (expander_callback), NULL); |