grim/purple-objects-docbook

removed the title from the pounces graph since it'll use the title from the figure
<?xml version="1.0" encoding="UTF-8"?>
<class name="PurplePlugin" type="abstract">
<properties>
<property name="state" type="PurplePluginState" scope="private"/>
<property name="filename" type="gchar *" scope="private"/>
<property name="info" type="PurplePluginInfo" scope="private"/>
</properties>
<methods>
<method name="purple_plugin_get_state" type="PurplePluginState" scope="public">
<argument name="plugin" type="const PurplePlugin *"/>
</method>
<method name="purple_plugin_get_filename" type="const gchar *" scope="public">
<argument name="plugin" type="const PurplePlugin *"/>
</method>
<method name="purple_plugin_get_info" type="PurplePluginInfo *" scope="public">
<argument name="plugin" type="const PurplePlugin *"/>
</method>
</methods>
</class>
<!--
vi: syntax=xml
-->