aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/em-format.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-04-01 00:08:36 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-04-01 03:48:01 +0800
commit9ed9a99baddcb87eab366e4f939dc146f2db9401 (patch)
treeb4fb0824904a261fa671973d9a499ed4328c0689 /em-format/em-format.h
parentd15cd735886c38ac4c14faa816c307ce8f388844 (diff)
downloadgsoc2013-evolution-9ed9a99baddcb87eab366e4f939dc146f2db9401.tar
gsoc2013-evolution-9ed9a99baddcb87eab366e4f939dc146f2db9401.tar.gz
gsoc2013-evolution-9ed9a99baddcb87eab366e4f939dc146f2db9401.tar.bz2
gsoc2013-evolution-9ed9a99baddcb87eab366e4f939dc146f2db9401.tar.lz
gsoc2013-evolution-9ed9a99baddcb87eab366e4f939dc146f2db9401.tar.xz
gsoc2013-evolution-9ed9a99baddcb87eab366e4f939dc146f2db9401.tar.zst
gsoc2013-evolution-9ed9a99baddcb87eab366e4f939dc146f2db9401.zip
EMFormat: Add "session" as a constructor property.
Pass it in instead of digging it out of EShellSettings.
Diffstat (limited to 'em-format/em-format.h')
-rw-r--r--em-format/em-format.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/em-format/em-format.h b/em-format/em-format.h
index 712b41bce1..d535ab2809 100644
--- a/em-format/em-format.h
+++ b/em-format/em-format.h
@@ -222,6 +222,8 @@ void em_format_set_composer (EMFormat *emf,
gboolean composer);
gboolean em_format_get_composer (EMFormat *emf);
+CamelSession * em_format_get_session (EMFormat *emf);
+
void em_format_set_base_url (EMFormat *emf,
CamelURL *url);
void em_format_set_base_url_string (EMFormat *emf,