diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-02-02 08:25:59 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-02-02 08:25:59 +0800 |
commit | f8918d44539c1df3a3eacc2afe1507aa8c0b5093 (patch) | |
tree | 463212e0c6d0969f415e3eeb7d7e1a7040238456 /doc/devel/executive-summary/evolution-services-sections.txt | |
parent | c7a98d8e4a70ee70fc40e12365f7ff789a9d732a (diff) | |
download | gsoc2013-evolution-f8918d44539c1df3a3eacc2afe1507aa8c0b5093.tar gsoc2013-evolution-f8918d44539c1df3a3eacc2afe1507aa8c0b5093.tar.gz gsoc2013-evolution-f8918d44539c1df3a3eacc2afe1507aa8c0b5093.tar.bz2 gsoc2013-evolution-f8918d44539c1df3a3eacc2afe1507aa8c0b5093.tar.lz gsoc2013-evolution-f8918d44539c1df3a3eacc2afe1507aa8c0b5093.tar.xz gsoc2013-evolution-f8918d44539c1df3a3eacc2afe1507aa8c0b5093.tar.zst gsoc2013-evolution-f8918d44539c1df3a3eacc2afe1507aa8c0b5093.zip |
Wheeee pretty documentation
svn path=/trunk/; revision=7938
Diffstat (limited to 'doc/devel/executive-summary/evolution-services-sections.txt')
-rw-r--r-- | doc/devel/executive-summary/evolution-services-sections.txt | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/doc/devel/executive-summary/evolution-services-sections.txt b/doc/devel/executive-summary/evolution-services-sections.txt new file mode 100644 index 0000000000..8ba2b42317 --- /dev/null +++ b/doc/devel/executive-summary/evolution-services-sections.txt @@ -0,0 +1,95 @@ +<INCLUDE>executive-summary-component.h</INCLUDE> +<SECTION> +<FILE>executive-summary-component</FILE> +EXECUTIVE_SUMMARY_COMPONENT +<TITLE>ExecutiveSummaryComponent</TITLE> + +executive_summary_component_new + +<SUBSECTION Standard> +EXECUTIVE_SUMMARY_COMPONENT_TYPE +EXECUTIVE_SUMMARY_COMPONENT +EXECUTIVE_SUMMARY_COMPONENT_CLASS +IS_EXECUTIVE_SUMMARY_COMPONENT +IS_EXECUTIVE_SUMMARY_COMPONENT_CLASS +executive_summary_component_get_type + +<SUBSECTION Private> +ExecutiveSummaryComponent +ExecutiveSummaryComponentPrivate + +</SECTION> + +<SECTION> +<FILE>executive-summary-component-factory</FILE> +EXECUTIVE_SUMMARY_COMPONENT_FACTORY +<TITLE>ExecutiveSummaryComponentFactory</TITLE> + +EvolutionServicesCreateViewFn + +executive_summary_component_factory_new + +<SUBSECTION Standard> +EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE +EXECUTIVE_SUMMARY_COMPONENT_FACTORY +EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLASS +IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY +IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLASS +executive_summary_component_factory_get_type + +<SUBSECTION Private> +ExecutiveSummaryComponentFactory +ExecutiveSummaryComponentFactoryPrivate + +</SECTION> + +<INCLUDE>executive-summary-component-factory-client.h</INCLUDE> +<SECTION> +<FILE>executive-summary-component-factory-client</FILE> +EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT +<TITLE>ExecutiveSummaryComponentFactoryClient</TITLE> + +executive_summary_component_factory_client_construct +executive_summary_component_factory_client_new +executive_summary_component_factory_client_create_view + +<SUBSECTION Standard> +EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE +EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT +EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_CLASS +IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT +IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_CLASS +executive_summary_component_factory_client_get_type + +<SUBSECTION Private> +ExecutiveSummaryComponentFactoryClient +ExecutiveSummaryComponentFactoryClientPrivate + +</SECTION> + +<INCLUDE>executive-summary-html-view.h</INCLUDE> +<SECTION> +<FILE>executive-summary-html-view</FILE> +EXECUTIVE_SUMMARY_HTML_VIEW +<TITLE>ExecutiveSummaryHtmlView</TITLE> + +EXECUTIVE_SUMMARY_HTML_VIEW_HTML_CHANGED + +executive_summary_html_view_new_full +executive_summary_html_view_new +executive_summary_html_view_set_html +executive_summary_html_view_get_html +executive_summary_html_view_get_event_source + +<SUBSECTION Standard> +EXECUTIVE_SUMMARY_HTML_VIEW_TYPE +EXECUTIVE_SUMMARY_HTML_VIEW +IS_EXECUTIVE_SUMMARY_HTML_VIEW +EXECUTIVE_SUMMARY_HTML_VIEW_CLASS +IS_EXECUTIVE_SUMMARY_HTML_VIEW_CLASS +executive_summary_html_view_get_type + +<SUBSECTION Private> +ExecutiveSummaryHtmlView +ExecutiveSummaryHtmlViewPrivate +</SECTION> |