public
Description: This C library wraps the low level dbus C API to provide a more straight forward way to remote-control media players that implement the mpris.
Homepage: http://www.ohloh.net/p/12578
Clone URL: git://github.com/salinasv/libmpris.git
README
Codestyle:
We are suppoused to follow K&R codestyle

* We use <tab> as indentation character, please, do not use spaces.
  The code uses vim's ts=4 sw=4 noexpandtab
* Functions doesn't have space between the function name and '('.
* 'if' statement uses one single line for itself.