grim/purple-objects-docbook

moved plugins.xml to the new formate

2009-05-02, Gary Kramlich
1a29130e5d07
Parents a8638d4ed9bf
Children 248cbea2026c
moved plugins.xml to the new formate
removed the title from graphs/plugins.hierarchy
--- a/graphs/plugins.hierarchy Sat May 02 10:53:58 2009 -0500
+++ b/graphs/plugins.hierarchy Sat May 02 10:54:26 2009 -0500
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<hierarchy name="Plugin Hierarchy">
+<hierarchy>
<objects>
<object name="GObject" type="abstract"/>
<object name="PurpleObject" type="abstract"/>
--- a/xml/plugins.xml Sat May 02 10:53:58 2009 -0500
+++ b/xml/plugins.xml Sat May 02 10:54:26 2009 -0500
@@ -4,20 +4,34 @@
<chapter id="plugins">
<title>Plugins</title>
- <imageobject>
- <imagedata fileref="graphs/plugins.png"/>
- </imageobject>
+ <para>
+ Plugins won't change too much when it comes to plugin developers, but
+ theres a bit that'll change in the backend to make better use of the
+ type system.
+ </para>
- <imageobject>
- <imagedata fileref="graphs/plugin.png"/>
- </imageobject>
+ <figure id="plugin-hierarchy">
+ <title>Plugin Object Hierarchy</title>
+
+ <graphic fileref="graphs/plugins.png"/>
+ </figure>
+
+ <figure id="plugin-class">
+ <title>Plugin Class</title>
- <imageobject>
- <imagedata fileref="graphs/plugin-info.png"/>
- </imageobject>
+ <graphic fileref="graphs/plugin.png"/>
+ </figure>
+
+ <figure id="plugin-info">
+ <title>Plugin Info Struct</title>
- <imageobject>
- <imagedata fileref="graphs/plugin-state.png"/>
- </imageobject>
+ <graphic fileref="graphs/plugin-info.png"/>
+ </figure>
+
+ <figure id="plugin-state">
+ <title>Plugin State Enum</title>
+
+ <graphic fileref="graphs/plugin-state.png"/>
+ </figure>
</chapter>