Type Alias frida_sys::GProxyInterface

source ·
pub type GProxyInterface = _GProxyInterface;

Aliased Type§

struct GProxyInterface {
    pub g_iface: _GTypeInterface,
    pub connect: Option<unsafe extern "C" fn(_: *mut _GProxy, _: *mut _GIOStream, _: *mut _GProxyAddress, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GIOStream>,
    pub connect_async: Option<unsafe extern "C" fn(_: *mut _GProxy, _: *mut _GIOStream, _: *mut _GProxyAddress, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
    pub connect_finish: Option<unsafe extern "C" fn(_: *mut _GProxy, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GIOStream>,
    pub supports_hostname: Option<unsafe extern "C" fn(_: *mut _GProxy) -> i32>,
}

Fields§

§g_iface: _GTypeInterface§connect: Option<unsafe extern "C" fn(_: *mut _GProxy, _: *mut _GIOStream, _: *mut _GProxyAddress, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GIOStream>§connect_async: Option<unsafe extern "C" fn(_: *mut _GProxy, _: *mut _GIOStream, _: *mut _GProxyAddress, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§connect_finish: Option<unsafe extern "C" fn(_: *mut _GProxy, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GIOStream>§supports_hostname: Option<unsafe extern "C" fn(_: *mut _GProxy) -> i32>