comparison libpurple/request.h @ 21236:73c5f5bfeb39

disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:01 +0000
parents fba1f6c3df0b
children 8ae227dca885
comparison
equal deleted inserted replaced
21235:fba1f6c3df0b 21236:73c5f5bfeb39
195 } u; 195 } u;
196 196
197 void *ui_data; 197 void *ui_data;
198 198
199 } PurpleRequestField; 199 } PurpleRequestField;
200
201 /**
202 * List of UI hints used by purple
203 */
204 #define PURPLE_REQUEST_HINT_ACCOUNT "account"
205 #define PURPLE_REQUEST_HINT_BLIST "blist"
206 #define PURPLE_REQUEST_HINT_BUDDY "buddy"
207 #define PURPLE_REQUEST_HINT_CONV "conversation"
208 #define PURPLE_REQUEST_HINT_REGISTER "register-account"
209 #define PURPLE_REQUEST_HINT_XFER "xfer"
210
211 /**
212 * List of UI hints used by purple UIs
213 * We need a header file included by both pidgin and finch, but not part of
214 * libpurple for these
215 */
216 #define PURPLE_UI_REQUEST_HINT_ACCOUNTMGR "accountmgr"
217 #define PURPLE_UI_REQUEST_HINT_CERTMGR "certmgr"
218 #define PURPLE_UI_REQUEST_HINT_PLUGINMGR "pluginmgr"
219 #define PURPLE_UI_REQUEST_HINT_POUNCEMGR "pouncemgr"
220 #define PURPLE_UI_REQUEST_HINT_PREFSMGR "preferences"
221 #define PURPLE_UI_REQUEST_HINT_STATUSMGR "statusmgr"
222 200
223 /** 201 /**
224 * Request UI operations. 202 * Request UI operations.
225 */ 203 */
226 typedef struct 204 typedef struct