Type Alias GNetworkMonitorInterface

Source
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>