elementary/datetime: fix elm_datetime_value_get() documentation

Signed-off-by: Bluezery <ohpowel@gmail.com>


SVN revision: 71265
This commit is contained in:
Bluezery 2012-05-21 06:40:24 +00:00 committed by Hyoyoung Chang
parent ca1b40bf69
commit 56589d360f
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ EAPI void elm_datetime_format_set(Evas_Object *obj, const char *fmt);
*
* @param obj The datetime object
* @param maxtime Time structure containing the maximum time value.
* @return int The maximum value of the field.
* @return EINA_TRUE if maximum value is returned successfully.
*
* @see elm_datetime_value_max_set()
* @ingroup Datetime