Add description to get_timestamp API 31/214631/1
authorhyunho <hhstark.kang@samsung.com>
Wed, 25 Sep 2019 01:13:46 +0000 (10:13 +0900)
committerhyunho <hhstark.kang@samsung.com>
Wed, 25 Sep 2019 01:13:46 +0000 (10:13 +0900)
Change-Id: I9eae2cf2a0b5beeb30fcf262028e560bd58f8f4a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
watchface-complication/include/watchface-complication.h

index 6fe40dee143cc9b75fe684d3a9e3ea3b77eccc94..3c4f6a971ce8fc477db77f8f58ae5c2ebaae014c 100644 (file)
@@ -752,6 +752,8 @@ int watchface_complication_timeinfo_get_timezone_city(complication_time_info_h i
 /**
  * @brief Gets timestamp from timeinfo.
  * @since_tizen 5.5
+ * @remarks The @a info should contain a timezone ID.
+ *         If @a info doesn't contain a timezone ID, this function will return #WATCHFACE_COMPLICATION_ERROR_INVALID_PARAMETER.
  * @param[in] info The time information handle
  * @param[out] timestamp The number of seconds since 00:00, Jan 1 1970 UTC, corresponding to POSIX time.
  * @return #WATCHFACE_COMPLICATION_ERROR_NONE on success,