[evolution-data-server] Function comment update.



commit bdbcdf05a22336563b1144182cd5df417d5167ee
Author: Milan Crha <mcrha redhat com>
Date:   Wed May 27 15:38:50 2009 +0200

    Function comment update.
    
    As suggested in bug #540269.
---
 camel/camel-medium.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel/camel-medium.c b/camel/camel-medium.c
index 37d2a0c..5947965 100644
--- a/camel/camel-medium.c
+++ b/camel/camel-medium.c
@@ -292,10 +292,10 @@ get_content_object(CamelMedium *medium)
  * camel_medium_get_content_object:
  * @medium: a #CamelMedium object
  *
- * Getss a data wrapper that represents the content of the medium,
+ * Gets a data wrapper that represents the content of the medium,
  * without its headers.
  *
- * Returns: a #CamelDataWrapper containing @medium's content
+ * Returns: a #CamelDataWrapper containing @medium's content. Can return NULL.
  **/
 CamelDataWrapper *
 camel_medium_get_content_object (CamelMedium *medium)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]