summaryrefslogtreecommitdiff
path: root/dbus.txt
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 10:37:59 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 10:37:59 +0000
commit3eb2c102c1d95a7cd205267754a38799792a66c2 (patch)
tree20295aa5604b5de82ad167607d842d9083bbfccf /dbus.txt
parent31d8952c4e4e97018537902993889dcd5299c991 (diff)
downloadgvfs-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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus.txt b/dbus.txt
index c6c7a7e1..7b65d575 100644
--- a/dbus.txt
+++ b/dbus.txt
@@ -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