comparison src/connection.h @ 8677:cc2ce209cc46

[gaim-migrate @ 9430] marv's patch for GtkIMHtml. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 17 Apr 2004 13:58:29 +0000
parents 87bd4d4ff499
children 0eb5161ef333
comparison
equal deleted inserted replaced
8676:e096d797d958 8677:cc2ce209cc46
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/recieve
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 */
45 GAIM_CONNECTION_NO_NEWLINES = 0x0010 /**< No new lines are allowed in outgoing messages */
44 } GaimConnectionFlags; 46 } GaimConnectionFlags;
45 47
46 typedef enum 48 typedef enum
47 { 49 {
48 GAIM_DISCONNECTED = 0, /**< Disconnected. */ 50 GAIM_DISCONNECTED = 0, /**< Disconnected. */