diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-26 22:49:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-26 22:49:12 +0800 |
commit | 47ab2202ba161234ec2790290152f64be0163dd7 (patch) | |
tree | 3abf67438aeb9b509c589d489bb89fd1f90a8d60 /shell/evolution-shell-component.h | |
parent | 3c89185e9f07621d4b516a8ee5dac9f2d267c87d (diff) | |
download | gsoc2013-evolution-47ab2202ba161234ec2790290152f64be0163dd7.tar.gz gsoc2013-evolution-47ab2202ba161234ec2790290152f64be0163dd7.tar.zst gsoc2013-evolution-47ab2202ba161234ec2790290152f64be0163dd7.zip |
Made the storage view update at changes in the storage, and
implemented a BonoboObject for wrapping the Evolution::Storage CORBA
interface. Also fixed a few bugs.
This makes the shell's storage extensibility usable for Evolution
components.
svn path=/trunk/; revision=3219
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r-- | shell/evolution-shell-component.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 0922124606..4b00f5df0a 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -82,7 +82,7 @@ void evolution_shell_component_construct (EvolutionShellCom EvolutionShellComponent *evolution_shell_component_new (const EvolutionShellComponentFolderType folder_types[], EvolutionShellComponentCreateViewFn create_view_fn, void *closure); -Evolution_Shell evolution_shell_component_get_shell (EvolutionShellComponent *shell_component); +Evolution_Shell evolution_shell_component_get_owner (EvolutionShellComponent *shell_component); #ifdef __cplusplus } |