comparison finch/gntblist.h @ 22873:31611d5d6a4a

merge of '8b98876f03b683ae6805d673e713f30f16b7f6e9' and 'c3fe9bf88d02997989374e7ecc80a3f2462ee462'
author Richard Laager <rlaager@wiktel.com>
date Sat, 15 Nov 2008 23:47:18 +0000
parents acf284962b40
children 2c9646c55369
comparison
equal deleted inserted replaced
22872:49b311889c10 22873:31611d5d6a4a
96 * 96 *
97 * @param conn The connection to get information fro 97 * @param conn The connection to get information fro
98 * @param name The user to get information about. 98 * @param name The user to get information about.
99 * 99 *
100 * @return Returns the ui-handle for the userinfo notification. 100 * @return Returns the ui-handle for the userinfo notification.
101 *
102 * @since 2.1.0
101 */ 103 */
102 gpointer finch_retrieve_user_info(PurpleConnection *conn, const char *name); 104 gpointer finch_retrieve_user_info(PurpleConnection *conn, const char *name);
103 105
104 /*@}*/ 106 /*@}*/
105 107