From 3160f3eca85ef5415c661649ebcd1fa0749d9239 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 12 Feb 2009 22:35:35 +0000 Subject: Begin to document the GIR format --- diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index efc70c9..60430aa 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -32,7 +32,7 @@ FIXXREF_OPTIONS= include $(top_srcdir)/gtk-doc.make # Other files to distribute -EXTRA_DIST +=version.xml.in +EXTRA_DIST += version.xml.in ######################################################################## diff --git a/docs/reference/gi-docs.sgml b/docs/reference/gi-docs.sgml index 1a40904..dc28eba 100644 --- a/docs/reference/gi-docs.sgml +++ b/docs/reference/gi-docs.sgml @@ -1,6 +1,7 @@ @@ -27,15 +28,16 @@ Bla bla bla bla bla &gi-building; --> - + typelib 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 @@ + + + The GIR XML format + + + 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. + + +
+ API node + + The root node of all GIR documents is the api node. + + Attributes: + + version + The version of the GIR, currently the only known version is 1.0. + + +
+ +
+ -- cgit v0.9.1