pidgin/plugins/perl/common/GtkSound.xs

branch
cpw.khc.msnp14
changeset 20478
46933dc62880
parent 15165
0ff631dfbbca
parent 15899
75f0041f72b8
child 20481
65485e2ed8a3
equal deleted inserted replaced
20476:198222e01a7d 20478:46933dc62880
1 #include "gtkmodule.h"
2
3 MODULE = Pidgin::Sound PACKAGE = Pidgin::Sound PREFIX = pidgin_sound_
4 PROTOTYPES: ENABLE
5
6 const char *
7 pidgin_sound_get_event_option(event)
8 Purple::SoundEventID event
9
10 const char *
11 pidgin_sound_get_event_label(event)
12 Purple::SoundEventID event
13
14 Purple::Handle
15 pidgin_sound_get_handle()

mercurial