Mercurial > pidgin.yaz
changeset 3893:b35b68d19829
[gaim-migrate @ 4045]
some broken editors can't handle comments that start on a line with code and extend down beyond the code.
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Mon, 04 Nov 2002 13:24:08 +0000 |
parents | ac76cf27f8d5 |
children | 36e3807e3299 |
files | src/gaim.h |
diffstat | 1 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gaim.h Sun Nov 03 23:36:22 2002 +0000 +++ b/src/gaim.h Mon Nov 04 13:24:08 2002 +0000 @@ -43,16 +43,19 @@ #define CUI_TYPE_BUDDY 5 /* BUDDY_LIST, i.e., both groups and buddies */ #define CUI_TYPE_MESSAGE 6 #define CUI_TYPE_CHAT 7 -#define CUI_TYPE_REMOTE 8 /* This is used to send commands to other UI's, +#define CUI_TYPE_REMOTE 8 + /* This is used to send commands to other UI's, * like "Open new conversation" or "send IM". * Even though there's much redundancy with the * other CUI_TYPES, we're better keeping this stuff * seperate because it's intended use is so different */ -#define CUI_META_LIST 1 /* 1 is always list; this is ignored by the core. +#define CUI_META_LIST 1 + /* 1 is always list; this is ignored by the core. If we move to TCP this can be a keepalive */ #define CUI_META_QUIT 2 -#define CUI_META_DETACH 3 /* you don't need to send this, you can just close +#define CUI_META_DETACH 3 + /* you don't need to send this, you can just close the socket. the core will understand. */ #define CUI_META_PING 4 #define CUI_META_ACK 5 @@ -73,7 +76,8 @@ #define CUI_CONN_OFFLINE 4 /* this may send a "reason" for why it was killed */ #define CUI_BUDDY_LIST 1 -#define CUI_BUDDY_STATE 2 /* notifies the UI of state changes; UI can use it to +#define CUI_BUDDY_STATE 2 + /* notifies the UI of state changes; UI can use it to request the current status from the core */ #define CUI_BUDDY_ADD 3 #define CUI_BUDDY_REMOVE 4