src/blist.h

changeset 12112
86a24bbf9a2c
parent 12088
ac4a09f8cfcb
child 12286
08d994091c36
--- a/src/blist.h	Wed Nov 16 06:07:42 2005 +0000
+++ b/src/blist.h	Wed Nov 16 08:27:17 2005 +0000
@@ -221,6 +221,16 @@
 GaimBuddyList *gaim_get_blist(void);
 
 /**
+ * Returns the next node of a given node. This function is to be used to iterate
+ * over the tree returned by gaim_get_blist.
+ *
+ * @param node		A node.
+ * @param offline	Whether to include nodes for offline accounts
+ * @return	The next node
+ */
+GaimBlistNode *gaim_blist_node_next(GaimBlistNode *node, gboolean offline);
+
+/**
  * Shows the buddy list, creating a new one if necessary.
  */
 void gaim_blist_show();

mercurial