SoupServerCallback

Type Alias SoupServerCallback 

Source
pub type SoupServerCallback = Option<unsafe extern "C" fn(*mut SoupServer, *mut SoupMessage, *const c_char, *mut GHashTable, *mut SoupClientContext, gpointer)>;

Aliased Type§

pub enum SoupServerCallback {
    None,
    Some(unsafe extern "C" fn(*mut SoupServer, *mut SoupMessage, *const i8, *mut GHashTable, *mut SoupClientContext, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut SoupServer, *mut SoupMessage, *const i8, *mut GHashTable, *mut SoupClientContext, *mut c_void))

Some value of type T.