diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 10:37:59 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 10:37:59 +0000 |
commit | 3eb2c102c1d95a7cd205267754a38799792a66c2 (patch) | |
tree | 20295aa5604b5de82ad167607d842d9083bbfccf /dbus.txt | |
parent | 31d8952c4e4e97018537902993889dcd5299c991 (diff) | |
download | gvfs-3eb2c102c1d95a7cd205267754a38799792a66c2.tar.gz |
New model to handle uris. All uri -> dbus mapping is done client side.
The mappings will be specified in a config file the client reads
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1165844556 +0100
svn path=/trunk/; revision=222
Diffstat (limited to 'dbus.txt')
-rw-r--r-- | dbus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ GetNameOwner - gets the owners name All info for mapping uri -> dbus name + remainder path is stored in config files read by the client at startup. Each "mountpoint" in a mountpoint daemon owns a name like "org.gtk.vfs.mount.smb.$server.$share". -It also instantiates a Mountpoint interface at /org/gtk/vfs/mountpoint/smb.$server.$share which +It also instantiates a Mountpoint interface at /org/gtk/vfs/mount/smb.$server.$share which listens to operations. Each daemon that contains at least one mountpoint also registers a org.gtk.vfs.Daemon interface |