summaryrefslogtreecommitdiffstats
path: root/vala/libpulse.deps
diff options
context:
space:
mode:
authorAlexander Kurtz <kurtz.alex@googlemail.com>2011-03-24 21:35:17 +0000
committerColin Guthrie <cguthrie@mandriva.org>2011-03-24 21:43:29 +0000
commit705cf4d3164befffeb927e05d9f0f4402e9f80c4 (patch)
treecfadbd9f813e7510187dd73f9fc01ad5f07aa89c /vala/libpulse.deps
parentd47a33775b55877b9df42add3346779bba077299 (diff)
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.
Diffstat (limited to 'vala/libpulse.deps')
-rw-r--r--vala/libpulse.deps1
1 files changed, 1 insertions, 0 deletions
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