mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-28 07:00:13 -05:00
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.
This commit is contained in:
parent
b872254762
commit
4fa7495a31
3 changed files with 7 additions and 5 deletions
|
|
@ -28,6 +28,7 @@ EXTRA_DIST = \
|
|||
doxygen/doxygen.conf.in \
|
||||
README \
|
||||
todo \
|
||||
vala/libpulse.deps \
|
||||
vala/libpulse.vapi
|
||||
|
||||
SUBDIRS = src doxygen man po
|
||||
|
|
@ -36,7 +37,7 @@ MAINTAINERCLEANFILES =
|
|||
noinst_DATA =
|
||||
|
||||
vapidir = $(datadir)/vala/vapi
|
||||
vapi_DATA = vala/libpulse.vapi
|
||||
vapi_DATA = vala/libpulse.deps vala/libpulse.vapi
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libpulse.pc libpulse-simple.pc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue