Type Alias GProxyInterface

Source
pub type GProxyInterface = _GProxyInterface;
Expand description

GProxy:

Interface that handles proxy connection and payload.

Since: 2.26

Aliased Type§

#[repr(C)]
pub 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>