aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-filter-source-element.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-filter-source-element.h')
-rw-r--r--mail/em-filter-source-element.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/em-filter-source-element.h b/mail/em-filter-source-element.h
index 406cd68900..41c3f3f8fc 100644
--- a/mail/em-filter-source-element.h
+++ b/mail/em-filter-source-element.h
@@ -24,7 +24,7 @@
#ifndef EM_FILTER_SOURCE_ELEMENT_H
#define EM_FILTER_SOURCE_ELEMENT_H
-#include <mail/e-mail-backend.h>
+#include <mail/e-mail-session.h>
#include <filter/e-filter-element.h>
/* Standard GObject macros */
@@ -63,8 +63,8 @@ struct _EMFilterSourceElementClass {
GType em_filter_source_element_get_type
(void) G_GNUC_CONST;
-EFilterElement *em_filter_source_element_new (EMailBackend *backend);
-EMailBackend * em_filter_source_element_get_backend
+EFilterElement *em_filter_source_element_new (EMailSession *session);
+EMailSession * em_filter_source_element_get_session
(EMFilterSourceElement *element);
G_END_DECLS