| 5681:514fbc5374dc | 5682:0742fd1f34d4 |
|---|---|
| 56 /** | 56 /** |
| 57 * An input condition. | 57 * An input condition. |
| 58 */ | 58 */ |
| 59 typedef enum | 59 typedef enum |
| 60 { | 60 { |
| 61 GAIM_INPUT_READ = 1 << 0, | 61 GAIM_INPUT_READ = 1 << 0, /**< A read condition. */ |
| 62 GAIM_INPUT_WRITE = 1 << 1 | 62 GAIM_INPUT_WRITE = 1 << 1 /**< A write condition. */ |
| 63 | 63 |
| 64 } GaimInputCondition; | 64 } GaimInputCondition; |
| 65 | 65 |
| 66 /** | 66 /** |
| 67 * Information on proxy settings. | 67 * Information on proxy settings. |