libpurple/blistnode.h

changeset 41200
92a47aa620cf
parent 40751
9e2dd7dcdc0e
child 42387
d9350cda1556
equal deleted inserted replaced
41199:72afb5d62f12 41200:92a47aa620cf
23 # error "only <purple.h> may be included directly" 23 # error "only <purple.h> may be included directly"
24 #endif 24 #endif
25 25
26 #ifndef PURPLE_BLIST_NODE_H 26 #ifndef PURPLE_BLIST_NODE_H
27 #define PURPLE_BLIST_NODE_H 27 #define PURPLE_BLIST_NODE_H
28 /**
29 * SECTION:blistnode
30 * @section_id: libpurple-blistnode
31 * @short_description: <filename>blistnode.h</filename>
32 * @title: Buddy List Node and Counting Node types
33 */
34 28
35 #include <glib.h> 29 #include <glib.h>
36 #include <glib-object.h> 30 #include <glib-object.h>
37 31
38 #define PURPLE_TYPE_BLIST_NODE (purple_blist_node_get_type()) 32 #define PURPLE_TYPE_BLIST_NODE (purple_blist_node_get_type())

mercurial