comparison finch/gntblist.h @ 20874:acf284962b40

Add @since doxygen tags for finch/libgnt.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 10 Oct 2007 03:54:14 +0000
parents 6bf32c9e15a7
children 2c9646c55369
comparison
equal deleted inserted replaced
20869:2a6ef74f5a4e 20874:acf284962b40
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