pub type GNetworkMonitorInterface = _GNetworkMonitorInterface;

Aliased Type§

struct GNetworkMonitorInterface {
    pub g_iface: _GTypeInterface,
    pub network_changed: Option<unsafe extern "C" fn(_: *mut _GNetworkMonitor, _: i32)>,
    pub can_reach: Option<unsafe extern "C" fn(_: *mut _GNetworkMonitor, _: *mut _GSocketConnectable, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>,
    pub can_reach_async: Option<unsafe extern "C" fn(_: *mut _GNetworkMonitor, _: *mut _GSocketConnectable, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
    pub can_reach_finish: Option<unsafe extern "C" fn(_: *mut _GNetworkMonitor, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
}

Fields§

§g_iface: _GTypeInterface§network_changed: Option<unsafe extern "C" fn(_: *mut _GNetworkMonitor, _: i32)>§can_reach: Option<unsafe extern "C" fn(_: *mut _GNetworkMonitor, _: *mut _GSocketConnectable, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>§can_reach_async: Option<unsafe extern "C" fn(_: *mut _GNetworkMonitor, _: *mut _GSocketConnectable, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§can_reach_finish: Option<unsafe extern "C" fn(_: *mut _GNetworkMonitor, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>