aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selection-button.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-08-31 07:05:30 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:58 +0800
commitdb1a2dd8aad57fb222daa6f82838b33a26f8e742 (patch)
tree42d90c8e93a4cf035bb9c92de676ad8dcca36fe3 /mail/em-folder-selection-button.h
parent629700ced0d5f84031e514cdb31cd97f985a2598 (diff)
downloadgsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar.gz
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar.bz2
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar.lz
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar.xz
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.tar.zst
gsoc2013-evolution-db1a2dd8aad57fb222daa6f82838b33a26f8e742.zip
Miscellaneous cleanups.
Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch.
Diffstat (limited to 'mail/em-folder-selection-button.h')
-rw-r--r--mail/em-folder-selection-button.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/em-folder-selection-button.h b/mail/em-folder-selection-button.h
index dd826d1bab..125e96ebce 100644
--- a/mail/em-folder-selection-button.h
+++ b/mail/em-folder-selection-button.h
@@ -26,7 +26,6 @@
#include <gtk/gtk.h>
#include <mail/e-mail-backend.h>
-#include <libedataserver/e-account.h>
/* Standard GObject macros */
#define EM_TYPE_FOLDER_SELECTION_BUTTON \
@@ -71,11 +70,6 @@ GtkWidget * em_folder_selection_button_new
(EMailBackend *backend,
const gchar *title,
const gchar *caption);
-EAccount * em_folder_selection_button_get_account
- (EMFolderSelectionButton *button);
-void em_folder_selection_button_set_account
- (EMFolderSelectionButton *button,
- EAccount *account);
EMailBackend * em_folder_selection_button_get_backend
(EMFolderSelectionButton *button);
void em_folder_selection_button_set_backend
@@ -91,6 +85,11 @@ const gchar * em_folder_selection_button_get_folder_uri
void em_folder_selection_button_set_folder_uri
(EMFolderSelectionButton *button,
const gchar *folder_uri);
+CamelStore * em_folder_selection_button_get_store
+ (EMFolderSelectionButton *button);
+void em_folder_selection_button_set_store
+ (EMFolderSelectionButton *button,
+ CamelStore *store);
const gchar * em_folder_selection_button_get_title
(EMFolderSelectionButton *button);
void em_folder_selection_button_set_title