summaryrefslogtreecommitdiffstats
path: root/pulseaudio
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2009-05-25 02:51:18 -0400
committerPaul W. Frields <stickster@gmail.com>2009-05-25 02:51:18 -0400
commitf3c3a117537edb90744fede2b12143edeb5143c5 (patch)
tree36a7135de16ce876a415a69ef28828551ed1222e /pulseaudio
parent800b1900df8ac1f7329f29793e0b1c972dca8277 (diff)
downloadpulsecaster-f3c3a117537edb90744fede2b12143edeb5143c5.tar.gz
pulsecaster-f3c3a117537edb90744fede2b12143edeb5143c5.tar.xz
pulsecaster-f3c3a117537edb90744fede2b12143edeb5143c5.zip
Fix restype for pa_context_subscribe()
Diffstat (limited to 'pulseaudio')
-rw-r--r--pulseaudio/lib_pulseaudio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulseaudio/lib_pulseaudio.py b/pulseaudio/lib_pulseaudio.py
index 5e7f00e..9f21b43 100644
--- a/pulseaudio/lib_pulseaudio.py
+++ b/pulseaudio/lib_pulseaudio.py
@@ -523,7 +523,7 @@ pa_context_set_subscribe_callback.argtypes = [
]
pa_context_subscribe = pulse.pa_context_subscribe
-pa_context_subscribe.restype = c_int
+pa_context_subscribe.restype = POINTER(PA_OPERATION)
pa_context_subscribe.argtypes = [
POINTER(PA_CONTEXT),
c_int,