Package ch.bailu.gtk.gio
Interface ResolverClass.OnLookupByAddressFinish
- Enclosing class:
- ResolverClass
- 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 TypeMethodDescriptiononLookupByAddressFinish
(CallbackHandler __self, Resolver resolver, AsyncResult result)
-
Method Details
-
onLookupByAddressFinish
Str onLookupByAddressFinish(CallbackHandler __self, @Nonnull Resolver resolver, @Nonnull AsyncResult result) - Parameters:
resolver
- a #GResolverresult
- the result passed to your #GAsyncReadyCallback- Returns:
- a hostname (either ASCII-only, or in ASCII-encoded form), or %NULL on error.
-