comparison src/connection.h @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents 0eb5161ef333
children db1dc2d02020
comparison
equal deleted inserted replaced
8734:407c122d6191 8735:92cbf9713795
36 * Flags to change behavior of the client for a given connection. 36 * Flags to change behavior of the client for a given connection.
37 */ 37 */
38 typedef enum 38 typedef enum
39 { 39 {
40 GAIM_CONNECTION_HTML = 0x0001, /**< Connection sends/receives in 'HTML'. */ 40 GAIM_CONNECTION_HTML = 0x0001, /**< Connection sends/receives in 'HTML'. */
41 GAIM_CONNECTION_NO_BGCOLOR = 0x0002, /**< Connection does not send/recieve 41 GAIM_CONNECTION_NO_BGCOLOR = 0x0002, /**< Connection does not send/receive
42 background colors. */ 42 background colors. */
43 GAIM_CONNECTION_AUTO_RESP = 0x0004, /**< Send auto responses when away. */ 43 GAIM_CONNECTION_AUTO_RESP = 0x0004, /**< Send auto responses when away. */
44 GAIM_CONNECTION_FORMATTING_WBFO = 0x0008, /**< The text buffer must be formatted as a whole */ 44 GAIM_CONNECTION_FORMATTING_WBFO = 0x0008, /**< The text buffer must be formatted as a whole */
45 GAIM_CONNECTION_NO_NEWLINES = 0x0010, /**< No new lines are allowed in outgoing messages */ 45 GAIM_CONNECTION_NO_NEWLINES = 0x0010, /**< No new lines are allowed in outgoing messages */
46 GAIM_CONNECTION_NO_FONTSIZE = 0x0020 /**< Connection does not send/receive font sizes */ 46 GAIM_CONNECTION_NO_FONTSIZE = 0x0020 /**< Connection does not send/receive font sizes */