data_control_map_add_response_cb typedef

data_control_map_add_response_cb = Pointer<NativeFunction<data_control_map_add_response_cbFunction>>

@brief Called when the response is received for an add operation from the key-value structured data control provider. @since_tizen 2.3

@paramin request_id The request ID that identifies the data control @paramin provider The provider handle. @a provider is valid only inside this function \n @a provider should not be destroyed. @paramin provider_result Set to @c true if the data control provider successfully processed, \n otherwise set to @c false @paramin error The error message from the data control provider @paramin user_data The user data passed from the register function

Implementation

typedef data_control_map_add_response_cb
    = ffi.Pointer<ffi.NativeFunction<data_control_map_add_response_cbFunction>>;