pidgin/plugins/perl/common/GtkSound.xs

Mon, 28 May 2007 19:51:44 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Mon, 28 May 2007 19:51:44 +0000
changeset 17417
e582f0260df2
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
permissions
-rw-r--r--

Menu restructure. Kept allow_shrink for now. I want to see what people think of it.

#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()

mercurial