summaryrefslogtreecommitdiffstats
path: root/src/modules/dbus/iface-core.c
Commit message (Expand)AuthorAgeFilesLines
* dbus: Do not refcnt the core.Colin Guthrie2011-03-251-2/+1
* volume: Use a macro to check if a volume is validArun Raghavan2010-10-151-1/+1
* dbusiface-core: Track sinks and sources using synchronous hooks instead of as...Tanu Kaskinen2010-08-101-120/+130
* Rename all the signal parameters and variables to something more explicit.Diego Elio 'Flameeyes' Pettenò2009-11-211-136/+136
* dbusiface-core: Add signals FallbackSinkUnset and FallbackSourceUnset.Tanu Kaskinen2009-08-311-0/+20
* dbus: Do message argument type checking early, centrally.Tanu Kaskinen2009-08-301-159/+88
* dbus: Make sure that subscription callbacks don't try to access removed objects.Tanu Kaskinen2009-08-261-71/+131
* dbusiface-module: Implement the Module D-Bus interface.Tanu Kaskinen2009-08-241-3/+3
* dbusiface-core: Assert that _add/remove_interface calls succeed.Tanu Kaskinen2009-08-191-2/+2
* dbusiface-core: Use the PA_IDXSET_FOREACH macro.Tanu Kaskinen2009-08-191-8/+8
* dbusiface-core: Split some overly long lines.Tanu Kaskinen2009-08-191-42/+118
* dbusiface-core: Two new functions: pa_dbusiface_core_get_sink/source().Tanu Kaskinen2009-08-171-0/+28
* dbusiface-core: New function: pa_dbusiface_core_get_client_path().Tanu Kaskinen2009-08-171-0/+7
* dbusiface-core: Two new functions: pa_dbusiface_core_get_playback/record_stre...Tanu Kaskinen2009-08-151-0/+14
* dbusiface-core: New function: pa_dbusiface_core_get_card_path().Tanu Kaskinen2009-08-151-0/+7
* dbusiface-core: Add functions for getting various object paths.Tanu Kaskinen2009-08-091-0/+21
* dbusiface-core: Generate more informative error messages.Tanu Kaskinen2009-08-091-4/+4
* dbus: Take advantage of the PA_HASHMAP_FOREACH macro.Tanu Kaskinen2009-08-091-40/+24
* dbus: Three entangled changes:Tanu Kaskinen2009-08-091-48/+44
* dbusiface-memstats: Implement the Memstats D-Bus interface.Tanu Kaskinen2009-08-041-0/+5
* dbus-protocol, dbusiface-core: Take a reference when storing the core pointer.Tanu Kaskinen2009-08-041-1/+2
* dbusiface-core: Make the interface string a public constant.Tanu Kaskinen2009-08-041-25/+24
* dbusiface-core: Don't die if we get a default sink/source change event before...Tanu Kaskinen2009-08-011-8/+42
* dbusiface-core: Send signals whenever extensions are registered and unregiste...Tanu Kaskinen2009-07-311-0/+47
* dbus/iface-core.c: Make sure D-Bus objects are created only once.Tanu Kaskinen2009-07-301-20/+28
* Bug fixing and minor cleanups.Tanu Kaskinen2009-07-271-51/+44
* Add the forgotten src/modules/dbus directory to git.Tanu Kaskinen2009-07-211-0/+1968