pidgin/plugins/perl/common/GtkSound.xs

Sun, 22 Jul 2007 08:14:16 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Sun, 22 Jul 2007 08:14:16 +0000
changeset 18869
e84d156a37d2
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
permissions
-rw-r--r--

revert 'no visible tabs when only one conversation' as it proved unpopular. Made tabs only fill the entire width of the notebook when there's only one tab to avoid http://pidgin.im/~deryni/that_just_looks_dumb.png

#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