frida_sysType Alias GProxyInterface
source pub type GProxyInterface = _GProxyInterface;
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>,
}