comparison libpurple/sound-theme.h @ 25085:fecc8e2612c4

Fixed some things needed for proper gobfication (init/finalize/etc)
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Mon, 16 Jun 2008 19:48:56 +0000
parents 1cf10adc9b32
children d60c3d1c6966
comparison
equal deleted inserted replaced
25084:623f0b40f6f6 25085:fecc8e2612c4
69 * @internal. 69 * @internal.
70 */ 70 */
71 GType purple_sound_theme_get_type(void); 71 GType purple_sound_theme_get_type(void);
72 72
73 /** 73 /**
74 * Creates a new purple sound theme
75 *
76 * @returns a new purple sound theme object
77 */
78 PurpleSoundTheme *purple_sound_theme_new(void);
79
80 /**
81 * Returns a copy of the filename for the sound event 74 * Returns a copy of the filename for the sound event
82 * 75 *
83 * @param event the purple sound event to look up 76 * @param event the purple sound event to look up
84 * 77 *
85 * @returns the filename of the sound event 78 * @returns the filename of the sound event