comparison finch/gntaccount.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 02a2e8183b1d
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
57 57
58 /** 58 /**
59 * Show the edit dialog for an account. 59 * Show the edit dialog for an account.
60 * 60 *
61 * @param account The account to edit, or @c NULL to create a new account. 61 * @param account The account to edit, or @c NULL to create a new account.
62 *
63 * @since 2.2.0
64 */ 62 */
65 void finch_account_dialog_show(PurpleAccount *account); 63 void finch_account_dialog_show(PurpleAccount *account);
66 64
67 /*@}*/ 65 /*@}*/
68 66