aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-10-14 11:11:26 -0300
committerrenatofilho <renato.filho@openbossa.org>2010-10-14 12:06:43 -0300
commitef35dc4cd4b6b09d41c855696b28a31708cf2ad7 (patch)
treeb866b74cb0727d8f705117ccf913479e9457e7e7 /PySide
parent8f1bb6ffe00723f1f61fefc3f9175a414b2f736e (diff)
Injected code for class Phonon.Notifier.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/phonon/typesystem_phonon.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/PySide/phonon/typesystem_phonon.xml b/PySide/phonon/typesystem_phonon.xml
index ef05c2665..3df71d69d 100644
--- a/PySide/phonon/typesystem_phonon.xml
+++ b/PySide/phonon/typesystem_phonon.xml
@@ -54,6 +54,27 @@
<!-- ### causes moc-related linker error -->
<!-- <object-type name="Notifier"/> -->
<object-type name="NotifierWrapper" target-lang-name="Notifier">
+ <inject-documentation format="target" mode="append">
+.. class: Notifier
+
+ Notifications about backend capabilities
+
+.. method:: capabilitiesChanged()
+
+ This signal is emitted if the capabilities have changed. This can happen if the user has requested a backend change.
+
+.. method:: availableAudioOutputDevicesChanged()
+
+ This signal is emitted when audio capture devices were plugged or unplugged.
+
+ Check :meth:`PySide.phonon.BackendCapabilities.availableAudioOutputDevices` to get the current list of available devices.
+
+.. method:: availableAudioCaptureDevicesChanged()
+
+ This signal is emitted when audio capture devices were plugged or unplugged.
+
+ Check :meth:`PySide.phonon.BackendCapabilities.availableAudioCaptureDevices` to get the current list of available devices.
+ </inject-documentation>
<include file-name="backendcapabilities.h" location="global"/>
<include file-name="pyside_phonon.h" location="local"/>