summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtksettings.c')
-rw-r--r--gtk/gtksettings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c
index cce10660b9..f28d7d3402 100644
--- a/gtk/gtksettings.c
+++ b/gtk/gtksettings.c
@@ -86,7 +86,7 @@
* need to be aware that settings that are specific to individual widgets
* may not be available before the widget type has been realized at least
* once. The following example demonstrates a way to do this:
- * |[
+ * |[<!-- language="C" -->
* gtk_init (&argc, &argv);
*
* /&ast; make sure the type is realized &ast;/