Gck.Session.prototype.find_objects_async

function find_objects_async(match: Gck.Attributes, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void {
    // Gjs wrapper for gck_session_find_objects_async()
}
  

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

If the match Gck.Attributes is floating, it is consumed.

match

The attributes to match.

cancellable

Optional cancellation object or NULL.

callback

Called when the operation completes.