--- a/pidgin/gtksound.h Sun Mar 08 06:20:04 2009 +0000 +++ b/pidgin/gtksound.h Sun Mar 08 06:24:15 2009 +0000 @@ -63,6 +63,15 @@ */ void *pidgin_sound_get_handle(void); +/** + * Returns true Pidgin is using customized sounds + * + * @return TRUE if non default sounds are used. + * + * @since 2.6.0 + */ +gboolean pidgin_sound_is_customized(void); + /*@}*/ #endif /* _PIDGINSOUND_H_ */