Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/reference/gi-gir.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/gi-gir.sgml')
-rw-r--r--docs/reference/gi-gir.sgml29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/reference/gi-gir.sgml b/docs/reference/gi-gir.sgml
new file mode 100644
index 0000000..8556b1d
--- /dev/null
+++ b/docs/reference/gi-gir.sgml
@@ -0,0 +1,29 @@
+<chapter id="gi-gir-reference">
+
+ <title>The GIR XML format</title>
+
+ <para>
+ This chapter describes the GIR XML markup format.
+ are interested in the procedure which GTK+ follows to draw its
+ widgets and windows, you should read this chapter; this will be
+ useful to know if you decide to implement your own widgets. This
+ chapter will also clarify the reasons behind the ways certain
+ things are done in GTK+; for example, why you cannot change the
+ background color of all widgets with the same method.
+ </para>
+
+ <section id="gi-gir-api">
+ <title>API node</title>
+
+ The root node of all GIR documents is the api node.
+
+ Attributes:
+ <itemizedlist>
+ <listitem><para>version</para></listitem>
+ The version of the GIR, currently the only known version is 1.0.
+ </itemizedlist>
+
+ </section>
+
+</chapter>
+