Gck.Session.prototype.find_handles_async

function find_handles_async(match: Gck.Attributes, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void {
    // Gjs wrapper for gck_session_find_handles_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 against the objects

cancellable

optional cancellation object or null

callback

called when the operation completes