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/tmpl/camel-stream.sgml | |
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/tmpl/camel-stream.sgml')
-rw-r--r-- | devel-docs/camel/tmpl/camel-stream.sgml | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/devel-docs/camel/tmpl/camel-stream.sgml b/devel-docs/camel/tmpl/camel-stream.sgml new file mode 100644 index 0000000000..e965db2e45 --- /dev/null +++ b/devel-docs/camel/tmpl/camel-stream.sgml @@ -0,0 +1,101 @@ +<!-- ##### SECTION Title ##### --> +CamelStream + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### FUNCTION camel_stream_seek ##### --> +<para> + +</para> + +@stream: +@offset: +@policy: +@Returns: + + +<!-- ##### FUNCTION camel_stream_write ##### --> +<para> + +</para> + +@stream: +@buffer: +@n: +@Returns: + + +<!-- ##### FUNCTION camel_stream_flush ##### --> +<para> + +</para> + +@stream: + + +<!-- ##### FUNCTION camel_stream_eos ##### --> +<para> + +</para> + +@stream: +@Returns: + + +<!-- ##### MACRO camel_stream_write_string ##### --> +<para> + +</para> + +@stream: +@string: + + +<!-- ##### FUNCTION camel_stream_close ##### --> +<para> + +</para> + +@stream: + + +<!-- ##### FUNCTION camel_stream_write_strings ##### --> +<para> + +</para> + +@stream: +@Varargs: + + +<!-- ##### FUNCTION camel_stream_read ##### --> +<para> + +</para> + +@stream: +@buffer: +@n: +@Returns: + + +<!-- ##### FUNCTION camel_stream_available ##### --> +<para> + +</para> + +@stream: +@Returns: + + |