view pidgin/plugins/perl/common/GtkSound.xs @ 20341:754603796c1e

applied changes from eaca7bcddbde5dc407ddc81c557e7722cca3e35d through f33ba0034c79d8e37a70d664ec534356fa361608
author Luke Schierer <lschiere@pidgin.im>
date Sun, 21 Oct 2007 04:31:13 +0000
parents e622745f6f42
children
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Pidgin::Sound  PACKAGE = Pidgin::Sound  PREFIX = pidgin_sound_
PROTOTYPES: ENABLE

const char *
pidgin_sound_get_event_option(event)
	Purple::SoundEventID event

const char *
pidgin_sound_get_event_label(event)
	Purple::SoundEventID event

Purple::Handle
pidgin_sound_get_handle()