gtksound.h

Go to the documentation of this file.
00001 
00025 #ifndef _PIDGINSOUND_H_
00026 #define _PIDGINSOUND_H_
00027 
00028 #include "sound.h"
00029 
00030 /**************************************************************************/
00032 /**************************************************************************/
00041 const char *pidgin_sound_get_event_option(PurpleSoundEventID event);
00042 
00049 const char *pidgin_sound_get_event_label(PurpleSoundEventID event);
00050 
00056 PurpleSoundUiOps *pidgin_sound_get_ui_ops(void);
00057 
00063 void *pidgin_sound_get_handle(void);
00064 
00067 #endif /* _PIDGINSOUND_H_ */