aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-subscription-editor.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-29 09:42:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-29 10:18:36 +0800
commit3fc0de639b3c1c3dbf91ded59fa365765af7e88e (patch)
treef1049cf4b8f5d8255a419771580f1cb0f4ede085 /mail/em-subscription-editor.h
parent4fe800226b66097f3f7514f66b3d1e4761c4424f (diff)
downloadgsoc2013-evolution-3fc0de639b3c1c3dbf91ded59fa365765af7e88e.tar
gsoc2013-evolution-3fc0de639b3c1c3dbf91ded59fa365765af7e88e.tar.gz
gsoc2013-evolution-3fc0de639b3c1c3dbf91ded59fa365765af7e88e.tar.bz2
gsoc2013-evolution-3fc0de639b3c1c3dbf91ded59fa365765af7e88e.tar.lz
gsoc2013-evolution-3fc0de639b3c1c3dbf91ded59fa365765af7e88e.tar.xz
gsoc2013-evolution-3fc0de639b3c1c3dbf91ded59fa365765af7e88e.tar.zst
gsoc2013-evolution-3fc0de639b3c1c3dbf91ded59fa365765af7e88e.zip
EMSubscriptionEditor: Manage stores, not accounts.
We'll query the accounts to get display names for the combo box, but that's it. Use CamelStores instead.
Diffstat (limited to 'mail/em-subscription-editor.h')
-rw-r--r--mail/em-subscription-editor.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/em-subscription-editor.h b/mail/em-subscription-editor.h
index 618a617d7d..d75347760b 100644
--- a/mail/em-subscription-editor.h
+++ b/mail/em-subscription-editor.h
@@ -21,7 +21,6 @@
#include <gtk/gtk.h>
#include <camel/camel.h>
-#include <libedataserver/e-account.h>
/* Standard GObject macros */
#define EM_TYPE_SUBSCRIPTION_EDITOR \
@@ -60,11 +59,11 @@ struct _EMSubscriptionEditorClass {
GType em_subscription_editor_get_type (void);
GtkWidget * em_subscription_editor_new (GtkWindow *parent,
CamelSession *session,
- EAccount *account);
-EAccount * em_subscription_editor_get_account
- (EMSubscriptionEditor *editor);
+ CamelStore *initial_store);
CamelSession * em_subscription_editor_get_session
(EMSubscriptionEditor *editor);
+CamelStore * em_subscription_editor_get_store
+ (EMSubscriptionEditor *editor);
G_END_DECLS