[gobject-introspection] [docs] Add a struct hierarchy page



commit a92fa4f084ce4148404ac86e5e76074e961d7225
Author: Johan Dahlin <johan gnome org>
Date:   Tue May 25 09:49:36 2010 -0300

    [docs] Add a struct hierarchy page

 docs/reference/gi-docs.sgml            |    1 +
 docs/reference/gi-struct-hierarchy.xml |   44 ++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/gi-docs.sgml b/docs/reference/gi-docs.sgml
index 68f5ca3..f3102bc 100644
--- a/docs/reference/gi-docs.sgml
+++ b/docs/reference/gi-docs.sgml
@@ -42,6 +42,7 @@ Bla bla bla bla bla
     </chapter>
     <chapter id="gi-repository-structs">
       <title>GIRepository structs</title>
+      <xi:include href="gi-struct-hierarchy.xml"/>
       <xi:include href="xml/gibaseinfo.xml"/>
       <xi:include href="xml/gifunctioninfo.xml"/>
       <xi:include href="xml/gicallableinfo.xml"/>
diff --git a/docs/reference/gi-struct-hierarchy.xml b/docs/reference/gi-struct-hierarchy.xml
new file mode 100644
index 0000000..6293d23
--- /dev/null
+++ b/docs/reference/gi-struct-hierarchy.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"; [
+<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
+<!ENTITY version SYSTEM "version.xml">
+]>
+<!--ENTITY index-Objects-Grouped SYSTEM "objects_grouped.sgml"-->
+<refentry id="gi-struct-hierarchy">
+<refmeta>
+  <refentrytitle role="top_of_page" id="gi-struct-hierarchy.top_of_page">Struct hierarchy</refentrytitle>
+  <manvolnum>3</manvolnum>
+  <refmiscinfo>GI Library</refmiscinfo>
+</refmeta>
+<refnamediv>
+  <refname>Struct hierarchy</refname>
+  <refpurpose>Struct hierarchy description for GIBaseInfo and all its sub structs</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv id="gi-struct-hierarchy.synopsis" role="synopsis">
+<title role="synopsis.title">Synopsis</title>
+
+<synopsis>
+* <link linkend="gi-GIBaseInfo.top_of_page">GIBaseInfo</link>
+  * <link linkend="gi-GICallableInfo.top_of_page">GICallableInfo</link>
+    * <link linkend="gi-GIFunctionInfo.top_of_page">GIFunctionInfo</link>
+    * <link linkend="gi-GIVFuncInfo.top_of_page">GIVFuncInfo</link>
+  * <link linkend="gi-GIRegisteredTypeInfo.top_of_page">GIRegisteredTypeInfo</link>
+    * <link linkend="gi-GIEnumInfo.top_of_page">GIEnumInfo</link>
+    * <link linkend="gi-GIInterfaceInfo.top_of_page">GIInterfaceInfo</link>
+    * <link linkend="gi-GIObjectInfo.top_of_page">GIObjectInfo</link>
+    * <link linkend="gi-GIStructInfo.top_of_page">GIStructInfo</link>
+    * <link linkend="gi-GIUnionInfo.top_of_page">GIUnionInfo</link>
+  * <link linkend="gi-GIArgInfo.top_of_page">GIArgInfo</link>
+  * <link linkend="gi-GIConstantInfo.top_of_page">GIConstantInfo</link>
+  * <link linkend="gi-GIErrorDomainInfo.top_of_page">GIErrorDomainInfo</link>
+  * <link linkend="gi-GIFieldInfo.top_of_page">GIFieldInfo</link>
+  * <link linkend="gi-GIPropertyInfo.top_of_page">GIPropertyInfo</link>
+  * <link linkend="gi-GISignalInfo.top_of_page">GISignalInfo</link>
+  * <link linkend="gi-GITypeInfo.top_of_page">GITypeInfo</link>
+</synopsis>
+
+</refsynopsisdiv>
+
+</refentry>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]