soup_sys

Function soup_xmlrpc_message_new

Source
pub unsafe extern "C" fn soup_xmlrpc_message_new(
    uri: *const c_char,
    method_name: *const c_char,
    params: *mut GVariant,
    error: *mut *mut GError,
) -> *mut SoupMessage
Available on crate feature v2_52 only.