summaryrefslogtreecommitdiff
path: root/include/minicontrol-provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/minicontrol-provider.h')
-rwxr-xr-xinclude/minicontrol-provider.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/minicontrol-provider.h b/include/minicontrol-provider.h
index b33dd08..1682d66 100755
--- a/include/minicontrol-provider.h
+++ b/include/minicontrol-provider.h
@@ -28,9 +28,9 @@ extern "C" {
/**
* @file minicontrol-provider.h
- * @brief This minicontrol provider library used to create evas socket window.\n
- * This library is providing functions for create a remote evas object to draw a minicontrol on a minicontrol viewer and\n
- * sending some requests to the minicontrol viewer.\n
+ * @brief This minicontrol provider library is used to create evas socket window. \n
+ * This library provides functions to create a remote evas object to draw a minicontrol on a minicontrol viewer and \n
+ * sending some requests to the minicontrol viewer. \n
* Drawings on this remote evas object will be shown on the place ofthe minicontrol viewer.
*/
@@ -40,10 +40,10 @@ extern "C" {
*/
/**
- * @brief Called when a event comes from viewer
+ * @brief Called when a event comes from viewer.
* @since_tizen 2.4
* @param[in] event_type The type of fired event
- * @param[in] event_arg argument of the event
+ * @param[in] event_arg Argument of the event
* @pre minicontrol_viewer_register_event_callback() used to register this callback.
* @see #minicontrol_create_window
* @see #minicontrol_viewer_event_e
@@ -54,9 +54,9 @@ typedef void (*minicontrol_event_cb)(minicontrol_viewer_event_e event_type, bund
* @brief Creates a window for minicontrol.
* @since_tizen 2.4
* @param[in] name Name of minicontrol socket window
- * @param[in] target_viewer Target viewer for minicontrol. You can select multiple viewers by using bitwise OR operator.
- * @param[in] callback a callback function for events originated by minicontrol viewer.
- * @return Evas object of socket window. @c NULL failed to create, get_last_result() will returns reason of failure.
+ * @param[in] target_viewer Target viewer for minicontrol. You can select multiple viewers by using bitwise OR operator
+ * @param[in] callback A callback function for events originated by minicontrol viewer
+ * @return Evas object of socket window. @c NULL failed to create, get_last_result() will return reason of failure
* @see #minicontrol_target_viewer_e
* @see #minicontrol_event_cb
*/
@@ -66,7 +66,7 @@ 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] mincontrol minicontrol window
+ * @param[in] minicontrol Minicontrol window
* @param[in] event Type of the event
* @param[in] event_arg Bundle argument of the event
* @return #MINICONTROL_ERROR_NONE on success,