]> code.delx.au - pulseaudio/commit
vala: Some bugfixes for the vala bindings
authorAlexander Kurtz <kurtz.alex@googlemail.com>
Thu, 24 Mar 2011 21:35:17 +0000 (21:35 +0000)
committerColin Guthrie <cguthrie@mandriva.org>
Thu, 24 Mar 2011 21:43:29 +0000 (21:43 +0000)
commit705cf4d3164befffeb927e05d9f0f4402e9f80c4
treecfadbd9f813e7510187dd73f9fc01ad5f07aa89c
parentd47a33775b55877b9df42add3346779bba077299
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.
Makefile.am
vala/libpulse.deps [new file with mode: 0644]
vala/libpulse.vapi