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-25 09:15:09 +0000
commit4fa7495a3114bb5841751537154215ebd229adf0 (patch)
tree1e31204a2d711ab661382d80138d70b2f84d850d /vala/libpulse.deps
parentb872254762285597d94dd9174b8c1426dd263062 (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