diff options
Diffstat (limited to 'shell/e-component-registry.h')
-rw-r--r-- | shell/e-component-registry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-component-registry.h b/shell/e-component-registry.h index 280aef74a6..6b77f56f49 100644 --- a/shell/e-component-registry.h +++ b/shell/e-component-registry.h @@ -69,6 +69,9 @@ GList *e_component_registry_get_id_list (ECompo EvolutionShellComponentClient *e_component_registry_get_component_by_id (EComponentRegistry *component_registry, const char *id); +EvolutionShellComponentClient *e_component_registry_restart_component (EComponentRegistry *component_registry, + const char *id); + #ifdef __cplusplus } #endif /* __cplusplus */ |