EvolutionShellClient.

svn path=/trunk/; revision=3820
This commit is contained in:
Ettore Perazzoli
2000-06-30 05:36:32 +00:00
parent f5fa17c2d0
commit 55499e0ce4
19 changed files with 475 additions and 119 deletions

View File

@ -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
}