diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-09-10 23:47:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-09-26 21:45:55 +0800 |
commit | 53bc6ffc531d7a7188e15be245a31f301090ee15 (patch) | |
tree | 20787089c9f1cc09986ca0ea8f23ba0cad81462b /doc/reference/shell/eshell-sections.txt | |
parent | 6aa953cdf3ce6dbdb38be3942213d015eb01d4b0 (diff) | |
download | gsoc2013-evolution-53bc6ffc531d7a7188e15be245a31f301090ee15.tar.gz gsoc2013-evolution-53bc6ffc531d7a7188e15be245a31f301090ee15.tar.zst gsoc2013-evolution-53bc6ffc531d7a7188e15be245a31f301090ee15.zip |
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.
Diffstat (limited to 'doc/reference/shell/eshell-sections.txt')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 56 |
1 files changed, 0 insertions, 56 deletions
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 @@ -854,41 +854,6 @@ e_dialog_combo_box_get </SECTION> <SECTION> -<FILE>e-extensible</FILE> -<TITLE>EExtensible</TITLE> -EExtensible -e_extensible_load_extensions -e_extensible_list_extensions -<SUBSECTION Standard> -E_EXTENSIBLE -E_IS_EXTENSIBLE -E_TYPE_EXTENSIBLE -E_EXTENSIBLE_INTERFACE -E_IS_EXTENSIBLE_INTERFACE -E_EXTENSIBLE_GET_INTERFACE -EExtensibleInterface -e_extensible_get_type -</SECTION> - -<SECTION> -<FILE>e-extension</FILE> -<TITLE>EExtension</TITLE> -EExtension -e_extension_get_extensible -<SUBSECTION Standard> -E_EXTENSION -E_IS_EXTENSION -E_TYPE_EXTENSION -E_EXTENSION_CLASS -E_IS_EXTENSION_CLASS -E_EXTENSION_GET_CLASS -EExtensionClass -e_extension_get_type -<SUBSECTION Private> -EExtensionPrivate -</SECTION> - -<SECTION> <FILE>e-html-utils</FILE> <TITLE>Text to HTML Conversion</TITLE> E_TEXT_TO_HTML_PRE @@ -913,26 +878,6 @@ e_icon_factory_create_thumbnail </SECTION> <SECTION> -<FILE>e-module</FILE> -<TITLE>EModule</TITLE> -EModule -e_module_new -e_module_get_filename -e_module_load_all_in_directory -<SUBSECTION Standard> -E_MODULE -E_IS_MODULE -E_TYPE_MODULE -E_MODULE_CLASS -E_IS_MODULE_CLASS -E_MODULE_GET_CLASS -EModuleClass -e_module_get_type -<SUBSECTION Private> -EModulePrivate -</SECTION> - -<SECTION> <FILE>e-poolv</FILE> <TITLE>EPoolv</TITLE> 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 |