summaryrefslogtreecommitdiffstats
path: root/src/modules/dbus/iface-stream.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò2009-11-211-50/+50
| | | | | Without this change, on FreeBSD you'll be bothered by tons of warnings about overshadowing signal(2).
* dbus: Change IsMuted property names to Mute.Tanu Kaskinen2009-08-311-19/+19
|
* dbus: Do message argument type checking early, centrally.Tanu Kaskinen2009-08-301-19/+14
|
* dbusiface-stream: Only send stream event signals from the right D-Bus objects.Tanu Kaskinen2009-08-261-0/+6
|
* dbusiface-stream: Finish the Stream D-Bus interface.Tanu Kaskinen2009-08-171-80/+498
|
* dbusiface-stream: Implement about a half of the Stream D-Bus interface.Tanu Kaskinen2009-08-161-0/+383
|
* dbus: Three entangled changes:Tanu Kaskinen2009-08-091-6/+7
| | | | | | | | | | * Make the dbus object constructors take a pa_dbusiface_core pointer as an argument. Remove the path_prefix argument. * Expose the core object path as a constant in protocol-dbus.h. * Move the core interface name constant from iface-core.h to protocol-dbus.h.
* Add the forgotten src/modules/dbus directory to git.Tanu Kaskinen2009-07-211-0/+91