From 705cf4d3164befffeb927e05d9f0f4402e9f80c4 Mon Sep 17 00:00:00 2001 From: Alexander Kurtz Date: Thu, 24 Mar 2011 21:35:17 +0000 Subject: vala: Some bugfixes for the vala bindings 1. PA uses Vala's "Posix" package (see line 23 of libpulse.vapi). These dependencies have to be declared in the *.deps file. 2. Fix obvious copy/paste error. 3. Rename the parameter to match the C function. This simplifies understanding what this parameter means. 4. According to the official documentation the "dev" parameter for playback/capture streams on connection may be NULL and this is the default. Change the method definition accordingly. --- vala/libpulse.deps | 1 + 1 file changed, 1 insertion(+) create mode 100644 vala/libpulse.deps (limited to 'vala/libpulse.deps') diff --git a/vala/libpulse.deps b/vala/libpulse.deps new file mode 100644 index 00000000..b3188f74 --- /dev/null +++ b/vala/libpulse.deps @@ -0,0 +1 @@ +posix -- cgit