Constructor

PidginSoundManagernew

unstable since: 3.0

Declaration [src]

PidginSoundManager*
pidgin_sound_manager_new (
  PurpleCore* core
)

Description [src]

Creates a sound manager.

Available since: 3.0

Parameters

core

Type: PurpleCore

The libpurple core instance.

The data is owned by the caller of the function.

Return value

Type: PidginSoundManager

The new instance.

The caller of the function takes ownership of the data, and is responsible for freeing it.