pulseaudio/src/modules/dbus
Tanu Kaskinen 8872c238ba hashmap: Use pa_free_cb_t instead of pa_free2_cb_t
The previous patch removed module-gconf's dependency on the userdata
pointer of the free callback, and that was the only place where the
userdata pointer of pa_free2_cb_t was used, so now there's no need for
pa_free2_cb_t in pa_hashmap_free(). Using pa_free_cb_t instead allows
removing a significant amount of repetitive code.
2013-02-16 01:12:21 +02:00
..
iface-card-profile.c dbusiface-card-profile: Assert the core argument isn't NULL. 2009-08-15 05:53:36 +03:00
iface-card-profile.h Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
iface-card.c hashmap: Use pa_free_cb_t instead of pa_free2_cb_t 2013-02-16 01:12:21 +02:00
iface-card.h dbusiface-card-profile: Implement the CardProfile D-Bus interface. 2009-08-09 10:36:20 +03:00
iface-client.c Merge remote branch 'tanuk/master' 2009-11-30 14:55:57 +00:00
iface-client.h dbusiface-client: Fix the interface name. 2009-08-15 17:08:21 +03:00
iface-core.c hashmap: Use pa_free_cb_t instead of pa_free2_cb_t 2013-02-16 01:12:21 +02:00
iface-core.h dbusiface-core: Two new functions: pa_dbusiface_core_get_sink/source(). 2009-08-17 16:42:58 +03:00
iface-device-port.c dbusiface-device: Implement the Device and DevicePort D-Bus interfaces. 2009-08-15 06:18:41 +03:00
iface-device-port.h dbusiface-device: Implement the Device and DevicePort D-Bus interfaces. 2009-08-15 06:18:41 +03:00
iface-device.c hashmap: Use pa_free_cb_t instead of pa_free2_cb_t 2013-02-16 01:12:21 +02:00
iface-device.h dbusiface-device: Implement the Device and DevicePort D-Bus interfaces. 2009-08-15 06:18:41 +03:00
iface-memstats.c dbus: Do not refcnt the core. 2011-03-25 23:43:26 +00:00
iface-memstats.h dbus: Three entangled changes: 2009-08-09 08:37:33 +03:00
iface-module.c Rename all the signal parameters and variables to something more explicit. 2009-11-21 00:46:46 +01:00
iface-module.h dbusiface-module: Implement the Module D-Bus interface. 2009-08-24 14:27:14 +03:00
iface-sample.c volume: Fix incorrect usage of PA_VOLUME_IS_VALID 2010-10-19 09:52:19 +01:00
iface-sample.h dbusiface-sample: Implement the Sample D-Bus interface. 2009-08-19 09:18:50 +03:00
iface-stream.c dbus: Fix dbus argument type in iface-stream.c handle_move(). 2012-04-17 18:14:27 +03:00
iface-stream.h dbusiface-stream: Implement about a half of the Stream D-Bus interface. 2009-08-16 19:42:56 +03:00
module-dbus-protocol.c dbus: Fix connection cleanup when killing clients 2013-02-06 12:31:33 +02:00