Package ch.bailu.gtk.gio
Interface NetworkMonitorInterface.OnCanReachFinish
- Enclosing class:
- NetworkMonitorInterface
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onCanReachFinish
(CallbackHandler __self, NetworkMonitor monitor, AsyncResult result)
-
Method Details
-
onCanReachFinish
boolean onCanReachFinish(CallbackHandler __self, @Nonnull NetworkMonitor monitor, @Nonnull AsyncResult result) - Parameters:
monitor
- a #GNetworkMonitorresult
- a #GAsyncResult- Returns:
- %TRUE if network is reachable, %FALSE if not.
-