diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-07 01:28:26 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-07 01:28:26 +0800 |
commit | db89b1a62fb0fa1ed57a9cdd275c0a977630a56a (patch) | |
tree | a6e43ba18be9f88e70b9cc8dd9441085d322049e /devel-docs/camel/camel-sections.txt | |
parent | 85067acb32a4992410e337352f8c54b61b78709b (diff) | |
download | gsoc2013-evolution-db89b1a62fb0fa1ed57a9cdd275c0a977630a56a.tar.gz gsoc2013-evolution-db89b1a62fb0fa1ed57a9cdd275c0a977630a56a.tar.zst gsoc2013-evolution-db89b1a62fb0fa1ed57a9cdd275c0a977630a56a.zip |
updated some autogen doc stuff. Still don't understand warnings :(
1999-08-06 bertrand <Bertrand.Guiheneuf@aful.org>
* devel-docs/camel/:
updated some autogen doc stuff.
Still don't understand warnings :(
* camel/camel-data-wrapper.c:
* camel/providers/MH/camel-mh-store.c:
* camel/url-util.c:
* camel/gmime-content-field.c:
* camel/camel-store.c:
various inline doc corrections.
* camel/camel-folder.c (get_message_count):
new method. Returns the number of message
in the folder.
svn path=/trunk/; revision=1092
Diffstat (limited to 'devel-docs/camel/camel-sections.txt')
-rw-r--r-- | devel-docs/camel/camel-sections.txt | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/devel-docs/camel/camel-sections.txt b/devel-docs/camel/camel-sections.txt index 81c9c205d4..4b0a36f9cc 100644 --- a/devel-docs/camel/camel-sections.txt +++ b/devel-docs/camel/camel-sections.txt @@ -1,5 +1,6 @@ <INCLUDE>gnome.h</INCLUDE> +<INCLUDE>camel-data-wrapper.h</INCLUDE> <SECTION> @@ -7,6 +8,68 @@ CamelDataWrapper <TITLE>CamelDataWrapper</TITLE> camel_data_wrapper_write_to_stream +<SUBSECTION Standard> +CAMEL_DATA_WRAPPER +camel_data_wrapper_get_type +CAMEL_DATA_WRAPPER_CLASS +</SECTION> + +<SECTION> +<FILE>camel-mime-part</FILE> +CamelMimePart +<TITLE>CamelMimePart</TITLE> +camel_mime_part_add_header +camel_mime_part_set_content_object +camel_mime_part_set_filename +camel_mime_part_get_disposition +camel_mime_part_get_content_MD5 +camel_mime_part_get_encoding +camel_mime_part_set_header_lines +camel_mime_part_get_content_object +camel_mime_part_get_content_id +camel_mime_part_set_description +camel_mime_part_set_text +camel_mime_part_set_encoding +camel_mime_part_set_disposition +camel_mime_part_remove_header +camel_mime_part_get_filename +camel_mime_part_get_content_languages +camel_mime_part_set_content_languages +camel_mime_part_get_header_lines +camel_mime_part_get_description +camel_mime_part_get_header +<SUBSECTION Standard> +CAMEL_MIME_PART +camel_mime_part_get_type +CAMEL_MIME_PART_CLASS +</SECTION> + + + +<SECTION> +<FILE>camel-mime-message</FILE> +CamelMimeMessage +<TITLE>CamelMimeMessage</TITLE> +camel_mime_message_remove_recipient +camel_mime_message_get_recipients +camel_mime_message_set_flag +camel_mime_message_set_subject +camel_mime_message_get_reply_to +camel_mime_message_get_from +camel_mime_message_set_reply_to +camel_mime_message_get_sent_date +camel_mime_message_new_with_session +camel_mime_message_add_recipient +camel_mime_message_get_subject +camel_mime_message_set_from +camel_mime_message_get_flag +camel_mime_message_get_message_number +camel_mime_message_get_received_date +camel_mime_message_set_received_date +<SUBSECTION Standard> +CAMEL_MIME_MESSAGE +camel_mime_message_get_type +CAMEL_MIME_MESSAGE_CLASS </SECTION> @@ -55,3 +118,24 @@ camel_store_get_type CAMEL_STORE_CLASS </SECTION> + +<SECTION> +<FILE>camel-stream</FILE> +CamelStream +<TITLE>CamelStream</TITLE> +camel_stream_seek +camel_stream_write +camel_stream_flush +camel_stream_eos +camel_stream_write_string +camel_stream_close +camel_stream_write_strings +camel_stream_read +camel_stream_available +<SUBSECTION Standard> +CAMEL_STREAM +camel_stream_get_type +CAMEL_STREAM_CLASS +</SECTION> + + |