Gio.Mount.prototype.get_default_location
function get_default_location(): Gio.File {
// Gjs wrapper for g_mount_get_default_location()
}
Gets the default location of mount. The default location of the given mount is a path that reflects the main entry point for the user (e.g. the home directory, or the root of the volume).
- Returns
a Gio.File. The returned object should be unreffed with GObject.Object.prototype.unref when no longer needed.