* @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);
* @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
*/
* @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