summaryrefslogtreecommitdiffstats
path: root/src/modules/dbus/iface-sample.c
Commit message (Collapse)AuthorAgeFilesLines
* volume: Fix incorrect usage of PA_VOLUME_IS_VALIDArun Raghavan2010-10-191-2/+2
| | | | | The commit that introduced this macro was incorrect in some places. This patch fixes these. Thanks to Pierre-Louis Bossart for pointing this out.
* volume: Use a macro to check if a volume is validArun Raghavan2010-10-151-2/+2
| | | | | | | This adds a PA_VOLUME_IS_VALID() macro for checking if a given pa_volume_t is valid. This makes changes to the volume ranges simpler (just change PA_VOLUME_MAX, for example, without needing to modify any other code).
* Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò2009-11-211-8/+8
| | | | | Without this change, on FreeBSD you'll be bothered by tons of warnings about overshadowing signal(2).
* dbus: Do message argument type checking early, centrally.Tanu Kaskinen2009-08-301-16/+8
|
* dbus: Make sure that subscription callbacks don't try to access removed objects.Tanu Kaskinen2009-08-261-1/+3
|
* dbusiface-sample: Implement the Sample D-Bus interface.Tanu Kaskinen2009-08-191-2/+465
|
* dbus: Three entangled changes:Tanu Kaskinen2009-08-091-3/+4
| | | | | | | | | | * 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/+61