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.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/shell/e-folder-type-registry.h b/shell/e-folder-type-registry.h
index f4a1905f52..f34db31811 100644
--- a/shell/e-folder-type-registry.h
+++ b/shell/e-folder-type-registry.h
@@ -62,7 +62,11 @@ EFolderTypeRegistry *e_folder_type_registry_new (void);
gboolean e_folder_type_registry_register_type (EFolderTypeRegistry *folder_type_registry,
const char *type_name,
- const char *icon_name);
+ const char *icon_name,
+ int num_exported_dnd_types,
+ const char **exported_dnd_types,
+ int num_accepted_dnd_types,
+ const char **accepted_dnd_types);
gboolean e_folder_type_registry_set_handler_for_type (EFolderTypeRegistry *folder_type_registry,
const char *type_name,
EvolutionShellComponentClient *handler);
@@ -77,6 +81,12 @@ const char *e_folder_type_registry_get_icon_name_for_type (E
EvolutionShellComponentClient *e_folder_type_registry_get_handler_for_type (EFolderTypeRegistry *folder_type_registry,
const char *type_name);
+GList *e_folder_type_registry_get_exported_dnd_types_for_type (EFolderTypeRegistry *folder_type_registry,
+ const char *type_name);
+GList *e_folder_type_registry_get_accepted_dnd_types_for_type (EFolderTypeRegistry *folder_type_registry,
+ const char *type_name);
+
+
#ifdef __cplusplus
}
#endif /* __cplusplus */