| 37087:197d965cec97 | 37088:4d5ad6b1878e |
|---|---|
| 29 #include "conversation.h" | 29 #include "conversation.h" |
| 30 | 30 |
| 31 /**************************************************************************/ | 31 /**************************************************************************/ |
| 32 /* Structures */ | 32 /* Structures */ |
| 33 /**************************************************************************/ | 33 /**************************************************************************/ |
| 34 /*@{*/ | |
| 35 | 34 |
| 36 /** | 35 /** |
| 37 * PurpleCmdStatus: | 36 * PurpleCmdStatus: |
| 38 * | 37 * |
| 39 * The possible results of running a command with purple_cmd_do_command(). | 38 * The possible results of running a command with purple_cmd_do_command(). |
| 119 PURPLE_CMD_FLAG_PROTOCOL_ONLY = 0x04, | 118 PURPLE_CMD_FLAG_PROTOCOL_ONLY = 0x04, |
| 120 PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS = 0x08 | 119 PURPLE_CMD_FLAG_ALLOW_WRONG_ARGS = 0x08 |
| 121 } PurpleCmdFlag; | 120 } PurpleCmdFlag; |
| 122 | 121 |
| 123 | 122 |
| 124 /*@}*/ | |
| 125 | |
| 126 G_BEGIN_DECLS | 123 G_BEGIN_DECLS |
| 127 | 124 |
| 128 /**************************************************************************/ | 125 /**************************************************************************/ |
| 129 /* Commands API */ | 126 /* Commands API */ |
| 130 /**************************************************************************/ | 127 /**************************************************************************/ |
| 131 /*@{*/ | |
| 132 | 128 |
| 133 /** | 129 /** |
| 134 * purple_cmd_register: | 130 * purple_cmd_register: |
| 135 * @cmd: The command. This should be a UTF-8 (or ASCII) string, with no spaces | 131 * @cmd: The command. This should be a UTF-8 (or ASCII) string, with no spaces |
| 136 * or other white space. | 132 * or other white space. |
| 276 * | 272 * |
| 277 * Uninitialize the commands subsystem. | 273 * Uninitialize the commands subsystem. |
| 278 */ | 274 */ |
| 279 void purple_cmds_uninit(void); | 275 void purple_cmds_uninit(void); |
| 280 | 276 |
| 281 /*@}*/ | |
| 282 | |
| 283 G_END_DECLS | 277 G_END_DECLS |
| 284 | 278 |
| 285 #endif /* _PURPLE_CMDS_H_ */ | 279 #endif /* _PURPLE_CMDS_H_ */ |