| 20 # error "only <purple.h> may be included directly" |
20 # error "only <purple.h> may be included directly" |
| 21 #endif |
21 #endif |
| 22 |
22 |
| 23 #ifndef PURPLE_CMDS_H |
23 #ifndef PURPLE_CMDS_H |
| 24 #define PURPLE_CMDS_H |
24 #define PURPLE_CMDS_H |
| 25 |
|
| 26 /** |
|
| 27 * SECTION:cmds |
|
| 28 * @section_id: libpurple-cmds |
|
| 29 * @short_description: <filename>cmds.h</filename> |
|
| 30 * @title: Commands API |
|
| 31 * @see_also: <link linkend="chapter-signals-cmd">Command signals</link> |
|
| 32 */ |
|
| 33 |
25 |
| 34 #include <purpleconversation.h> |
26 #include <purpleconversation.h> |
| 35 |
27 |
| 36 /****************************************************************************** |
28 /****************************************************************************** |
| 37 * Structures |
29 * Structures |