Skip to main content

qmi_message_dms_validate_service_programming_code_response_parse

Function qmi_message_dms_validate_service_programming_code_response_parse 

Source
pub unsafe extern "C" fn qmi_message_dms_validate_service_programming_code_response_parse(
    message: *mut QmiMessage,
    error: *mut *mut GError,
) -> *mut QmiMessageDmsValidateServiceProgrammingCodeOutput
Expand description

Parses a QmiMessage and builds a QmiMessageDmsValidateServiceProgrammingCodeOutput out of it.
The operation fails if the message is of the wrong type.

message: a QmiMessage.
error: return location for error or NULL.

Returns: a QmiMessageDmsValidateServiceProgrammingCodeOutput, or NULL if error is set. The returned value should be freed with qmi_message_dms_validate_service_programming_code_output_unref().

Since: 1.34