comparison pidgin/gtkutils.h @ 18218:571e0ca28d6c

Show immediate feedback when getting information about someone in a chat. Fixes #387.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 21 Jun 2007 06:46:27 +0000
parents 16bf31872b7a
children 09b964413667 d28015a513a9
comparison
equal deleted inserted replaced
18217:e3a4ed0febd2 18218:571e0ca28d6c
327 * @param name The user to get information about. 327 * @param name The user to get information about.
328 */ 328 */
329 void pidgin_retrieve_user_info(PurpleConnection *conn, const char *name); 329 void pidgin_retrieve_user_info(PurpleConnection *conn, const char *name);
330 330
331 /** 331 /**
332 * Get information about a user in a chat. Show immediate feedback.
333 *
334 * @param conn The connection to get information from.
335 * @param name The user to get information about.
336 * @param chatid The chat id.
337 */
338 void pidgin_retrieve_user_info_in_chat(PurpleConnection *conn, const char *name, int chatid);
339
340 /**
332 * Parses an application/x-im-contact MIME message and returns the 341 * Parses an application/x-im-contact MIME message and returns the
333 * data inside. 342 * data inside.
334 * 343 *
335 * @param msg The MIME message. 344 * @param msg The MIME message.
336 * @param all_accounts If TRUE, check all compatible accounts, online or 345 * @param all_accounts If TRUE, check all compatible accounts, online or