Method

PidginSoundManagerset_new_message_stream

unstable since: 3.0

Declaration [src]

void
pidgin_sound_manager_set_new_message_stream (
  PidginSoundManager* manager,
  GtkMediaStream* stream
)

Description [src]

Sets the stream for the new message sound.

If stream is null, then the default sound will be used.

Available since: 3.0

Parameters

stream

Type: GtkMediaStream

The new stream.

The argument can be NULL.
The data is owned by the caller of the method.