Gio.NetworkMonitor.prototype.can_reach_finish
function can_reach_finish(result: Gio.AsyncResult): Boolean {
// Gjs wrapper for g_network_monitor_can_reach_finish()
}
Finishes an async network connectivity test. See Gio.NetworkMonitor.prototype.can_reach_async.
- result
- Returns
true if network is reachable, false if not.