*
* @return 0 if successfully, otherwise return -1;
*/
-EXAPI int isf_control_set_active_ise_by_uuid (const char *uuid);
+int isf_control_set_active_ise_by_uuid (const char *uuid);
/**
* @deprecated Deprecated since tizen 2.4. [Use isf_control_get_active_ime() instead]
*
* @return the length of UUID if successfully, otherwise return -1
*/
-EXAPI int isf_control_get_active_ise (char **uuid);
+int isf_control_get_active_ise (char **uuid);
/**
* @brief Get the list of all ISEs' UUID.
*
* @return the count of UUID list if successfully, otherwise return -1;
*/
-EXAPI int isf_control_get_ise_list (char ***uuid_list);
+int isf_control_get_ise_list (char ***uuid_list);
/**
* @brief Get ISE's information according to ISE's UUID.
*
* @return 0 if successfully, otherwise return -1
*/
-EXAPI int isf_control_get_ise_info (const char *uuid, char **name, char **language, ISE_TYPE_T *type, int *option);
+int isf_control_get_ise_info (const char *uuid, char **name, char **language, ISE_TYPE_T *type, int *option);
/**
* @brief Get ISE's information according to ISE's UUID.
*
* @return 0 if successfully, otherwise return -1
*/
-EXAPI int isf_control_get_ise_info_and_module_name (const char *uuid, char **name, char **language, ISE_TYPE_T *type, int *option, char **module_name);
+int isf_control_get_ise_info_and_module_name (const char *uuid, char **name, char **language, ISE_TYPE_T *type, int *option, char **module_name);
/**
* @brief Set active ISE to default ISE.
*
* @return 0 if successfully, otherwise return -1
*/
-EXAPI int isf_control_set_active_ise_to_default (void);
+int isf_control_set_active_ise_to_default (void);
/**
* @brief Reset all ISEs' options.
*
* @return 0 if successfully, otherwise return -1;
*/
-EXAPI int isf_control_reset_ise_option (void);
+int isf_control_reset_ise_option (void);
/**
* @brief Set initial ISE by UUID.
*
* @return 0 if successfully, otherwise return -1
*/
-EXAPI int isf_control_set_initial_ise_by_uuid (const char *uuid);
+int isf_control_set_initial_ise_by_uuid (const char *uuid);
/**
* @brief Get initial ISE UUID.
*
* @return the length of UUID if successfully, otherwise return -1;
*/
-EXAPI int isf_control_get_initial_ise (char **uuid);
+int isf_control_get_initial_ise (char **uuid);
/**
* @deprecated Deprecated since tizen 2.4. [Use isf_control_show_ime_selector() instead]
*
* @return 0 if successfully, otherwise return -1;
*/
-EXAPI int isf_control_show_ise_selector (void);
+int isf_control_show_ise_selector (void);
/**
* @brief Get the number of S/W or H/W keyboard ISEs
*
* @return the count of ISEs if successfully, otherwise return -1;
*/
-EXAPI int isf_control_get_ise_count (ISE_TYPE_T type);
+int isf_control_get_ise_count (ISE_TYPE_T type);
/**
* @deprecated Deprecated since tizen 2.4. [Use isf_control_open_ime_option_window() instead]
*
* @return 0 if successfully, otherwise return -1
*/
-EXAPI int isf_control_show_ise_option_window (void);
+int isf_control_show_ise_option_window (void);
/**
* @brief Gets the information of all IME (on-screen keyboard).
}
* @endcode
*/
-EXAPI int isf_control_get_all_ime_info (ime_info_s **info);
+int isf_control_get_all_ime_info (ime_info_s **info);
/**
* @brief Requests to open the current IME's option window.
*
* @pre The availibility of IME option can be found using isf_control_get_all_ime_info() and isf_control_get_active_ime() functions.
*/
-EXAPI int isf_control_open_ime_option_window (void);
+int isf_control_open_ime_option_window (void);
/**
* @brief Requests to resume the current IME's option window.
*
* @pre The availibility of IME option can be found using isf_control_get_all_ime_info() and isf_control_get_active_ime() functions.
*/
-EXAPI int isf_control_resume_ime_option_window (void);
+int isf_control_resume_ime_option_window (void);
/**
* @brief Gets active IME's Application ID.
*
* @return The length of @a appid on success, otherwise -1
*/
-EXAPI int isf_control_get_active_ime (char **appid);
+int isf_control_get_active_ime (char **appid);
/**
* @brief Sets active IME by Application ID.
*
* @return 0 on success, otherwise return -1
*/
-EXAPI int isf_control_set_active_ime (const char *appid);
+int isf_control_set_active_ime (const char *appid);
/**
* @brief Sets On/Off of installed IME by Application ID.
*
* @return 0 on success, otherwise return -1
*/
-EXAPI int isf_control_set_enable_ime (const char *appid, bool is_enabled);
+int isf_control_set_enable_ime (const char *appid, bool is_enabled);
/**
* @brief Requests to open the installed IME list application.
*
* @return 0 on success, otherwise return -1
*/
-EXAPI int isf_control_show_ime_list (void);
+int isf_control_show_ime_list (void);
/**
* @brief Requests to open the IME selector application.
*
* @return 0 on success, otherwise return -1
*/
-EXAPI int isf_control_show_ime_selector (void);
+int isf_control_show_ime_selector (void);
/**
* @brief Checks if the specific IME is enabled or disabled in the system keyboard setting.
*
* @return 0 on success, otherwise return -1
*/
-EXAPI int isf_control_is_ime_enabled (const char *appid, bool *enabled);
+int isf_control_is_ime_enabled (const char *appid, bool *enabled);
/**
* @brief Get the recent geometry of S/W keyboard
*
* @return 0 if successfully, otherwise return -1;
*/
-EXAPI int isf_control_get_recent_ime_geometry (int *x, int *y, int *w, int *h);
+int isf_control_get_recent_ime_geometry (int *x, int *y, int *w, int *h);
/**
* @brief Get the recent geometry of S/W keyboard with the rotation mode
*
* @return 0 if successfully, otherwise return -1;
*/
-EXAPI int isf_control_get_recent_ime_geometry_with_rotation_angle (int angle, int *x, int *y, int *w, int *h);
+int isf_control_get_recent_ime_geometry_with_rotation_angle (int angle, int *x, int *y, int *w, int *h);
/**
* @brief Requests to hide the input panel.
*
* @return 0 on success, otherwise return -1
*/
-EXAPI int isf_control_hide_ime (void);
+int isf_control_hide_ime (void);
#ifdef __cplusplus
}
*
* @see remote_control_disconnect()
*/
-EXAPI remote_control_client * remote_control_connect(void);
+remote_control_client * remote_control_connect(void);
/**
* @brief Destroys a remote control client.
*
* @see remote_control_connect()
*/
-EXAPI int remote_control_disconnect(remote_control_client *client);
+int remote_control_disconnect(remote_control_client *client);
/**
* @brief Called when an associated text field has focus.
* @see remote_control_focus_in_cb()
* @see remote_control_focus_in_callback_unset()
*/
-EXAPI int remote_control_focus_in_callback_set(remote_control_client *client, remote_control_focus_in_cb func, void *user_data);
+int remote_control_focus_in_callback_set(remote_control_client *client, remote_control_focus_in_cb func, void *user_data);
/**
* @brief Remove a remote_control_focus_in_cb() callback function.
* @see remote_control_focus_in_cb()
* @see remote_control_focus_in_callback_set()
*/
-EXAPI int remote_control_focus_in_callback_unset(remote_control_client *client);
+int remote_control_focus_in_callback_unset(remote_control_client *client);
/**
* @brief Called when an associated text field loses focus.
* @see remote_control_focus_out_cb()
* @see remote_control_focus_out_callback_unset()
*/
-EXAPI int remote_control_focus_out_callback_set(remote_control_client *client, remote_control_focus_out_cb func , void *user_data);
+int remote_control_focus_out_callback_set(remote_control_client *client, remote_control_focus_out_cb func , void *user_data);
/**
* @brief Remove a remote_control_focus_out_cb() callback function.
* @see remote_control_focus_out_cb()
* @see remote_control_focus_out_callback_set()
*/
-EXAPI int remote_control_focus_out_callback_unset(remote_control_client *client);
+int remote_control_focus_out_callback_unset(remote_control_client *client);
/**
* @brief Called when an associated text field requests the input panel to set its attributes.
* @see remote_control_entry_metadata_cb()
* @see remote_control_entry_metadata_callback_unset()
*/
-EXAPI int remote_control_entry_metadata_callback_set(remote_control_client *client, remote_control_entry_metadata_cb func, void *user_data);
+int remote_control_entry_metadata_callback_set(remote_control_client *client, remote_control_entry_metadata_cb func, void *user_data);
/**
* @brief Remove a remote_control_entry_metadata_cb() callback function.
* @see remote_control_entry_metadata_cb()
* @see remote_control_entry_metadata_callback_set()
*/
-EXAPI int remote_control_entry_metadata_callback_unset(remote_control_client *client);
+int remote_control_entry_metadata_callback_unset(remote_control_client *client);
/**
* @brief Called when an associated text field responds to a request with the surrounding text.
* @see remote_control_text_updated_cb()
* @see remote_control_text_updated_callback_unset()
*/
-EXAPI int remote_control_text_updated_callback_set(remote_control_client *client, remote_control_text_updated_cb func, void *user_data);
+int remote_control_text_updated_callback_set(remote_control_client *client, remote_control_text_updated_cb func, void *user_data);
/**
* @brief Remove a remote_control_text_updated_cb() callback function.
* @see remote_control_text_updated_cb()
* @see remote_control_text_updated_callback_set()
*/
-EXAPI int remote_control_text_updated_callback_unset(remote_control_client *client);
+int remote_control_text_updated_callback_unset(remote_control_client *client);
/**
* @brief Called when the input resource is changed.
* @see remote_control_input_resource_changed_cb()
* @see remote_control_input_resource_changed_callback_unset()
*/
-EXAPI int remote_control_input_resource_changed_callback_set(remote_control_client *client, remote_control_input_resource_changed_cb func , void *user_data);
+int remote_control_input_resource_changed_callback_set(remote_control_client *client, remote_control_input_resource_changed_cb func , void *user_data);
/**
* @brief Remove a remote_control_input_resource_changed_cb() callback function.
* @see remote_control_input_resource_changed_cb()
* @see remote_control_input_resource_changed_callback_set()
*/
-EXAPI int remote_control_input_resource_changed_callback_unset(remote_control_client *client);
+int remote_control_input_resource_changed_callback_unset(remote_control_client *client);
/**
* @brief Sends the key event to the associated text field.
*
* @see remote_control_key_type_e
*/
-EXAPI int remote_control_send_key_event(remote_control_client *client, remote_control_key_type_e key);
+int remote_control_send_key_event(remote_control_client *client, remote_control_key_type_e key);
/**
* @brief Sends the text to the associated text field.
*
* @see remote_control_update_preedit_string()
*/
-EXAPI int remote_control_send_commit_string(remote_control_client *client, const char *text);
+int remote_control_send_commit_string(remote_control_client *client, const char *text);
/**
* @brief Updates a new preedit string to the associated text field.
*
* @see remote_control_send_commit_string()
*/
-EXAPI int remote_control_update_preedit_string(remote_control_client *client, const char *text, Eina_List *attrs, int cursor_pos);
+int remote_control_update_preedit_string(remote_control_client *client, const char *text, Eina_List *attrs, int cursor_pos);
/**
* @brief Requests to delete surrounding text.
* @retval #REMOTE_CONTROL_REPLY_TIMEOUT Reply timeout
* @retval #REMOTE_CONTROL_CONNECTION_LOST Connection to server lost
*/
-EXAPI int remote_control_delete_surrounding_text(remote_control_client *client, int offset, int len);
+int remote_control_delete_surrounding_text(remote_control_client *client, int offset, int len);
#ifdef __cplusplus
}
#endif /* __cplusplus */
-#endif
\ No newline at end of file
+#endif