comparison finch/gntblist.h @ 17750: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 0f0832c13fcb
children 464840043c66
comparison
equal deleted inserted replaced
17749:5241d388f463 17750:319bcb73eb4e
88 * @param width The width of the buddy list. 88 * @param width The width of the buddy list.
89 * @param height The height of the buddy list. 89 * @param height The height of the buddy list.
90 */ 90 */
91 void finch_blist_set_size(int width, int height); 91 void finch_blist_set_size(int width, int height);
92 92
93 /**
94 * Get information about a user. Show immediate feedback.
95 *
96 * @param conn The connection to get information fro
97 * @param name The user to get information about.
98 */
99 void finch_retrieve_user_info(PurpleConnection *conn, const char *name);
100
93 /*@}*/ 101 /*@}*/
94 102
95 #endif 103 #endif