summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f <grawity@web>2016-01-22 07:51:50 +0000
committerGravatar admin <admin@branchable.com>2016-01-22 07:51:50 +0000
commita16bce5700e694bc3128d3e9d69a536a8a6a8625 (patch)
treefbd51ff3e6b7f85f726e9478a0bf773ee31dbeba /doc
parent69f6dea7337aac4de676d77eb977fb788770cb4a (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Volume_monitor_in_GNOME_3.18.mdwn114
1 files changed, 114 insertions, 0 deletions
diff --git a/doc/bugs/Volume_monitor_in_GNOME_3.18.mdwn b/doc/bugs/Volume_monitor_in_GNOME_3.18.mdwn
index 0f04b5bff..c9e013ac1 100644
--- a/doc/bugs/Volume_monitor_in_GNOME_3.18.mdwn
+++ b/doc/bugs/Volume_monitor_in_GNOME_3.18.mdwn
@@ -16,6 +16,120 @@ gvfs 1.26.2-1
### Please provide any additional information below.
+These signals are emitted:
+
+[[!format text """
+$ dbus-monitor --session type=signal,interface=org.gtk.Private.RemoteVolumeMonitor
+signal time=1453449067.715263 sender=org.freedesktop.DBus -> destination=:1.2844 serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameAcquired
+ string ":1.2844"
+signal time=1453449067.715289 sender=org.freedesktop.DBus -> destination=:1.2844 serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
+ string ":1.2844"
+signal time=1453449073.934812 sender=:1.25 -> destination=(null destination) serial=2250 path=/org/gtk/Private/RemoteVolumeMonitor; interface=org.gtk.Private.RemoteVolumeMonitor; member=DriveChanged
+ string "org.gtk.vfs.UDisks2VolumeMonitor"
+ string "0x7f3964030200"
+ struct {
+ string "0x7f3964030200"
+ string "PQI Traveling Disk"
+ string ". GThemedIcon media-removable media"
+ string ". GThemedIcon media-removable-symbolic media-symbolic media-removable media"
+ boolean true
+ boolean false
+ boolean true
+ boolean false
+ boolean true
+ boolean false
+ boolean false
+ boolean true
+ uint32 1
+ array [
+ string "0x7f396402a4a0"
+ ]
+ array [
+ dict entry(
+ string "unix-device"
+ string "/dev/sdb"
+ )
+ dict entry(
+ string "unix-device"
+ string "/dev/sdb"
+ )
+ ]
+ string "01hotplug/1453449073832061"
+ array [
+ ]
+ }
+signal time=1453449073.936504 sender=:1.25 -> destination=(null destination) serial=2251 path=/org/gtk/Private/RemoteVolumeMonitor; interface=org.gtk.Private.RemoteVolumeMonitor; member=DriveConnected
+ string "org.gtk.vfs.UDisks2VolumeMonitor"
+ string "0x7f3964030200"
+ struct {
+ string "0x7f3964030200"
+ string "PQI Traveling Disk"
+ string ". GThemedIcon media-removable media"
+ string ". GThemedIcon media-removable-symbolic media-symbolic media-removable media"
+ boolean true
+ boolean false
+ boolean true
+ boolean false
+ boolean true
+ boolean false
+ boolean false
+ boolean true
+ uint32 1
+ array [
+ string "0x7f396402a4a0"
+ ]
+ array [
+ dict entry(
+ string "unix-device"
+ string "/dev/sdb"
+ )
+ dict entry(
+ string "unix-device"
+ string "/dev/sdb"
+ )
+ ]
+ string "01hotplug/1453449073832061"
+ array [
+ ]
+ }
+signal time=1453449073.936588 sender=:1.25 -> destination=(null destination) serial=2252 path=/org/gtk/Private/RemoteVolumeMonitor; interface=org.gtk.Private.RemoteVolumeMonitor; member=VolumeAdded
+ string "org.gtk.vfs.UDisks2VolumeMonitor"
+ string "0x7f396402a4a0"
+ struct {
+ string "0x7f396402a4a0"
+ string "A0D8-7268"
+ string ". GThemedIcon drive-harddisk-usb drive-harddisk drive"
+ string ". GThemedIcon drive-harddisk-usb-symbolic drive-harddisk-symbolic drive-symbolic drive-harddisk-usb drive-harddisk drive"
+ string ""
+ string ""
+ boolean true
+ boolean true
+ string "0x7f3964030200"
+ string ""
+ array [
+ dict entry(
+ string "class"
+ string "device"
+ )
+ dict entry(
+ string "unix-device"
+ string "/dev/sdb1"
+ )
+ dict entry(
+ string "label"
+ string "A0D8-7268"
+ )
+ dict entry(
+ string "uuid"
+ string "A0D8-7268"
+ )
+ ]
+ string "gvfs.time_detected_usec.1453449073934542"
+ array [
+ ]
+ }
+"""]]
+
The DBus interface looks like this:
[[!format text """