diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-24 18:39:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-24 18:39:51 +0800 |
commit | 5b52672a1524bd6fda554c2abab496f856a5bbee (patch) | |
tree | c8784249c7572a620eb50dcf170d2b57c5c0e91c /shell/evolution-shell-client.h | |
parent | 8677833cfac274823f23f8ef4669cbeda1293780 (diff) | |
download | gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar.gz gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar.bz2 gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar.lz gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar.xz gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.tar.zst gsoc2013-evolution-5b52672a1524bd6fda554c2abab496f856a5bbee.zip |
Add code to query the ::Activity interface in the
EvolutionShellComponent class and get the test component to use it.
svn path=/trunk/; revision=10448
Diffstat (limited to 'shell/evolution-shell-client.h')
-rw-r--r-- | shell/evolution-shell-client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-shell-client.h b/shell/evolution-shell-client.h index ae6fbfd748..aee891cc08 100644 --- a/shell/evolution-shell-client.h +++ b/shell/evolution-shell-client.h @@ -67,6 +67,8 @@ void evolution_shell_client_user_select_folder (EvolutionShe char **uri_return, char **physical_uri_return); +GNOME_Evolution_Activity evolution_shell_client_get_activity_interface (EvolutionShellClient *shell_client); + GNOME_Evolution_LocalStorage evolution_shell_client_get_local_storage (EvolutionShellClient *shell_client); #ifdef __cplusplus |