aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-07 20:06:09 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-07 20:06:09 +0800
commit84080821d62db3358fcaee4adfc24782ed7d4318 (patch)
tree5ea85fa01632d055e41ea45a71906067d5030528 /mail/message-list.h
parentcaa862135195b828d2e8355436fdd6eb0ec2443e (diff)
downloadgsoc2013-evolution-84080821d62db3358fcaee4adfc24782ed7d4318.tar
gsoc2013-evolution-84080821d62db3358fcaee4adfc24782ed7d4318.tar.gz
gsoc2013-evolution-84080821d62db3358fcaee4adfc24782ed7d4318.tar.bz2
gsoc2013-evolution-84080821d62db3358fcaee4adfc24782ed7d4318.tar.lz
gsoc2013-evolution-84080821d62db3358fcaee4adfc24782ed7d4318.tar.xz
gsoc2013-evolution-84080821d62db3358fcaee4adfc24782ed7d4318.tar.zst
gsoc2013-evolution-84080821d62db3358fcaee4adfc24782ed7d4318.zip
Adapt addressbook to EShellBackend changes.
Builds, but not tested. Use as a reference for other backends.
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index 0876d93d05..bf48f40458 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -29,7 +29,7 @@
#include <table/e-tree-scrolled.h>
#include <camel/camel-folder.h>
-#include <shell/e-shell-module.h>
+#include <shell/e-shell-backend.h>
#ifdef __cplusplus
extern "C" {
@@ -187,8 +187,8 @@ typedef enum {
} MessageListSelectDirection;
GType message_list_get_type (void);
-GtkWidget *message_list_new (EShellModule *shell_module);
-EShellModule *message_list_get_shell_module (MessageList *message_list);
+GtkWidget *message_list_new (EShellBackend *shell_backend);
+EShellBackend *message_list_get_shell_backend (MessageList *message_list);
void message_list_set_folder (MessageList *message_list, CamelFolder *camel_folder, const char *uri, gboolean outgoing);
void message_list_freeze(MessageList *ml);