aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-filter-source-element.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-06-01 00:29:42 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:22 +0800
commit584486a9158af9e05f0bef5185026ea2fa710a6f (patch)
tree63fb8427800337cf756c9f08d097ebc908c9a72b /mail/em-filter-source-element.h
parent74b64d63f6389a734be990040270ceb1c1bea158 (diff)
downloadgsoc2013-evolution-584486a9158af9e05f0bef5185026ea2fa710a6f.tar
gsoc2013-evolution-584486a9158af9e05f0bef5185026ea2fa710a6f.tar.gz
gsoc2013-evolution-584486a9158af9e05f0bef5185026ea2fa710a6f.tar.bz2
gsoc2013-evolution-584486a9158af9e05f0bef5185026ea2fa710a6f.tar.lz
gsoc2013-evolution-584486a9158af9e05f0bef5185026ea2fa710a6f.tar.xz
gsoc2013-evolution-584486a9158af9e05f0bef5185026ea2fa710a6f.tar.zst
gsoc2013-evolution-584486a9158af9e05f0bef5185026ea2fa710a6f.zip
EMFilterSourceElement: Add an EMailBackend constructor property.
Diffstat (limited to 'mail/em-filter-source-element.h')
-rw-r--r--mail/em-filter-source-element.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/em-filter-source-element.h b/mail/em-filter-source-element.h
index 4d9518789e..406cd68900 100644
--- a/mail/em-filter-source-element.h
+++ b/mail/em-filter-source-element.h
@@ -24,6 +24,7 @@
#ifndef EM_FILTER_SOURCE_ELEMENT_H
#define EM_FILTER_SOURCE_ELEMENT_H
+#include <mail/e-mail-backend.h>
#include <filter/e-filter-element.h>
/* Standard GObject macros */
@@ -62,10 +63,9 @@ struct _EMFilterSourceElementClass {
GType em_filter_source_element_get_type
(void) G_GNUC_CONST;
-EFilterElement *em_filter_source_element_new (void);
-void em_filter_source_element_set_current
- (EMFilterSourceElement *src,
- const gchar *url);
+EFilterElement *em_filter_source_element_new (EMailBackend *backend);
+EMailBackend * em_filter_source_element_get_backend
+ (EMFilterSourceElement *element);
G_END_DECLS