diff options
author | Tor Lillqvist <tml@novell.com> | 2008-06-13 19:02:15 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-06-13 19:02:15 +0800 |
commit | 93a2ae065c86dffa6b63ccf0ca2553aa9b95e66d (patch) | |
tree | 0030ee9f4b84e38998c69619e3c602b502861889 /win32 | |
parent | a378befda0fa816964b6f0c71b5441028f5e0e96 (diff) | |
download | gsoc2013-evolution-93a2ae065c86dffa6b63ccf0ca2553aa9b95e66d.tar.gz gsoc2013-evolution-93a2ae065c86dffa6b63ccf0ca2553aa9b95e66d.tar.zst gsoc2013-evolution-93a2ae065c86dffa6b63ccf0ca2553aa9b95e66d.zip |
Add more functions used by libevolution-calendar.la.
2008-06-13 Tor Lillqvist <tml@novell.com>
* win32/libevolution-mail.def: Add more functions used by
libevolution-calendar.la.
svn path=/trunk/; revision=35637
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libevolution-mail.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/libevolution-mail.def b/win32/libevolution-mail.def index bed0bee002..edcd38bdb3 100644 --- a/win32/libevolution-mail.def +++ b/win32/libevolution-mail.def @@ -1,4 +1,5 @@ EXPORTS + e_composer_header_table_set_account_name e_composer_header_table_set_destinations_bcc e_composer_header_table_set_destinations_to e_composer_header_table_set_subject @@ -6,6 +7,9 @@ EXPORTS e_msg_composer_attach e_msg_composer_get_header_table e_msg_composer_new + e_msg_composer_send + e_msg_composer_set_body + e_msg_composer_set_body_text em_composer_utils_setup_callbacks em_folder_selection_button_get_selection em_folder_selection_button_new |