Description Usage Arguments Details Value Author(s)
Retrieves the next GSocketAddress
from enumerator
. Note that this
may block for some amount of time. (Eg, a GNetworkAddress
may need
to do a DNS lookup before it can return an address.) Use
gSocketAddressEnumeratorNextAsync
if you need to avoid
blocking.
1 | gSocketAddressEnumeratorNext(object, cancellable = NULL, .errwarn = TRUE)
|
|
a |
|
optional |
.errwarn |
Whether to issue a warning on error or fail silently |
If enumerator
is expected to yield addresses, but for some reason
is unable to (eg, because of a DNS error), then the first call to
gSocketAddressEnumeratorNext
will return an appropriate error
in *error
. However, if the first call to
gSocketAddressEnumeratorNext
succeeds, then any further
internal errors (other than cancellable
being triggered) will be
ignored.
A list containing the following elements:
retval |
[ |
|
a |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.