Gck.modules_enumerate_uri
function modules_enumerate_uri(modules: Array(Gck.Module), uri: String, session_options: Gck.SessionOptions): Gck.Enumerator { // Gjs wrapper for gck_modules_enumerate_uri() }
Enumerate objects that match a URI.
This call will not block. Use the Gck.Enumerator functions in order to get at the actual objects that match.
- modules
The modules
- uri
The URI that the enumerator will match
- session_options
Options from GckSessionOptions
- Returns
A new Gck.Enumerator, or null if an error occurs.