Virtual Method
GioSocketAddressEnumeratornext_async
Declaration [src]
void
next_async (
GSocketAddressEnumerator* enumerator,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Asynchronously retrieves the next GSocketAddress
from enumerator
and then calls callback
, which must call
g_socket_address_enumerator_next_finish()
to get the result.
It is an error to call this multiple times before the previous callback has finished.
Parameters
cancellable
-
Type:
GCancellable
Optional
GCancellable
object,NULL
to ignore.The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
A
GAsyncReadyCallback
to call when the request is satisfied. user_data
-
Type:
gpointer
The data to pass to callback function.
The argument can be NULL
.The data is owned by the caller of the method.