ttse_initialize_cb typedef

@brief Called when the engine service user initializes TTS engine. @since_tizen 3.0 @remarks This callback function is mandatory and must be registered using ttse_main(). @return @c 0 on success, otherwise a negative error value @retval #TTSE_ERROR_NONE Successful @retval #TTSE_ERROR_INVALID_PARAMETER Invalid parameter @retval #TTSE_ERROR_INVALID_STATE Already initialized @retval #TTSE_ERROR_OPERATION_FAILED Operation failure @retval #TTSE_ERROR_PERMISSION_DENIED Permission denied @see ttse_deinitialize_cb()

Implementation

typedef ttse_initialize_cb
    = ffi.Pointer<ffi.NativeFunction<ttse_initialize_cbFunction>>;