find_handles_async


Description:

public async ulong[]? find_handles_async (Attributes match, Cancellable? cancellable) throws Error

Find the objects matching the passed attributes.

This call will return immediately and complete asynchronously.

If match is a floating reference, it is consumed.

Parameters:

this

the session to find objects on

match

the attributes to match against the objects

cancellable

optional cancellation object or null

callback

called when the operation completes

user_data

data to pass to the callback