diff 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
line wrap: on
line diff
--- a/src/gtkaccount.h	Mon Sep 29 15:23:19 2003 +0000
+++ b/src/gtkaccount.h	Mon Sep 29 15:28:20 2003 +0000
@@ -5,7 +5,7 @@
  * gaim
  *
  * Copyright (C) 2002-2003, Christian Hammond <chipx86@gnupdate.org>
- * 
+ *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -52,5 +52,12 @@
 void gaim_gtk_account_dialog_show(GaimGtkAccountDialogType type,
 								  GaimAccount *account);
 
+/**
+ * Returns the GTK+ account UI ops
+ *
+ * @return The UI operations structure.
+ */
+GaimAccountUiOps *gaim_gtk_accounts_get_ui_ops(void);
+
 #endif /* _GAIM_GTK_ACCOUNT_H_ */