Method

GckSessionfind_objects_async

Declaration [src]

void
gck_session_find_objects_async (
  GckSession* self,
  GckAttributes* match,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)

Description [src]

Find the objects matching the passed attributes. This call will return immediately and complete asynchronously.

If the match GckAttributes is floating, it is consumed.

Parameters

match GckAttributes
 

The attributes to match.

 The data is owned by the caller of the function.
cancellable GCancellable*
 

Optional cancellation object or NULL.

 The argument can be NULL.
 The data is owned by the caller of the function.
callback GAsyncReadyCallback
 

Called when the operation completes.

user_data gpointer
 

Data to pass to the callback.