Annotate all examples with their language

The C ones, at least.
This commit is contained in:
Matthias Clasen
2014-02-01 15:11:49 -05:00
parent 701f00f125
commit adf892e96a
49 changed files with 151 additions and 151 deletions

View File

@@ -52,7 +52,7 @@
*
* Consider the following example:
*
* |[
* |[<!-- language="C" -->
* typedef struct
* {
* ...
@@ -109,7 +109,7 @@
* ships a gschemas.compiled file as part of itself, and then simply do
* the following:
*
* |[
* |[<!-- language="C" -->
* {
* GSettings *settings;
* gint some_value;