comparison libpurple/request.h @ 21244:a20ef7180680

Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no reason that the common UI ones need to be in a different namespace from the ones used by libpurple.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 20:53:40 +0000
parents 76bdbe79d40f
children 6de09629f091 d4f95419be45
comparison
equal deleted inserted replaced
21243:6402252be3c8 21244:a20ef7180680
203 */ 203 */
204 204
205 /** 205 /**
206 * @since 2.3.0 206 * @since 2.3.0
207 */ 207 */
208 #define PURPLE_REQUEST_HINT_ACCOUNT "account" 208 #define PURPLE_REQUEST_UI_HINT_ACCOUNT "account"
209 209
210 /** 210 /**
211 * @since 2.3.0 211 * @since 2.3.0
212 */ 212 */
213 #define PURPLE_REQUEST_HINT_BLIST "blist" 213 #define PURPLE_REQUEST_UI_HINT_BLIST "blist"
214 214
215 /** 215 /**
216 * @since 2.3.0 216 * @since 2.3.0
217 */ 217 */
218 #define PURPLE_REQUEST_HINT_BUDDY "buddy" 218 #define PURPLE_REQUEST_UI_HINT_BUDDY "buddy"
219 219
220 /** 220 /**
221 * @since 2.3.0 221 * @since 2.3.0
222 */ 222 */
223 #define PURPLE_REQUEST_HINT_CONV "conversation" 223 #define PURPLE_REQUEST_UI_HINT_CONV "conversation"
224 224
225 /** 225 /**
226 * @since 2.3.0 226 * @since 2.3.0
227 */ 227 */
228 #define PURPLE_REQUEST_HINT_REGISTER "register-account" 228 #define PURPLE_REQUEST_UI_HINT_REGISTER "register-account"
229 229
230 /** 230 /**
231 * @since 2.3.0 231 * @since 2.3.0
232 */ 232 */
233 #define PURPLE_REQUEST_HINT_XFER "xfer" 233 #define PURPLE_REQUEST_UI_HINT_XFER "xfer"
234 234
235 235
236 /* 236 /*
237 * UI hints for the request functions. These are common hints used by UIs. 237 * UI hints for the request functions. These are common hints used by UIs.
238 * UIs can still define any hints they like, but standardization is good. 238 * UIs can still define any hints they like, but standardization is good.
239 */ 239 */
240 240
241 /** 241 /**
242 * @since 2.3.0 242 * @since 2.3.0
243 */ 243 */
244 #define PURPLE_UI_REQUEST_HINT_ACCOUNTMGR "accountmgr" 244 #define PURPLE_REQUEST_UI_HINT_ACCOUNTMGR "accountmgr"
245 245
246 /** 246 /**
247 * @since 2.3.0 247 * @since 2.3.0
248 */ 248 */
249 #define PURPLE_UI_REQUEST_HINT_CERTMGR "certmgr" 249 #define PURPLE_REQUEST_UI_HINT_CERTMGR "certmgr"
250 250
251 /** 251 /**
252 * @since 2.3.0 252 * @since 2.3.0
253 */ 253 */
254 #define PURPLE_UI_REQUEST_HINT_PLUGINMGR "pluginmgr" 254 #define PURPLE_REQUEST_UI_HINT_PLUGINMGR "pluginmgr"
255 255
256 /** 256 /**
257 * @since 2.3.0 257 * @since 2.3.0
258 */ 258 */
259 #define PURPLE_UI_REQUEST_HINT_POUNCEMGR "pouncemgr" 259 #define PURPLE_REQUEST_UI_HINT_POUNCEMGR "pouncemgr"
260 260
261 /** 261 /**
262 * @since 2.3.0 262 * @since 2.3.0
263 */ 263 */
264 #define PURPLE_UI_REQUEST_HINT_PREFSMGR "preferences" 264 #define PURPLE_REQUEST_UI_HINT_PREFSMGR "preferences"
265 265
266 /** 266 /**
267 * @since 2.3.0 267 * @since 2.3.0
268 */ 268 */
269 #define PURPLE_UI_REQUEST_HINT_STATUSMGR "statusmgr" 269 #define PURPLE_REQUEST_UI_HINT_STATUSMGR "statusmgr"
270 270
271 271
272 /** 272 /**
273 * Request UI operations. 273 * Request UI operations.
274 */ 274 */