comparison finch/gntaccount.h @ 21088:fc80a99f6f40

propagate from branch 'im.pidgin.pidgin' (head ef97aa9259d77504bb07c2dff5ec0750d498e847) to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head 0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f)
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 10 Oct 2007 23:19:58 +0000
parents acf284962b40
children 02a2e8183b1d
comparison
equal deleted inserted replaced
21086:8c9aad9479c0 21088:fc80a99f6f40
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
62 */ 64 */
63 void finch_account_dialog_show(PurpleAccount *account); 65 void finch_account_dialog_show(PurpleAccount *account);
64 66
65 /*@}*/ 67 /*@}*/
66 68