Results 1 to 1 of 1
I'm a newbie with dbus programming.
Can someone help me with translating this code from python to c
bus = dbus.SystemBus()
obj = bus.get_object("com.hentenaar.Dinovo.MediaPad", "/com/hentenaar/Dinovo/MediaPad")
intf = dbus.Interface(obj, "com.hentenaar.Dinovo.MediaPad")
Kind ...
- 07-01-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 1
DBUS Programming
I'm a newbie with dbus programming.
Can someone help me with translating this code from python to c
bus = dbus.SystemBus()
obj = bus.get_object("com.hentenaar.Dinovo.MediaPad", "/com/hentenaar/Dinovo/MediaPad")
intf = dbus.Interface(obj, "com.hentenaar.Dinovo.MediaPad")
Kind regards
Redman


Reply With Quote