aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
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"/>