comparison src/gaim.h @ 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 43e396e94095
children 22ed8423a964
comparison
equal deleted inserted replaced
3892:ac76cf27f8d5 3893:b35b68d19829
41 #define CUI_TYPE_USER 3 41 #define CUI_TYPE_USER 3
42 #define CUI_TYPE_CONN 4 42 #define CUI_TYPE_CONN 4
43 #define CUI_TYPE_BUDDY 5 /* BUDDY_LIST, i.e., both groups and buddies */ 43 #define CUI_TYPE_BUDDY 5 /* BUDDY_LIST, i.e., both groups and buddies */
44 #define CUI_TYPE_MESSAGE 6 44 #define CUI_TYPE_MESSAGE 6
45 #define CUI_TYPE_CHAT 7 45 #define CUI_TYPE_CHAT 7
46 #define CUI_TYPE_REMOTE 8 /* This is used to send commands to other UI's, 46 #define CUI_TYPE_REMOTE 8
47 /* This is used to send commands to other UI's,
47 * like "Open new conversation" or "send IM". 48 * like "Open new conversation" or "send IM".
48 * Even though there's much redundancy with the 49 * Even though there's much redundancy with the
49 * other CUI_TYPES, we're better keeping this stuff 50 * other CUI_TYPES, we're better keeping this stuff
50 * seperate because it's intended use is so different */ 51 * seperate because it's intended use is so different */
51 52
52 #define CUI_META_LIST 1 /* 1 is always list; this is ignored by the core. 53 #define CUI_META_LIST 1
54 /* 1 is always list; this is ignored by the core.
53 If we move to TCP this can be a keepalive */ 55 If we move to TCP this can be a keepalive */
54 #define CUI_META_QUIT 2 56 #define CUI_META_QUIT 2
55 #define CUI_META_DETACH 3 /* you don't need to send this, you can just close 57 #define CUI_META_DETACH 3
58 /* you don't need to send this, you can just close
56 the socket. the core will understand. */ 59 the socket. the core will understand. */
57 #define CUI_META_PING 4 60 #define CUI_META_PING 4
58 #define CUI_META_ACK 5 61 #define CUI_META_ACK 5
59 62
60 #define CUI_PLUGIN_LIST 1 63 #define CUI_PLUGIN_LIST 1
71 #define CUI_CONN_PROGRESS 2 74 #define CUI_CONN_PROGRESS 2
72 #define CUI_CONN_ONLINE 3 75 #define CUI_CONN_ONLINE 3
73 #define CUI_CONN_OFFLINE 4 /* this may send a "reason" for why it was killed */ 76 #define CUI_CONN_OFFLINE 4 /* this may send a "reason" for why it was killed */
74 77
75 #define CUI_BUDDY_LIST 1 78 #define CUI_BUDDY_LIST 1
76 #define CUI_BUDDY_STATE 2 /* notifies the UI of state changes; UI can use it to 79 #define CUI_BUDDY_STATE 2
80 /* notifies the UI of state changes; UI can use it to
77 request the current status from the core */ 81 request the current status from the core */
78 #define CUI_BUDDY_ADD 3 82 #define CUI_BUDDY_ADD 3
79 #define CUI_BUDDY_REMOVE 4 83 #define CUI_BUDDY_REMOVE 4
80 #define CUI_BUDDY_MODIFY 5 84 #define CUI_BUDDY_MODIFY 5
81 85