| 20 */ |
20 */ |
| 21 |
21 |
| 22 #ifndef PURPLE_COUNTING_NODE_H |
22 #ifndef PURPLE_COUNTING_NODE_H |
| 23 #define PURPLE_COUNTING_NODE_H |
23 #define PURPLE_COUNTING_NODE_H |
| 24 /** |
24 /** |
| 25 * SECTION:blistnode |
25 * SECTION:countingnode |
| 26 * @section_id: libpurple-blistnode |
26 * @section_id: libpurple-countingnode |
| 27 * @short_description: <filename>blistnode.h</filename> |
27 * @short_description: <filename>countingnode.h</filename> |
| 28 * @title: Buddy List Node and Counting Node types |
28 * @title: CountingNode Object |
| 29 */ |
29 */ |
| 30 |
30 |
| 31 #include <glib.h> |
31 #include <glib.h> |
| 32 #include <glib-object.h> |
32 #include <glib-object.h> |
| 33 |
33 |