pidgin 2.14.14dev
|
GTK+ Sound API. More...
#include "sound.h"
Go to the source code of this file.
Functions | |
GTK+ Sound API <br> | |
const char * | pidgin_sound_get_event_option (PurpleSoundEventID event) |
Get the prefs option for an event. | |
const char * | pidgin_sound_get_event_label (PurpleSoundEventID event) |
Get the label for an event. | |
PurpleSoundUiOps * | pidgin_sound_get_ui_ops (void) |
Gets GTK+ sound UI ops. | |
void * | pidgin_sound_get_handle (void) |
Get the handle for the GTK+ sound system. | |
gboolean | pidgin_sound_is_customized (void) |
Returns true Pidgin is using customized sounds. | |
GTK+ Sound API.
Definition in file gtksound.h.
const char * pidgin_sound_get_event_label | ( | PurpleSoundEventID | event | ) |
Get the label for an event.
event | The event. |
const char * pidgin_sound_get_event_option | ( | PurpleSoundEventID | event | ) |
Get the prefs option for an event.
event | The event. |
void * pidgin_sound_get_handle | ( | void | ) |
Get the handle for the GTK+ sound system.
PurpleSoundUiOps * pidgin_sound_get_ui_ops | ( | void | ) |
Gets GTK+ sound UI ops.
gboolean pidgin_sound_is_customized | ( | void | ) |
Returns true Pidgin is using customized sounds.