Searched defs:bus (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/dbus/
H A Dpytester.py243 # Setup bus connection, create documents.
246 # Connect to bus
247 bus = dbus.SessionBus() variable
250 inkdoc1 = bus.get_object('org.inkscape', '/org/inkscape/desktop_0')
254 inkapp = bus.get_object('org.inkscape',
257 inkdoc2 = bus.get_object('org.inkscape', desk2)

Completed in 37 milliseconds