grim/purple-objects-docbook

8aabfec5672d
updated the plugins page to reflect my suggestion for gplugin
<?xml version="1.0" encoding="UTF-8"?>
<class name="PurpleConnection" type="abstract">
<properties>
<property name="state" type="PurpleConnectionState" scope="private"/>
<property name="connection" type="PurpleConnection *" scope="private"/>
</properties>
<methods>
<method name="purple_connection_new" type="PurpleConnection *" scope="public">
<argument name="connection" type="PurpleConnection *"/>
</method>
<method name="purple_connection_get_state" type="PurpleConnectionState" scope="public">
<argument name="connection" type="const PurpleConnection *"/>
</method>
<method name="purple_connection_connect" type="gboolean" scope="public">
<argument name="connection" type="const PurpleConnection *"/>
</method>
<method name="purple_connection_disconnect" type="gboolean" scope="public">
<argument name="connection" type="const PurpleConnection *"/>
</method>
</methods>
<signals>
<signal name="PurpleConnection::connecting-progress" type="void" scope="public">
<argument name="connection" type="const PurpleConnection *"/>
<argument name="text" type="const gchar *"/>
<argument name="step" type="gint"/>
<argument name="step_count" type="gint"/>
</signal>
<signal name="PurpleConnection::connected" type="void" scope="public">
<argument name="connection" type="const PurpleConnection *"/>
</signal>
<signal name="PurpleConnection::disconnected" type="void" scope="public">
<argument name="connection" type="const PurpleConnection *"/>
</signal>
</signals>
</class>
<!--
vi: syntax=xml
-->