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

Ancestors

Constructors

pidgin_sound_manager_new

Creates a sound manager.

unstable 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

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Pidgin.SoundManager:core

The core instance that the manager is working with.

unstable since: 3.0

Pidgin.SoundManager:new-message-enabled

Whether or not to play a sound when a new message arrives.

unstable since: 3.0

Pidgin.SoundManager:new-message-stream

The stream to play for new messages.

unstable since: 3.0

Pidgin.SoundManager:sounds-enabled

Whether or not event sounds are enabled.

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.

Class structure

struct PidginSoundManagerClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.