pidgin 2.14.14dev
|
GNT Sound API. More...
#include "sound.h"
Go to the source code of this file.
Functions | |
GNT Sound API <br> | |
const char * | finch_sound_get_active_profile (void) |
Get the name of the active sound profile. | |
void | finch_sound_set_active_profile (const char *name) |
Set the active profile. | |
GList * | finch_sound_get_profiles (void) |
Get a list of available sound profiles. | |
gboolean | finch_sound_is_enabled (void) |
Determine whether any sound will be played or not. | |
PurpleSoundUiOps * | finch_sound_get_ui_ops (void) |
Gets GNT sound UI ops. | |
void | finch_sounds_show_all (void) |
Show the sound settings dialog. | |
GNT Sound API.
Definition in file gntsound.h.
const char * finch_sound_get_active_profile | ( | void | ) |
Get the name of the active sound profile.
GList * finch_sound_get_profiles | ( | void | ) |
Get a list of available sound profiles.
PurpleSoundUiOps * finch_sound_get_ui_ops | ( | void | ) |
Gets GNT sound UI ops.
gboolean finch_sound_is_enabled | ( | void | ) |
Determine whether any sound will be played or not.
void finch_sound_set_active_profile | ( | const char * | name | ) |
Set the active profile.
If the profile doesn't exist, nothing is changed.
name | The name of the profile |
void finch_sounds_show_all | ( | void | ) |
Show the sound settings dialog.