Gck.Module.prototype.get_path
function get_path(): String { // Gjs wrapper for gck_module_get_path() }
Get the file path of this module. This may not be an absolute path, and usually reflects the path passed to Gck.Module.initialize.
- Returns
The path, do not modify or free this value.