]> git.sesse.net Git - vlc/commit
Use a private dbus connection in the inhibit and telepathy modules
authorMirsal Ennaime <mirsal@mirsal.fr>
Thu, 11 Aug 2011 09:38:18 +0000 (11:38 +0200)
committerMirsal Ennaime <mirsal@mirsal.fr>
Thu, 11 Aug 2011 11:25:19 +0000 (13:25 +0200)
commitb03ea8da782fda0f10279e30b08678585678adb8
tree96b462d824115b97d9053338dda0572084bf022d
parentf8881c6885e5dcccb5801cc8469e1a77fc41c2e6
Use a private dbus connection in the inhibit and telepathy modules

libdbus has multiple thread-safety issues and using private connections
(ie: not shared with other vlc modules) helps avoiding some of them.
modules/misc/inhibit.c
modules/notify/telepathy.c