Update doxygen for livebox_set_extra_info.
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 30 Jun 2014 06:42:44 +0000 (15:42 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 30 Jun 2014 06:42:44 +0000 (15:42 +0900)
Missing descriptions for parameter is added.

Change-Id: I8fb8253fa49daa5111644b6444e6029034026a30

include/livebox.h

index 7b76839..b088693 100644 (file)
@@ -640,6 +640,11 @@ extern int livebox_conf_premultiplied_alpha(void);
  *      provider will send those information to the viewer when the
  *      content is updated.
  * @remarks This function only works with the buffer type inhouse provider.
+ * @param[in] id Livebox Instance Id
+ * @param[in] content Content string that will pass to a livebox via livebox_create interface when it is re-created.
+ * @param[in] title Human readable text for accessitility, summarized text for representing the content of a box.
+ * @param[in] icon Path of icon image file - alternative image content
+ * @param[in] name Name of a box - alternative text content
  * @return int type
  * @retval LB_STATUS_ERROR_MEMORY Out of memory
  * @retval LB_STATUS_ERROR_INVALID Invalid parameters