Struct gio_2_0_sys::GProxyInterface [] [src]

#[repr(C)]
pub struct GProxyInterface { pub g_iface: GTypeInterface, pub connect: Option<extern "C" fn(_: *mut GProxy, _: *mut GIOStream, _: *mut GProxyAddress, _: *mut GCancellable, _: *mut *mut GError) -> *mut GIOStream>, pub connect_async: Option<extern "C" fn(_: *mut GProxy, _: *mut GIOStream, _: *mut GProxyAddress, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub connect_finish: Option<extern "C" fn(_: *mut GProxy, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut GIOStream>, pub supports_hostname: Option<extern "C" fn(_: *mut GProxy) -> gboolean>, }

Fields