comparison src/gtkaccount.h @ 7015:dece74f05509

[gaim-migrate @ 7578] Further core/UI splittage. show_got_added() -> gaim_account_notify_added() committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 15:28:20 +0000
parents 0a6f70c020ed
children 8e60ddc28a22
comparison
equal deleted inserted replaced
7014:67c4e9d39242 7015:dece74f05509
3 * @ingroup gtkui 3 * @ingroup gtkui
4 * 4 *
5 * gaim 5 * gaim
6 * 6 *
7 * Copyright (C) 2002-2003, Christian Hammond <chipx86@gnupdate.org> 7 * Copyright (C) 2002-2003, Christian Hammond <chipx86@gnupdate.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version. 12 * (at your option) any later version.
13 * 13 *
50 * @param account The associated account, or @c NULL for an Add dialog. 50 * @param account The associated account, or @c NULL for an Add dialog.
51 */ 51 */
52 void gaim_gtk_account_dialog_show(GaimGtkAccountDialogType type, 52 void gaim_gtk_account_dialog_show(GaimGtkAccountDialogType type,
53 GaimAccount *account); 53 GaimAccount *account);
54 54
55 /**
56 * Returns the GTK+ account UI ops
57 *
58 * @return The UI operations structure.
59 */
60 GaimAccountUiOps *gaim_gtk_accounts_get_ui_ops(void);
61
55 #endif /* _GAIM_GTK_ACCOUNT_H_ */ 62 #endif /* _GAIM_GTK_ACCOUNT_H_ */
56 63