pidgin/gtkutils.h

changeset 18281
f7dd07e1e434
parent 18278
06bf54cee797
child 18672
da4db1be5d98
equal deleted inserted replaced
18280:418dc6f0b080 18281:f7dd07e1e434
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

mercurial