grim/purple-objects-docbook

show flags as flags in the diagram

2013-05-07, Gary Kramlich
2a53897c7904
show flags as flags in the diagram
<?xml version="1.0" encoding="UTF-8"?>
<class name="PurpleBlistNode" type="abstract">
<properties>
<property name="node" type="GNode" scope="private"/>
<property name="flags" type="PurpleBlistNodeFlags" scope="private"/>
<property name="settings" type="GHashTable" scope="private"/>
</properties>
<methods>
<method name="purple_plugin_loader_get_supported_extensions" type="GList *" scope="public">
<argument name="loader" type="GfPluginLoader *"/>
</method>
<method name="purple_plugin_loader_query_plugin" type="PurplePluginInfo *" scope="public">
<argument name="loader" type="PurplePluginLoader *"/>
<argument name="filename" type="const gchar *"/>
<argument name="error" type="GError **"/>
</method>
<method name="purple_plugin_loader_load_plugin" type="PurplePlugin *" scope="public">
<argument name="loader" type="PurplePluginLoader *"/>
<argument name="filename" type="const gchar *"/>
<argument name="error" type="GError **"/>
</method>
<method name="purple_plugin_loader_unload_plugin" type="gboolean" scope="public">
<argument name="loader" type="PurplePluginLoader *"/>
<argument name="plugin" type="PurplePlugin *"/>
<argument name="error" type="GError **"/>
</method>
</methods>
</class>
<!--
vi: syntax=xml
-->