| 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()) |