[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, stable-queue, updated. v0.9.22-64-g93e7a19
Colin Guthrie
gitmailer-noreply at 0pointer.de
Thu Mar 31 04:13:16 PDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The stable-queue branch has been updated
from fd5b282f51ab69d32b4ee3fcd1f8ed7fc3004ff6 (commit)
- Log -----------------------------------------------------------------
93e7a19 vala: ChannelMap has no destroy function.
-----------------------------------------------------------------------
Summary of changes:
vala/libpulse.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 93e7a19ee67f172980f96447d50beca996fcfc8c
Author: Sean McNamara <smcnam at gmail.com>
Date: Wed Mar 30 13:41:02 2011 -0400
vala: ChannelMap has no destroy function.
diff --git a/vala/libpulse.vapi b/vala/libpulse.vapi
index 4315988..06f412d 100644
--- a/vala/libpulse.vapi
+++ b/vala/libpulse.vapi
@@ -373,7 +373,7 @@ namespace PulseAudio {
public unowned CVolume? dec(Volume minus = 1);
}
- [CCode (cname="pa_channel_map")]
+ [CCode (cname="pa_channel_map",has_destroy_function=false)]
public struct ChannelMap {
public uint8 channels;
public ChannelPosition map[];
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list