comparison pidgin/gtkutils.h @ 17275:319bcb73eb4e

Use utility functions to get user info. Closes #964.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 24 May 2007 21:15:16 +0000
parents 5241d388f463
children d48026a5f9dd
comparison
equal deleted inserted replaced
17274:5241d388f463 17275:319bcb73eb4e
307 * Load menu accelerators 307 * Load menu accelerators
308 */ 308 */
309 void pidgin_load_accels(void); 309 void pidgin_load_accels(void);
310 310
311 /** 311 /**
312 * Get information about a user. Show immediate feedback.
313 *
314 * @param conn The connection to get information from.
315 * @param name The user to get information about.
316 */
317 void pidgin_retrieve_user_info(PurpleConnection *conn, const char *name);
318
319 /**
312 * Parses an application/x-im-contact MIME message and returns the 320 * Parses an application/x-im-contact MIME message and returns the
313 * data inside. 321 * data inside.
314 * 322 *
315 * @param msg The MIME message. 323 * @param msg The MIME message.
316 * @param all_accounts If TRUE, check all compatible accounts, online or 324 * @param all_accounts If TRUE, check all compatible accounts, online or