gResolverLookupByNameFinish {RGtk2} | R Documentation |
Retrieves the result of a call to
gResolverLookupByNameAsync
.
gResolverLookupByNameFinish(object, result, .errwarn = TRUE)
|
|
|
the result passed to your |
.errwarn |
Whether to issue a warning on error or fail silently |
If the DNS resolution failed, error
(if non-NULL
) will be set to
a value from
GResolverError. If the operation was cancelled,
error
will be set to G_IO_ERROR_CANCELLED
.
Since 2.22
A list containing the following elements:
retval |
[list] a listof GInetAddress , or NULL on error. See
gResolverLookupByName for more details. |
|
return location for a |
Derived by RGtkGen from GTK+ documentation