]> git.sesse.net Git - vlc/commit
dbus: add option --dbus-unique-service-id (default: false)
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 6 Apr 2010 09:19:37 +0000 (11:19 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 15 Jun 2010 09:34:36 +0000 (11:34 +0200)
commit61b3abff8ab709fad647c42f724136208497ccdc
tree0d8784a3b6af348f9145144b21975f91bbb5868c
parentc35e504a57cead20266b1c37b137a3ad98c3d1cd
dbus: add option --dbus-unique-service-id (default: false)

The option --dbus-unique-service-id provides a unique name to identify a VLC instance on the DBUS session bus.
Each vlc instance will uses the following naming scheme on the dbus bus: org.mpris.vlc-<pid>, where <pid> is the PID of the vlc process.
modules/control/dbus.c