[vlc-commits] dbus: Implement the MPRIS v2.1, as published on http://www.mpris.org
Mirsal Ennaime
git at videolan.org
Mon May 16 22:58:50 CEST 2011
vlc | branch: master | Mirsal Ennaime <mirsal.ennaime at gmail.com> | Wed Aug 4 15:23:34 2010 +0200| [1857cab238c283795ac40707f2200f9484da92e4] | committer: Mirsal Ennaime
dbus: Implement the MPRIS v2.1, as published on http://www.mpris.org
WARNING: These changes are backwards incompatible.
Please refer to the mpris project for documentation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1857cab238c283795ac40707f2200f9484da92e4
---
modules/control/dbus/dbus.c | 347 +++++++++----
modules/control/dbus/dbus.h | 13 +-
modules/control/dbus/dbus_common.h | 22 +-
modules/control/dbus/dbus_introspect.h | 139 +++++
modules/control/dbus/dbus_player.c | 958 ++++++++++++++++++++++++--------
modules/control/dbus/dbus_player.h | 51 ++-
modules/control/dbus/dbus_root.c | 236 ++++++--
modules/control/dbus/dbus_root.h | 41 ++-
modules/control/dbus/dbus_tracklist.c | 60 +--
modules/control/dbus/dbus_tracklist.h | 4 +-
10 files changed, 1402 insertions(+), 469 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1857cab238c283795ac40707f2200f9484da92e4
More information about the vlc-commits
mailing list