Mercurial > pidgin.yaz
comparison pidgin/gtksound.h @ 25982:7e020fbe2cdb
propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
to branch 'im.pidgin.cpw.darkrain42.xmpp.avatars' (head 11e989f3ac36a0f958f031d55245db093923ea76)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 07 Mar 2009 01:32:29 +0000 |
parents | d25cbbea7fe5 |
children | 02a2e8183b1d |
comparison
equal
deleted
inserted
replaced
25832:2d92bbe6807b | 25982:7e020fbe2cdb |
---|---|
61 * | 61 * |
62 * @return The handle to the sound system | 62 * @return The handle to the sound system |
63 */ | 63 */ |
64 void *pidgin_sound_get_handle(void); | 64 void *pidgin_sound_get_handle(void); |
65 | 65 |
66 /** | |
67 * Returns true Pidgin is using customized sounds | |
68 * | |
69 * @return TRUE if non default sounds are used. | |
70 * | |
71 * @since 2.6.0 | |
72 */ | |
73 gboolean pidgin_sound_is_customized(void); | |
74 | |
66 /*@}*/ | 75 /*@}*/ |
67 | 76 |
68 #endif /* _PIDGINSOUND_H_ */ | 77 #endif /* _PIDGINSOUND_H_ */ |