aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-type-registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-folder-type-registry.h')
-rw-r--r--shell/e-folder-type-registry.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/e-folder-type-registry.h b/shell/e-folder-type-registry.h
index 580bba4f41..01f1ad80ec 100644
--- a/shell/e-folder-type-registry.h
+++ b/shell/e-folder-type-registry.h
@@ -76,6 +76,11 @@ gboolean e_folder_type_registry_set_handler_for_type (EFolderTypeRegistry
GList *e_folder_type_registry_get_type_names (EFolderTypeRegistry *folder_type_registry);
+gboolean e_folder_type_register_type_registered (EFolderTypeRegistry *folder_type_registry,
+ const char *type_name);
+void e_folder_type_register_unregister_type (EFolderTypeRegistry *folder_type_registry,
+ const char *type_name);
+
GdkPixbuf *e_folder_type_registry_get_icon_for_type (EFolderTypeRegistry *folder_type_registry,
const char *type_name,
gboolean mini);