diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-03 04:35:31 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-03 08:45:09 +0800 |
commit | 7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2 (patch) | |
tree | 1ccda4c2c864e0c0dccccde1811093ecefde1753 /doc | |
parent | 18bdb8b9205e70f725bf49a6f13dc3c2fe3fadf7 (diff) | |
download | gsoc2013-evolution-7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2.tar.gz gsoc2013-evolution-7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2.tar.zst gsoc2013-evolution-7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2.zip |
Update API documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/libeutil/Makefile.am | 2 | ||||
-rw-r--r-- | doc/reference/libeutil/libeutil-sections.txt | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/reference/libeutil/Makefile.am b/doc/reference/libeutil/Makefile.am index f987bcb975..7fee929e74 100644 --- a/doc/reference/libeutil/Makefile.am +++ b/doc/reference/libeutil/Makefile.am @@ -43,7 +43,7 @@ IGNORE_HFILES = \ gal-a11y-e-text.h \ gal-a11y-e-tree-factory.h \ gal-a11y-e-tree.h \ - gal-a11y-factory.h + gal-a11y-factory.h \ gal-a11y-util.h \ $(NULL) diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt index 1a3e8a2d63..d681b4e092 100644 --- a/doc/reference/libeutil/libeutil-sections.txt +++ b/doc/reference/libeutil/libeutil-sections.txt @@ -1327,6 +1327,7 @@ EClientSelectorPrivate <FILE>e-config</FILE> <TITLE>EConfig</TITLE> EConfig +e_config_t EConfigItem EConfigFactory EConfigTarget @@ -1340,6 +1341,7 @@ e_config_add_items e_config_add_page_check e_config_set_target e_config_create_widget +e_config_target_change_t e_config_target_changed e_config_page_check e_config_abort @@ -1362,6 +1364,12 @@ E_TYPE_CONFIG E_CONFIG_CLASS E_IS_CONFIG_CLASS E_CONFIG_GET_CLASS +E_CONFIG_HOOK +E_IS_CONFIG_HOOK +E_TYPE_CONFIG_HOOK +E_CONFIG_HOOK_CLASS +E_IS_CONFIG_HOOK_CLASS +E_CONFIG_HOOK_GET_CLASS EConfigClass e_config_get_type <SUBSECTION Standard> @@ -1495,6 +1503,7 @@ e_dialog_combo_box_get <FILE>e-event</FILE> <TITLE>EEvent</TITLE> EEvent +e_event_t EEventItem EEventFactory EEventTarget @@ -1698,6 +1707,7 @@ EFilterIntPrivate <SECTION> <FILE>e-filter-option</FILE> <TITLE>EFilterOption</TITLE> +filter_option EFilterOption e_filter_option_new e_filter_option_set_current @@ -1752,6 +1762,8 @@ EFilterPartPrivate <SECTION> <FILE>e-filter-rule</FILE> <TITLE>EFilterRule</TITLE> +filter_grouping_t +filter_threading_t EFilterRule e_filter_rule_new e_filter_rule_clone @@ -1873,6 +1885,7 @@ EImageChooserPrivate <FILE>e-import</FILE> <TITLE>EImport</TITLE> EImport +e_import_target_t EImportImporter EImportFactory EImportTarget @@ -2739,6 +2752,8 @@ e_reflow_model_get_type <SECTION> <FILE>e-rule-context</FILE> <TITLE>ERuleContext</TITLE> +part_set_map +rule_set_map ERuleContext ERuleContextRegisterFunc ERuleContextPartFunc |