Gck.Session.prototype.find_handles_finish
function find_handles_finish(result: Gio.AsyncResult): [return_value: Array(Number(gulong)), n_handles: Number(gulong)] {
// Gjs wrapper for gck_session_find_handles_finish()
}
Get the result of a find handles operation.
- result
the asynchronous result
- return_value
an array of handles that matched, which may be empty, or null on failure
- n_handles
location to store number of handles returned