From 53bc6ffc531d7a7188e15be245a31f301090ee15 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 10 Sep 2011 11:47:15 -0400 Subject: The EExtension framework is now in libebackend. The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution. --- doc/reference/shell/eshell-docs.sgml | 7 -- doc/reference/shell/eshell-sections.txt | 56 --------- doc/reference/shell/eshell.types | 3 - doc/reference/shell/tmpl/e-extensible.sgml | 46 -------- doc/reference/shell/tmpl/e-extension.sgml | 42 ------- doc/reference/shell/tmpl/e-module.sgml | 60 ---------- doc/reference/shell/tmpl/e-util.sgml | 10 -- doc/reference/shell/tmpl/eshell-unused.sgml | 171 ++++++++++++++++++++++++++++ 8 files changed, 171 insertions(+), 224 deletions(-) delete mode 100644 doc/reference/shell/tmpl/e-extensible.sgml delete mode 100644 doc/reference/shell/tmpl/e-extension.sgml delete mode 100644 doc/reference/shell/tmpl/e-module.sgml (limited to 'doc/reference/shell') diff --git a/doc/reference/shell/eshell-docs.sgml b/doc/reference/shell/eshell-docs.sgml index 5451736723..666da0276e 100644 --- a/doc/reference/shell/eshell-docs.sgml +++ b/doc/reference/shell/eshell-docs.sgml @@ -46,13 +46,6 @@ - - Extending Evolution - - - - - Actions diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 6e23f58f15..131341980e 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -853,41 +853,6 @@ e_dialog_combo_box_set e_dialog_combo_box_get -
-e-extensible -EExtensible -EExtensible -e_extensible_load_extensions -e_extensible_list_extensions - -E_EXTENSIBLE -E_IS_EXTENSIBLE -E_TYPE_EXTENSIBLE -E_EXTENSIBLE_INTERFACE -E_IS_EXTENSIBLE_INTERFACE -E_EXTENSIBLE_GET_INTERFACE -EExtensibleInterface -e_extensible_get_type -
- -
-e-extension -EExtension -EExtension -e_extension_get_extensible - -E_EXTENSION -E_IS_EXTENSION -E_TYPE_EXTENSION -E_EXTENSION_CLASS -E_IS_EXTENSION_CLASS -E_EXTENSION_GET_CLASS -EExtensionClass -e_extension_get_type - -EExtensionPrivate -
-
e-html-utils Text to HTML Conversion @@ -912,26 +877,6 @@ e_icon_factory_pixbuf_scale e_icon_factory_create_thumbnail
-
-e-module -EModule -EModule -e_module_new -e_module_get_filename -e_module_load_all_in_directory - -E_MODULE -E_IS_MODULE -E_TYPE_MODULE -E_MODULE_CLASS -E_IS_MODULE_CLASS -E_MODULE_GET_CLASS -EModuleClass -e_module_get_type - -EModulePrivate -
-
e-poolv EPoolv @@ -1137,7 +1082,6 @@ e_action_compare_by_label e_action_group_remove_all_actions e_radio_action_get_current_action e_categories_add_change_hook -e_type_traverse e_str_without_underscores e_str_compare e_str_case_compare diff --git a/doc/reference/shell/eshell.types b/doc/reference/shell/eshell.types index 51b7c7693e..4e01f342e8 100644 --- a/doc/reference/shell/eshell.types +++ b/doc/reference/shell/eshell.types @@ -1,7 +1,4 @@ e_bit_array_get_type -e_extensible_get_type -e_extension_get_type -e_module_get_type e_signature_get_type e_signature_list_get_type e_shell_get_type diff --git a/doc/reference/shell/tmpl/e-extensible.sgml b/doc/reference/shell/tmpl/e-extensible.sgml deleted file mode 100644 index 333d8238fc..0000000000 --- a/doc/reference/shell/tmpl/e-extensible.sgml +++ /dev/null @@ -1,46 +0,0 @@ - -EExtensible - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@extensible: - - - - - - - -@extensible: -@extension_type: -@Returns: - - diff --git a/doc/reference/shell/tmpl/e-extension.sgml b/doc/reference/shell/tmpl/e-extension.sgml deleted file mode 100644 index 49a3a13b70..0000000000 --- a/doc/reference/shell/tmpl/e-extension.sgml +++ /dev/null @@ -1,42 +0,0 @@ - -EExtension - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@extension: -@Returns: - - diff --git a/doc/reference/shell/tmpl/e-module.sgml b/doc/reference/shell/tmpl/e-module.sgml deleted file mode 100644 index eedd4e4477..0000000000 --- a/doc/reference/shell/tmpl/e-module.sgml +++ /dev/null @@ -1,60 +0,0 @@ - -EModule - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@filename: -@Returns: - - - - - - - -@module: -@Returns: - - - - - - - -@dirname: -@Returns: - - diff --git a/doc/reference/shell/tmpl/e-util.sgml b/doc/reference/shell/tmpl/e-util.sgml index 2cddc59a1c..7adb70cb39 100644 --- a/doc/reference/shell/tmpl/e-util.sgml +++ b/doc/reference/shell/tmpl/e-util.sgml @@ -103,16 +103,6 @@ Miscellaneous Utilities @object: - - - - - -@parent_type: -@func: -@user_data: - - diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index bc13bf3a87..21f8c4afcd 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -26,6 +26,62 @@ GObject Property Bindings + + + + + + + + + + + + + + + + + + + + + + + + + +EExtensible + + + + + + + + + + + + + + + + + + + + + + + + + + + +EExtension + + @@ -54,6 +110,34 @@ GObject Property Bindings Error Logging + + + + + + + + + + + + + + + + + + + + + + + + + +EModule + + @@ -154,6 +238,24 @@ e-shell-window.sgml @user_data: @Returns: + + + + + + + + + + + + + + + + + + @@ -183,6 +285,18 @@ e-shell-window.sgml + + + + + + + + + + + + @@ -437,6 +551,30 @@ e-shell-window.sgml @binding: + + + + + +@extensible: +@extension_type: +@Returns: + + + + + + +@extensible: + + + + + + +@extension: +@Returns: + @@ -488,6 +626,30 @@ e-shell-window.sgml @name: @Returns: + + + + + +@module: +@Returns: + + + + + + +@dirname: +@Returns: + + + + + + +@filename: +@Returns: + @@ -582,6 +744,15 @@ e-shell-window.sgml @key: @Returns: + + + + + +@parent_type: +@func: +@user_data: + -- cgit v1.2.3