Fix wrong description 48/89248/1 accepted/tizen/3.0/common/20161114.105418 accepted/tizen/3.0/ivi/20161011.055418 accepted/tizen/3.0/mobile/20161015.033701 accepted/tizen/3.0/tv/20161016.005301 accepted/tizen/3.0/wearable/20161015.083602 accepted/tizen/common/20160926.154020 accepted/tizen/ivi/20160926.001032 accepted/tizen/mobile/20160926.000936 accepted/tizen/tv/20160926.001000 accepted/tizen/wearable/20160926.001017 submit/tizen/20160925.092015 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000005 submit/tizen_3.0_mobile/20161015.000004 submit/tizen_3.0_tv/20161015.000004 submit/tizen_3.0_wearable/20161015.000004
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 23 Sep 2016 01:25:34 +0000 (10:25 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 23 Sep 2016 01:25:34 +0000 (10:25 +0900)
Change-Id: I558b146d82f49095f076832fd8a5c18d4eeae524
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/minicontrol-provider.h
include/minicontrol-viewer.h

index bffe17bf539c32a835f568bcc1abf766398c8da5..b33dd08c72e87b756987d8e8f5c8a81632a81fb7 100755 (executable)
@@ -66,15 +66,14 @@ Evas_Object *minicontrol_create_window(const char *name, minicontrol_target_view
  * @brief Sends a event to the viewer.
  * @remarks When a viewer doesn't handle some events, it can be ignored.
  * @since_tizen 2.4
- * @param[in] minicontrol minicontrol window
+ * @param[in] mincontrol minicontrol window
  * @param[in] event Type of the event
  * @param[in] event_arg Bundle argument of the event
  * @return #MINICONTROL_ERROR_NONE on success,
- *         otherwise an error code (see #MINICONTROL_ERROR_XXX) on failure
+ *         otherwise an error code on failure
  * @retval #MINICONTROL_ERROR_INVALID_PARAMETER Invalid argument
  * @see #minicontrol_provider_event_e
  * @see #minicontrol_create_window
- * @see #minicontrol_request_to_viewer_e
  */
 int minicontrol_send_event(Evas_Object *mincontrol, minicontrol_provider_event_e event, bundle *event_arg);
 
index 439428e3c539e49ccda97cf96b38648e1c926349..1bd47f7cf7e7a36aa559f5483a078a184f8b84d7 100755 (executable)
@@ -54,7 +54,7 @@ Evas_Object *minicontrol_viewer_add(Evas_Object *parent, const char *minicontrol
  * @param[in] event Type of the event
  * @param[in] event_arg A bundle of arguments
  * @return #MINICONTROL_ERROR_NONE on success,
- *          otherwise an error code (see #MINICONTROL_ERROR_XXX) on failure
+ *          otherwise an error code on failure
  * @retval #MINICONTROL_ERROR_INVALID_PARAMETER  Invalid argument
  * @see #minicontrol_viewer_event_e
  */
@@ -77,7 +77,7 @@ typedef void (*minicontrol_viewer_event_cb)(minicontrol_event_e event, const cha
  * @param[in] callback Callback function
  * @param[in] user_data User data
  * @return #MINICONTROL_ERROR_NONE on success,
- *         otherwise an error code (see #MINICONTROL_ERROR_XXX) on failure
+ *         otherwise an error code on failure
  * @retval #MINICONTROL_ERROR_INVALID_PARAMETER  Invalid argument
  * @retval #MINICONTROL_ERROR_IPC_FAILURE IPC failure
  * @retval #MINICONTROL_ERROR_OUT_OF_MEMORY out of memory