http://bugs.winehq.org/show_bug.cgi?id=21713
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|wine-bugs@winehq.org |wine.dev@web.de
--- Comment #5 from Detlef Riekenberg wine.dev@web.de 2011-06-28 17:16:48 CDT --- Created an attachment (id=35347) --> (http://bugs.winehq.org/attachment.cgi?id=35347) demo app to dump and monitor udisks devices
compile with: gcc demo_dbus.c `pkg-config --cflags --libs dbus-1` -Wall -o demo_dbus
options: --verbose dump all fields of the request and the result message --GetAll use method "GetAll" to fetch all device properties at once
examples for dbus-send: dbus-send --system --print-reply --dest=org.freedesktop.UDisks /org/freedesktop/UDisks org.freedesktop.Udisks.EnumerateDevices
dbus-send --system --print-reply --dest=org.freedesktop.UDisks /org/freedesktop/UDisks/devices/sda1 org.freedesktop.DBus.Properties.GetAll string:org.freedesktop.UDisks.Device