diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-13 03:01:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-02-13 03:01:33 +0800 |
commit | f4d9a26f99304d0fed83289bb6411e3a14a01ef7 (patch) | |
tree | 0671bd5d51968fd9c49e927053947123bf1234c8 /shell/e-shell-settings.h | |
parent | 6bffa31112ca78585f3528bbd2ad52b84231e3f4 (diff) | |
download | gsoc2013-evolution-f4d9a26f99304d0fed83289bb6411e3a14a01ef7.tar.gz gsoc2013-evolution-f4d9a26f99304d0fed83289bb6411e3a14a01ef7.tar.zst gsoc2013-evolution-f4d9a26f99304d0fed83289bb6411e3a14a01ef7.zip |
Make MailSession available through EShellSettings so composer can use it.
svn path=/branches/kill-bonobo/; revision=37257
Diffstat (limited to 'shell/e-shell-settings.h')
-rw-r--r-- | shell/e-shell-settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/e-shell-settings.h b/shell/e-shell-settings.h index fb53d800d4..a9f6a20f93 100644 --- a/shell/e-shell-settings.h +++ b/shell/e-shell-settings.h @@ -103,6 +103,11 @@ gpointer e_shell_settings_get_object (EShellSettings *shell_settings, void e_shell_settings_set_object (EShellSettings *shell_settings, const gchar *property_name, gpointer v_object); +gpointer e_shell_settings_get_pointer (EShellSettings *shell_setting, + const gchar *property_name); +void e_shell_settings_set_pointer (EShellSettings *shell_setting, + const gchar *property_name, + gpointer v_pointer); G_END_DECLS |