Gck.Session.prototype.find_handles

function find_handles(match: Gck.Attributes, cancellable: Gio.Cancellable): [return_value: Array(Number(gulong)), n_handles: Number(gulong)] {
    // Gjs wrapper for gck_session_find_handles()
}
  

Find the objects matching the passed attributes. This call may block for an indefinite period.

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

match

the attributes to match against objects

cancellable

optional cancellation object or null

return_value

a list of the matching objects, which may be empty

n_handles

location to return number of handles