comparison pidgin/gtkaccount.h @ 15823:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 760ef6d78d2d
children 66dff3dfdea6
comparison
equal deleted inserted replaced
15822:84b0f9b23ede 15823:32c366eeeb99
1 /** 1 /**
2 * @file gtkaccount.h GTK+ Account Editor UI 2 * @file gtkaccount.h GTK+ Account Editor UI
3 * @ingroup gtkui 3 * @ingroup gtkui
4 * 4 *
5 * gaim 5 * purple
6 * 6 *
7 * Pidgin is the legal property of its developers, whose names are too numerous 7 * Pidgin is the legal property of its developers, whose names are too numerous
8 * to list here. Please refer to the COPYRIGHT file distributed with this 8 * to list here. Please refer to the COPYRIGHT file distributed with this
9 * source distribution. 9 * source distribution.
10 * 10 *
50 * 50 *
51 * @param type The type of dialog. 51 * @param type The type of dialog.
52 * @param account The associated account, or @c NULL for an Add dialog. 52 * @param account The associated account, or @c NULL for an Add dialog.
53 */ 53 */
54 void pidgin_account_dialog_show(PidginAccountDialogType type, 54 void pidgin_account_dialog_show(PidginAccountDialogType type,
55 GaimAccount *account); 55 PurpleAccount *account);
56 56
57 /** 57 /**
58 * Returns the GTK+ account UI ops 58 * Returns the GTK+ account UI ops
59 * 59 *
60 * @return The UI operations structure. 60 * @return The UI operations structure.
61 */ 61 */
62 GaimAccountUiOps *pidgin_accounts_get_ui_ops(void); 62 PurpleAccountUiOps *pidgin_accounts_get_ui_ops(void);
63 63
64 /** 64 /**
65 * Returns the gtkaccounts handle 65 * Returns the gtkaccounts handle
66 * 66 *
67 * @return The handle to the GTK+ account system 67 * @return The handle to the GTK+ account system