diff options
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r-- | shell/evolution-shell-component.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index 6fe70ac8fe..6d273e5337 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -67,6 +67,7 @@ enum _EvolutionShellComponentResult { EVOLUTION_SHELL_COMPONENT_PERMISSIONDENIED, EVOLUTION_SHELL_COMPONENT_HASSUBFOLDERS, EVOLUTION_SHELL_COMPONENT_NOSPACE, + EVOLUTION_SHELL_COMPONENT_OLDOWNERHASDIED, EVOLUTION_SHELL_COMPONENT_UNKNOWNERROR }; typedef enum _EvolutionShellComponentResult EvolutionShellComponentResult; @@ -178,6 +179,8 @@ void evolution_shell_component_add_user_creatable_item (EvolutionShellComponen const char *menu_description, char menu_shortcut); +const char *evolution_shell_component_result_to_string (EvolutionShellComponentResult result); + #ifdef cplusplus } #endif /* cplusplus */ |