aboutsummaryrefslogtreecommitdiffstats
path: root/filter/e-filter-int.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-07 11:38:52 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-13 01:58:59 +0800
commita06e4484b8df804124b5bcf88d94dec5acfba270 (patch)
tree4fa42793d7dc461f2b3767296d76592182c48222 /filter/e-filter-int.h
parent5e0758bb6934a7859b1d8a247c8fb21c156772cf (diff)
downloadgsoc2013-evolution-a06e4484b8df804124b5bcf88d94dec5acfba270.tar
gsoc2013-evolution-a06e4484b8df804124b5bcf88d94dec5acfba270.tar.gz
gsoc2013-evolution-a06e4484b8df804124b5bcf88d94dec5acfba270.tar.bz2
gsoc2013-evolution-a06e4484b8df804124b5bcf88d94dec5acfba270.tar.lz
gsoc2013-evolution-a06e4484b8df804124b5bcf88d94dec5acfba270.tar.xz
gsoc2013-evolution-a06e4484b8df804124b5bcf88d94dec5acfba270.tar.zst
gsoc2013-evolution-a06e4484b8df804124b5bcf88d94dec5acfba270.zip
Give MailSession a permanent home.
Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession.
Diffstat (limited to 'filter/e-filter-int.h')
-rw-r--r--filter/e-filter-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/e-filter-int.h b/filter/e-filter-int.h
index c9f613c9a3..be0aa4e65a 100644
--- a/filter/e-filter-int.h
+++ b/filter/e-filter-int.h
@@ -65,8 +65,8 @@ struct _EFilterIntClass {
};
GType e_filter_int_get_type (void);
-EFilterInt * e_filter_int_new (void);
-EFilterInt * e_filter_int_new_type (const gchar *type,
+EFilterElement *e_filter_int_new (void);
+EFilterElement *e_filter_int_new_type (const gchar *type,
gint min,
gint max);
void e_filter_int_set_value (EFilterInt *f_int,