Add description about default values 17/194317/1
authorhyunho <hhstark.kang@samsung.com>
Mon, 3 Dec 2018 05:17:15 +0000 (14:17 +0900)
committerhyunho <hhstark.kang@samsung.com>
Mon, 3 Dec 2018 05:17:15 +0000 (14:17 +0900)
Change-Id: Ieeff186ab8df0380d8b738e4a6d344a783c3c7d9
Signed-off-by: hyunho <hhstark.kang@samsung.com>
watchface-complication/include/watchface-complication.h

index b96b092..0f6f01e 100644 (file)
@@ -281,6 +281,10 @@ int watchface_complication_send_update_request(complication_h handle);
  * @privilege http://tizen.org/privilege/packagemanager.info
  * @remarks The @a created_handle should be released using watchface_complication_destroy().
  *          Package manager privilege is needed to lookup provider application.
+ *          The @a default_provider_id and the @a default_type are not always first setted value of the @a created_handle,
+ *          it can be other value if user changed provider and type using watchface editor.
+ *          Sum up, the @a created_handle will have @a default_provider_id and  @a default_type as current value,
+ *          if user never changed it before.
  * @param[in] complication_id A number that identifies the complication
  * @param[in] default_provider_id The default provider id
  * @param[in] default_type The default type to display