GNetworkMonitorInterface

The virtual function table for #GNetworkMonitor.

Members

Variables

canReach
bool function(GNetworkMonitor* monitor, GSocketConnectable* connectable, GCancellable* cancellable, GError** _err) canReach;

the virtual function pointer for gio.network_monitor.NetworkMonitor.canReach

canReachAsync
void function(GNetworkMonitor* monitor, GSocketConnectable* connectable, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) canReachAsync;

the virtual function pointer for gio.network_monitor.NetworkMonitor.canReachAsync

canReachFinish
bool function(GNetworkMonitor* monitor, GAsyncResult* result, GError** _err) canReachFinish;

the virtual function pointer for gio.network_monitor.NetworkMonitor.canReachFinish

gIface
GTypeInterface gIface;

The parent interface.

networkChanged
void function(GNetworkMonitor* monitor, bool networkAvailable) networkChanged;

the virtual function pointer for the GNetworkMonitor::network-changed signal.