Gio.Mount::get_default_location
function vfunc_get_default_location(): Gio.File {
}
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.