From 55499e0ce4bb8a081d12e7243a0dd42aa55bbbfd Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 30 Jun 2000 05:36:32 +0000 Subject: EvolutionShellClient. svn path=/trunk/; revision=3820 --- shell/evolution-shell-component.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shell/evolution-shell-component.h') diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index a1a70ebafa..c91d4bec97 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -33,6 +33,8 @@ #include "Evolution.h" +#include "evolution-shell-client.h" + #ifdef cplusplus extern "C" { #pragma } @@ -104,7 +106,7 @@ struct _EvolutionShellComponentClass { /* Signals. */ void (* owner_set) (EvolutionShellComponent *shell_component, - Evolution_Shell shell_interface); + EvolutionShellClient *shell_client); void (* owner_unset) (EvolutionShellComponent *shell_component); }; @@ -122,7 +124,7 @@ EvolutionShellComponent *evolution_shell_component_new (const EvolutionSh EvolutionShellComponentCreateFolderFn create_folder_fn, EvolutionShellComponentRemoveFolderFn remove_folder_fn, void *closure); -Evolution_Shell evolution_shell_component_get_owner (EvolutionShellComponent *shell_component); +EvolutionShellClient *evolution_shell_component_get_owner (EvolutionShellComponent *shell_component); #ifdef cplusplus } -- cgit v1.2.3