Gck.Session.prototype.enumerate_objects
function enumerate_objects(match: Gck.Attributes): Gck.Enumerator { // Gjs wrapper for gck_session_enumerate_objects() }
Setup an enumerator for listing matching objects available via this session.
If the match Gck.Attributes is floating, it is consumed.
This call will not block but will return an enumerator immediately.
- match
attributes that the objects must match, or empty for all objects
- Returns
a new enumerator