pidgin/plugins/perl/common/GtkSound.xs

Thu, 15 Feb 2007 18:19:51 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 15 Feb 2007 18:19:51 +0000
changeset 15697
78ddac185d80
parent 15590
c07dd12bf3f4
child 15899
75f0041f72b8
permissions
-rw-r--r--

winpidgin warning fixes

#include "gtkmodule.h"

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

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

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

Gaim::Handle
pidgin_sound_get_handle()

mercurial