Class
PidginSoundManager
unstable since: 3.0
Description [src]
final class Pidgin.SoundManager : GObject.Object
{
/* No available fields */
}
A manager for event sounds.
This will connect to all of the signals in libpurple and play sounds if the user has enabled them.
Available since: 3.0
Instance methods
pidgin_sound_manager_get_new_message_enabled
Gets whether or not a sound should be played when a new message arrives.
unstable since: 3.0
pidgin_sound_manager_get_new_message_stream
Gets the stream that will be used for new message events.
unstable since: 3.0
pidgin_sound_manager_get_sounds_enabled
Gets whether or not event sounds are enabled.
unstable since: 3.0
pidgin_sound_manager_set_new_message_enabled
Sets whether or not a sound should be played when a new message arrives.
unstable since: 3.0
pidgin_sound_manager_set_new_message_stream
Sets the stream for the new message sound.
unstable since: 3.0
pidgin_sound_manager_set_sounds_enabled
Sets whether or not event sounds are enabled.
unstable since: 3.0
Properties
Pidgin.SoundManager:new-message-enabled
Whether or not to play a sound when a new message arrives.
unstable since: 3.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.