From ef35dc4cd4b6b09d41c855696b28a31708cf2ad7 Mon Sep 17 00:00:00 2001 From: renatofilho Date: Thu, 14 Oct 2010 11:11:26 -0300 Subject: Injected code for class Phonon.Notifier. Reviewer: Luciano Wolf Marcelo Lira --- PySide/phonon/typesystem_phonon.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'PySide/phonon/typesystem_phonon.xml') 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 @@ + +.. 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. + -- cgit v1.2.3