summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2016-09-23 10:25:34 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2016-09-23 10:25:34 +0900
commitf24cb6537f74546932b43f0f0e2165862cce9af2 (patch)
treee046fa365470f8456d3e3702aa1ea9487157f24e
parent34d749fb7d933e1671eebe608760a09428b19c11 (diff)
downloadminicontrol-f24cb6537f74546932b43f0f0e2165862cce9af2.tar.gz
minicontrol-f24cb6537f74546932b43f0f0e2165862cce9af2.tar.bz2
minicontrol-f24cb6537f74546932b43f0f0e2165862cce9af2.zip
Change-Id: I558b146d82f49095f076832fd8a5c18d4eeae524 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rwxr-xr-xinclude/minicontrol-provider.h5
-rwxr-xr-xinclude/minicontrol-viewer.h4
2 files changed, 4 insertions, 5 deletions
diff --git a/include/minicontrol-provider.h b/include/minicontrol-provider.h
index bffe17b..b33dd08 100755
--- a/include/minicontrol-provider.h
+++ b/include/minicontrol-provider.h
@@ -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);
diff --git a/include/minicontrol-viewer.h b/include/minicontrol-viewer.h
index 439428e..1bd47f7 100755
--- a/include/minicontrol-viewer.h
+++ b/include/minicontrol-viewer.h
@@ -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