grim/purple-objects-docbook

some more work on the blist node stuff

2013-05-06, Gary Kramlich
db3d1d037da5
Parents 774d0951a656
Children dc13d83a1d9d
some more work on the blist node stuff
--- a/graphs/blistnode.class Mon May 06 03:01:54 2013 -0500
+++ b/graphs/blistnode.class Mon May 06 03:10:52 2013 -0500
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<class name="PurplePluginLoader" type="interface">
+<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">
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphs/blistnodeflags.enum Mon May 06 03:10:52 2013 -0500
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<enumeration name="PurpleBlistNodeFlags">
+ <item name="PURPLE_BLIST_NODE_FLAG_NO_SAVE" value="1"/>
+</enumeration>
+
--- a/xml/buddylist.xml Mon May 06 03:01:54 2013 -0500
+++ b/xml/buddylist.xml Mon May 06 03:10:52 2013 -0500
@@ -14,9 +14,15 @@
</figure>
<figure id="blistnode-class">
- <title>Blist Node Class</title>
+ <title>BlistNode Class</title>
<graphic fileref="graphs/blistnode.png"/>
</figure>
+
+ <figure id="blistnodeflags-enum">
+ <title>BlistNodeFlags Enumeration</title>
+
+ <graphic fileref="graphs/blistnodeflags.png"/>
+ </figure>
</chapter>