diff options
Diffstat (limited to 'shell/evolution-shell-component-client.h')
-rw-r--r-- | shell/evolution-shell-component-client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/evolution-shell-component-client.h b/shell/evolution-shell-component-client.h index 584d04703c..e396b17082 100644 --- a/shell/evolution-shell-component-client.h +++ b/shell/evolution-shell-component-client.h @@ -69,6 +69,8 @@ void evolution_shell_component_client_construct (Evol EvolutionShellComponentClient *evolution_shell_component_client_new (const char *id, CORBA_Environment *optional_ev); +GNOME_Evolution_ShellComponent evolution_shell_component_client_corba_objref (EvolutionShellComponentClient *client); + /* Properties. */ const char *evolution_shell_component_client_get_id (EvolutionShellComponentClient *shell_component_client); |