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 4c68fe7b9f
commit 0f6ace75c9
6 changed files with 732 additions and 1 deletions

View file

@ -691,6 +691,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 \
@ -741,6 +742,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 \