dbusiface-sample: Implement the Sample D-Bus interface.

This commit is contained in:
Tanu Kaskinen 2009-08-19 09:18:50 +03:00
parent 3de210b671
commit b4e0d5d1e1
2 changed files with 468 additions and 2 deletions

View file

@ -29,9 +29,12 @@
*/
#include <pulsecore/core-scache.h>
#include <pulsecore/protocol-dbus.h>
#include "iface-core.h"
#define PA_DBUSIFACE_SAMPLE_INTERFACE PA_DBUS_CORE_INTERFACE ".Sample"
typedef struct pa_dbusiface_sample pa_dbusiface_sample;
pa_dbusiface_sample *pa_dbusiface_sample_new(pa_dbusiface_core *core, pa_scache_entry *sample);