#include "sound.h"
Include dependency graph for gntsound.h:

Go to the source code of this file.
GNT Sound API | |
| 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. | |
Definition in file gntsound.h.
|
|
Get the name of the active sound profile.
|
|
|
Get a list of available sound profiles.
|
|
|
Gets GNT sound UI ops.
|
|
|
Determine whether any sound will be played or not.
|
|
|
Set the active profile. If the profile doesn't exist, nothing is changed.
|
|
|
Show the sound settings dialog.
|