Package ch.bailu.gtk.gio
Interface NetworkMonitorInterface.OnCanReach
- 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 TypeMethodDescriptionbooleanonCanReach(CallbackHandler __self, NetworkMonitor monitor, SocketConnectable connectable, Cancellable cancellable)
-
Method Details
-
onCanReach
boolean onCanReach(CallbackHandler __self, @Nonnull NetworkMonitor monitor, @Nonnull SocketConnectable connectable, @Nullable Cancellable cancellable) - Parameters:
monitor- a #GNetworkMonitorconnectable- a #GSocketConnectablecancellable- a #GCancellable, or %NULL- Returns:
- %TRUE if @connectable is reachable, %FALSE if not.
-