From d9ed7a6a6366e5b47341c31409f4ac0f12aca690 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 20 Aug 2001 04:42:04 +0000 Subject: Added display_name and description to the type. * evolution-test-component.c: Added display_name and description to the type. * evolution-shell-component.c (impl__get_supported_types): Pass `display_name' and `description' here. (evolution_shell_component_construct): Likewise. * evolution-shell-component.h: New members `display_name', `description' in `EvolutionShellComponentFolderType'. * e-component-registry.c (register_type): New args @description and @display_name. Pass to `e_folder_type_registry_register_type()'. (register_component): Pass the values returned in the sequence from __get_supported_types. * e-folder-type-registry.c: New members `display_name' and `description' in `struct _FolderType'. (folder_type_new): New args @description and @display_name. Initialize the respective fields in the `FolderType' accordingly. (folder_type_free): Free `display_name' and `description'. (register_folder_type): New args @display_name, @description. (e_folder_type_registry_register_type): New args @display_name, @description. (e_folder_type_registry_get_description_for_type): New. (e_folder_type_registry_get_display_name_for_type): New. * Evolution-ShellComponent.idl: Added `display_name' and `description' fields to the `FolderType' struct. svn path=/trunk/; revision=12245 --- shell/ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 2946f23bdf..17aa3249a7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,35 @@ +2001-08-20 Ettore Perazzoli + + * evolution-test-component.c: Added display_name and description + to the type. + + * evolution-shell-component.c (impl__get_supported_types): Pass + `display_name' and `description' here. + (evolution_shell_component_construct): Likewise. + + * evolution-shell-component.h: New members `display_name', + `description' in `EvolutionShellComponentFolderType'. + + * e-component-registry.c (register_type): New args @description + and @display_name. Pass to + `e_folder_type_registry_register_type()'. + (register_component): Pass the values returned in the sequence + from __get_supported_types. + + * e-folder-type-registry.c: New members `display_name' and + `description' in `struct _FolderType'. + (folder_type_new): New args @description and @display_name. + Initialize the respective fields in the `FolderType' accordingly. + (folder_type_free): Free `display_name' and `description'. + (register_folder_type): New args @display_name, @description. + (e_folder_type_registry_register_type): New args @display_name, + @description. + (e_folder_type_registry_get_description_for_type): New. + (e_folder_type_registry_get_display_name_for_type): New. + + * Evolution-ShellComponent.idl: Added `display_name' and + `description' fields to the `FolderType' struct. + 2001-08-19 Ettore Perazzoli * e-shell.c (destroy): Put the bonobo_object_release_unref() for -- cgit v1.2.3