Gck.modules_enumerate_objects
function modules_enumerate_objects(modules: Array(Gck.Module), attrs: Gck.Attributes, session_options: Gck.SessionOptions): Gck.Enumerator { // Gjs wrapper for gck_modules_enumerate_objects() }
Setup an enumerator for listing matching objects on the modules.
This call will not block but will return an enumerator immediately.
If the attrs Gck.Attributes is floating, it is consumed.
- modules
The modules
- attrs
attributes that the objects must have, or empty for all objects
- session_options
Options from GckSessionOptions
- Returns
A new enumerator, which should be released with g_object_unref().