comparison finch/gntsound.h @ 19146:5ff1231993af

Added sound profiles
author Eric Polino <aluink@pidgin.im>
date Tue, 10 Jul 2007 16:10:06 +0000
parents 907c41608ada
children 01d574f529e0
comparison
equal deleted inserted replaced
19144:0e30dfac1f46 19146:5ff1231993af
46 * @param event The event. 46 * @param event The event.
47 * @return The label. 47 * @return The label.
48 */ 48 */
49 const char *finch_sound_get_event_label(PurpleSoundEventID event); 49 const char *finch_sound_get_event_label(PurpleSoundEventID event);
50 50
51 /*
52 * Get the name of the active sound profile.
53 *
54 * @return the name
55 */
56 const char *finch_sound_get_active_profile(void);
57
58 /**
59 * Set the active profile. If the profile doesn't exist, nothing is changed.
60 *
61 *
62 */
63 void finch_sound_set_active_profile(const char *name);
64
65 /**
66 * Get a list of available sound profiles.
67 *
68 * @return A list of strings denoting sound profile names. Free this list when you're done with it.
69 */
70 GList *finch_sound_get_profiles(void);
71
51 /** 72 /**
52 * Gets GNT sound UI ops. 73 * Gets GNT sound UI ops.
53 * 74 *
54 * @return The UI operations structure. 75 * @return The UI operations structure.
55 */ 76 */