comparison src/cmds.h @ 10231:84cf3fc8a2cb

[gaim-migrate @ 11366] Doxygen updates from Andrew Hart. Thanks mang! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 22 Nov 2004 04:58:57 +0000
parents eaec201b2688
children 19de830330cf
comparison
equal deleted inserted replaced
10230:e76416d46af8 10231:84cf3fc8a2cb
22 #ifndef _GAIM_CMDS_H_ 22 #ifndef _GAIM_CMDS_H_
23 #define _GAIM_CMDS_H_ 23 #define _GAIM_CMDS_H_
24 24
25 #include "conversation.h" 25 #include "conversation.h"
26 26
27 /************************************************************************** 27 /**************************************************************************/
28 * @name Structures 28 /** @name Structures */
29 **************************************************************************/ 29 /**************************************************************************/
30 /*@{*/ 30 /*@{*/
31 31
32 typedef enum _GaimCmdPriority GaimCmdPriority; 32 typedef enum _GaimCmdPriority GaimCmdPriority;
33 typedef enum _GaimCmdFlag GaimCmdFlag; 33 typedef enum _GaimCmdFlag GaimCmdFlag;
34 typedef enum _GaimCmdStatus GaimCmdStatus; 34 typedef enum _GaimCmdStatus GaimCmdStatus;
78 78
79 #ifdef __cplusplus 79 #ifdef __cplusplus
80 extern "C" { 80 extern "C" {
81 #endif 81 #endif
82 82
83 /************************************************************************** 83 /**************************************************************************/
84 * @name Commands API 84 /** @name Commands API */
85 **************************************************************************/ 85 /**************************************************************************/
86 /*@{*/ 86 /*@{*/
87 87
88 /** 88 /**
89 * Register a new command with the core. 89 * Register a new command with the core.
90 * 90 *