Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
[docs] Reorganize structs into chapters
Browse files Browse the repository at this point in the history
Instead of displaying all structures and methods
in girepository.h on one page, split them out to a
bunch of pages.
  • Loading branch information
jdahlin-litl authored and boondocksaints-debug committed May 18, 2010
1 parent 85a6b48 commit 9f93d98
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 123 deletions.
38 changes: 33 additions & 5 deletions docs/reference/gi-docs.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,39 @@ Bla bla bla bla bla
</chapter>
-->

<chapter id="gi-repository">
<title>GIRepository</title>
<xi:include href="xml/girepository.xml"/>
<xi:include href="xml/girffi.xml"/>
</chapter>
<part id="girepository">
<chapter id="gi-libgirepository">
<title>GIRepository</title>
<xi:include href="xml/girepository.xml"/>
</chapter>
<chapter id="gi-ffi">
<title>GIR Foreign functions interface</title>
<xi:include href="xml/girffi.xml"/>
</chapter>
<chapter id="gi-repository-structs">
<title>GIRepository structs</title>
<xi:include href="xml/gibaseinfo.xml"/>
<xi:include href="xml/gifunctioninfo.xml"/>
<xi:include href="xml/gicallableinfo.xml"/>
<xi:include href="xml/giarginfo.xml"/>
<xi:include href="xml/gitypeinfo.xml"/>
<xi:include href="xml/gistructinfo.xml"/>
<xi:include href="xml/giunioninfo.xml"/>
<xi:include href="xml/gifieldinfo.xml"/>
<xi:include href="xml/gipropertyinfo.xml"/>
<xi:include href="xml/givfuncinfo.xml"/>
<xi:include href="xml/gisignalinfo.xml"/>
<xi:include href="xml/gienuminfo.xml"/>
<xi:include href="xml/giregisteredtypeinfo.xml"/>
<xi:include href="xml/giobjectinfo.xml"/>
<xi:include href="xml/giinterfaceinfo.xml"/>
<xi:include href="xml/giconstantinfo.xml"/>
<xi:include href="xml/gifunctioninfo.xml"/>
<xi:include href="xml/gierrordomaininfo.xml"/>
</chapter>

</part>


<part id="gi-gir">
<title>GIR markup format</title>
Expand Down
Loading

0 comments on commit 9f93d98

Please sign in to comment.