Method
GckEnumeratornext_async
Declaration [src]
void
gck_enumerator_next_async (
  GckEnumerator* self,
  gint max_objects,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Get the next set of objects from the enumerator. This operation completes
asynchronously.The maximum number of objects can be specified with
max_objects. If -1 is specified, then all the remaining objects will be enumerated.
This method completes asynchronously. Use gck_enumerator_next_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
- max_objects
- 
            Type: gintThe maximum number of objects to get. 
- cancellable
- 
            Type: GCancellableA GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackCalled when the result is ready. The argument can be NULL.
- user_data
- 
            Type: gpointerData to pass to the callback. The argument can be NULL.The data is owned by the caller of the method.