diff options
author | Christian Kellner <gicmo@gnome.org> | 2009-10-09 17:07:46 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-11-26 16:28:26 +0100 |
commit | 6ad0cb9175acc635057232fec96d32eaad4e0237 (patch) | |
tree | ad86e457ec7f60c2da98bf837a31b0b7e7a6ec9f /common/gmounttracker.h | |
parent | f2f50e72569406cfd974dcef6f293ebff3378f61 (diff) | |
download | gvfs-6ad0cb9175acc635057232fec96d32eaad4e0237.tar.gz |
Add "default location" support for mounts
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).
Backends can use g_vfs_backend_set_default_location () to set the
default location (before registering the mount).
https://bugzilla.gnome.org/show_bug.cgi?id=561998
Diffstat (limited to 'common/gmounttracker.h')
-rw-r--r-- | common/gmounttracker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gmounttracker.h b/common/gmounttracker.h index efad24a9..4892baaf 100644 --- a/common/gmounttracker.h +++ b/common/gmounttracker.h @@ -50,6 +50,7 @@ typedef struct { gboolean user_visible; char *prefered_filename_encoding; /* NULL -> UTF8 */ char *fuse_mountpoint; + char *default_location; GMountSpec *mount_spec; } GMountInfo; |