* @since_tizen 5.5
* @param[in] error The sticker error code
* @param[in] user_data The user data passed from the foreach function
- * @pre sticker_privider_insert_data_by_json_file() will invoke this callback.
- * @see sticker_privider_insert_data_by_json_file()
+ * @pre sticker_provider_insert_data_by_json_file() will invoke this callback.
+ * @see sticker_provider_insert_data_by_json_file()
*/
typedef void (*sticker_provider_insert_finished_cb)(sticker_error_e error, void *user_data);
}
* @endcode
*/
-int sticker_privider_insert_data_by_json_file(sticker_provider_h provider_handle, const char *json_path, sticker_provider_insert_finished_cb callback, void *user_data);
+int sticker_provider_insert_data_by_json_file(sticker_provider_h provider_handle, const char *json_path, sticker_provider_insert_finished_cb callback, void *user_data);
/**
* @brief Updates a sticker data in the sticker database.
return STICKER_ERROR_NONE;
}
-EXPORT_API int sticker_privider_insert_data_by_json_file(sticker_provider_h provider_handle, const char *json_path, sticker_provider_insert_finished_cb callback, void *user_data)
+EXPORT_API int sticker_provider_insert_data_by_json_file(sticker_provider_h provider_handle, const char *json_path, sticker_provider_insert_finished_cb callback, void *user_data)
{
CHECK_STICKER_FEATURE();