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 /camel/gmime-content-field.c | |
parent | 85067acb32a4992410e337352f8c54b61b78709b (diff) | |
download | gsoc2013-evolution-db89b1a62fb0fa1ed57a9cdd275c0a977630a56a.tar gsoc2013-evolution-db89b1a62fb0fa1ed57a9cdd275c0a977630a56a.tar.gz gsoc2013-evolution-db89b1a62fb0fa1ed57a9cdd275c0a977630a56a.tar.bz2 gsoc2013-evolution-db89b1a62fb0fa1ed57a9cdd275c0a977630a56a.tar.lz gsoc2013-evolution-db89b1a62fb0fa1ed57a9cdd275c0a977630a56a.tar.xz 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 'camel/gmime-content-field.c')
-rw-r--r-- | camel/gmime-content-field.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/camel/gmime-content-field.c b/camel/gmime-content-field.c index caa8237290..285926e702 100644 --- a/camel/gmime-content-field.c +++ b/camel/gmime-content-field.c @@ -91,8 +91,7 @@ gmime_content_field_set_parameter (GMimeContentField *content_field, const gchar /** - * _print_parameter: print a parameter/value pair to a stream as - * described in RFC 2045 + * _print_parameter: print a parameter/value pair to a stream as described in RFC 2045 * @name: name of the parameter * @value: value of the parameter * @user_data: CamelStream object to write the text to. @@ -213,8 +212,7 @@ gmime_content_field_get_parameter (GMimeContentField *content_field, const gchar /** - * gmime_content_field_construct_from_string: construct a ContentType object - * by parsing a string. + * gmime_content_field_construct_from_string: construct a ContentType object by parsing a string. * * @content_field: content type object to construct * @string: string containing the content type field |