device-manager: Add an untested protocol extension.

This is effectively copied from the stream restore extension.
This commit is contained in:
Colin Guthrie 2009-06-27 22:08:07 +01:00
parent bc869b5b28
commit 37e82cec0a
6 changed files with 732 additions and 1 deletions

View file

@ -689,6 +689,7 @@ pulseinclude_HEADERS = \
pulse/context.h \
pulse/def.h \
pulse/error.h \
pulse/ext-device-manager.h \
pulse/ext-stream-restore.h \
pulse/gccmacro.h \
pulse/introspect.h \
@ -739,6 +740,7 @@ libpulse_la_SOURCES = \
pulse/context.c pulse/context.h \
pulse/def.h \
pulse/error.c pulse/error.h \
pulse/ext-device-manager.c pulse/ext-device-manager.h \
pulse/ext-stream-restore.c pulse/ext-stream-restore.h \
pulse/gccmacro.h \
pulse/internal.h \