gplugin/gplugin

closing this branch as there is no demand for this
feature/ruby-loader
17 months ago, Gary Kramlich
d44bad5e041e
closing this branch as there is no demand for this
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>GPlugin Reference Manual</title>
<abstract>
<title>GPlugin &version;</title>
<para>
GPlugin is a GObject based library that implements a reusable plugin system that
supports loading plugins in other languages
via loaders. GPlugin also implements
dependencies among the plugins.
</para>
</abstract>
</bookinfo>
<part id="object-hierarchy">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>
</part>
<part id="API">
<title>API Reference</title>
<chapter id="coreapi">
<title>Core API</title>
<xi:include href="xml/gplugin-core.xml"/>
<xi:include href="xml/gplugin-loader.xml"/>
<xi:include href="xml/gplugin-manager.xml"/>
<xi:include href="xml/gplugin-options.xml"/>
<xi:include href="xml/gplugin-plugin-info.xml"/>
<xi:include href="xml/gplugin-plugin.xml"/>
<xi:include href="xml/gplugin-version.xml"/>
</chapter>
<chapter id="nativeapi">
<title>Native API</title>
<xi:include href="xml/gplugin-native.xml"/>
<xi:include href="xml/gplugin-native-plugin.xml"/>
<xi:include href="xml/gplugin-native-loader.xml"/>
</chapter>
</part>
<index id="api-index-full">
<title>Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-deprecated" role="deprecated">
<title>Index of deprecated symbols</title>
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
</index>
<!-- <index id="api-index-2.11.0" role="2.11.0">
<title>Index of new symbols in 2.11.0</title>
<xi:include href="xml/api-index-2.11.0.xml"><xi:fallback /></xi:include>
</index>
-->
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>