diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-12-17 02:12:56 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-12-17 02:13:16 +0800 |
commit | f5b5ccc53a5d8df38d06782c981ab62e8be7a80c (patch) | |
tree | dd4e781d17942f0ed4efeb32b7f4fe857fa2f544 | |
parent | b0106cc84284bad5d8d84192ff8aab54bb06ae1d (diff) | |
download | gsoc2013-evolution-f5b5ccc53a5d8df38d06782c981ab62e8be7a80c.tar gsoc2013-evolution-f5b5ccc53a5d8df38d06782c981ab62e8be7a80c.tar.gz gsoc2013-evolution-f5b5ccc53a5d8df38d06782c981ab62e8be7a80c.tar.bz2 gsoc2013-evolution-f5b5ccc53a5d8df38d06782c981ab62e8be7a80c.tar.lz gsoc2013-evolution-f5b5ccc53a5d8df38d06782c981ab62e8be7a80c.tar.xz gsoc2013-evolution-f5b5ccc53a5d8df38d06782c981ab62e8be7a80c.tar.zst gsoc2013-evolution-f5b5ccc53a5d8df38d06782c981ab62e8be7a80c.zip |
Update API documentation.
4 files changed, 27 insertions, 1 deletions
diff --git a/doc/reference/evolution-mail-engine/evolution-mail-engine-sections.txt b/doc/reference/evolution-mail-engine/evolution-mail-engine-sections.txt index 15da5af989..bee0fb7506 100644 --- a/doc/reference/evolution-mail-engine/evolution-mail-engine-sections.txt +++ b/doc/reference/evolution-mail-engine/evolution-mail-engine-sections.txt @@ -363,7 +363,6 @@ mail_msg_main_loop_push mail_msg_unordered_push mail_msg_fast_ordered_push mail_msg_slow_ordered_push -mail_get_password mail_in_main_thread mail_call_t MailMainFunc diff --git a/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt b/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt index 5c53d0dd4b..4913599306 100644 --- a/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt +++ b/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt @@ -313,6 +313,24 @@ EMailPartAttachmentBarPrivate </SECTION> <SECTION> +<FILE>e-mail-part-audio</FILE> +<TITLE>EMailPartAudio</TITLE> +EMailPartAudio +e_mail_part_audio_new +<SUBSECTION Standard> +E_MAIL_PART_AUDIO +E_IS_MAIL_PART_AUDIO +E_TYPE_MAIL_PART_AUDIO +E_MAIL_PART_AUDIO_CLASS +E_IS_MAIL_PART_AUDIO_CLASS +E_MAIL_PART_AUDIO_GET_CLASS +EMailPartAudioClass +e_mail_part_audio_get_type +<SUBSECTION Private> +EMailPartAudioPrivate +</SECTION> + +<SECTION> <FILE>e-mail-part-headers</FILE> <TITLE>EMailPartHeaders</TITLE> E_MAIL_PART_HEADERS_MIME_TYPE diff --git a/doc/reference/evolution-util/evolution-util-docs.sgml b/doc/reference/evolution-util/evolution-util-docs.sgml index f85c3aabd1..53badcc278 100644 --- a/doc/reference/evolution-util/evolution-util-docs.sgml +++ b/doc/reference/evolution-util/evolution-util-docs.sgml @@ -265,6 +265,7 @@ <xi:include href="xml/e-sorter-array.xml"/> <xi:include href="xml/e-sorter.xml"/> <xi:include href="xml/e-spell-entry.xml"/> + <xi:include href="xml/e-spell-text-view.xml"/> <xi:include href="xml/e-timezone-dialog.xml"/> <xi:include href="xml/e-tree-model-generator.xml"/> <xi:include href="xml/e-tree-view-frame.xml"/> diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index d777c098e1..ec2d7afdd6 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -3395,6 +3395,14 @@ ESpellEntryPrivate </SECTION> <SECTION> +<FILE>e-spell-text-view</FILE> +<TITLE>e-spell-text-view</TITLE> +e_spell_text_view_is_supported +e_spell_text_view_attach +e_spell_text_view_recheck_all +</SECTION> + +<SECTION> <FILE>e-stock-request</FILE> <TITLE>EStockRequest</TITLE> EStockRequest |