The tizen_core_channel_receive_cb() is defined in the tizen_core.h header.
Change-Id: I7a4ebecdc1bf1ef0d273ba3cf4e0b1cf5b763840
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
*/
typedef void *tizen_core_channel_object_h;
-/**
- * @brief Called when the channel object is received.
- * @since_tizen 9.0
- * @remarks The @a object must not be deallocated by the application.
- *
- * @param[in] object The tizen core channel object handle
- * @param[in] user_data The user data passed from the registration function
- * @see tizen_core_add_channel()
- */
-typedef void (*tizen_core_channel_receive_cb)(
- tizen_core_channel_object_h object, void *user_data);
-
/**
* @brief Makes a pair of channel sender and receiver.
* @since_tizen 9.0