comparison finch/gntblist.h @ 18068:0b3d6ea61760

propagate from branch 'im.pidgin.pidgin' (head 4b50880d8517570eaa67d4cd9d88c5934bb832f1) to branch 'im.pidgin.pidgin.2.1.0' (head fefd59692d4177b91d52f6d71b1565b76c88725d)
author Richard Laager <rlaager@wiktel.com>
date Thu, 07 Jun 2007 14:48:33 +0000
parents 464840043c66
children 44b4e8bd759b
comparison
equal deleted inserted replaced
17782:5eebb9b24e30 18068:0b3d6ea61760
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 * @return Returns the ui-handle for the userinfo notification.
100 */
101 gpointer finch_retrieve_user_info(PurpleConnection *conn, const char *name);
102
93 /*@}*/ 103 /*@}*/
94 104
95 #endif 105 #endif