[vlc-commits] commit: Reorganize the dbus control module code (Mirsal Ennaime )

git at videolan.org git at videolan.org
Mon Jul 5 11:35:47 CEST 2010


vlc | branch: master | Mirsal Ennaime <mirsal.ennaime at gmail.com> | Mon Jul  5 09:05:34 2010 +0200| [79a45df7360a2bdab24cd844201152d8ce3451c4] | committer: Jean-Baptiste Kempf 

Reorganize the dbus control module code

 * Split the module source code into several files

Functionality is unchanged, but the result is more maintainable.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79a45df7360a2bdab24cd844201152d8ce3451c4
---

 configure.ac                          |    1 +
 modules/control/Modules.am            |    3 +-
 modules/control/dbus.c                | 1312 ---------------------------------
 modules/control/dbus/Modules.am       |   11 +
 modules/control/dbus/dbus.c           |  554 ++++++++++++++
 modules/control/dbus/dbus.h           |   32 +
 modules/control/dbus/dbus_common.h    |  110 +++
 modules/control/dbus/dbus_player.c    |  482 ++++++++++++
 modules/control/dbus/dbus_player.h    |   62 ++
 modules/control/dbus/dbus_root.c      |  141 ++++
 modules/control/dbus/dbus_root.h      |   49 ++
 modules/control/dbus/dbus_tracklist.c |  346 +++++++++
 modules/control/dbus/dbus_tracklist.h |   48 ++
 13 files changed, 1837 insertions(+), 1314 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=79a45df7360a2bdab24cd844201152d8ce3451c4


More information about the vlc-commits mailing list