view pidgin/plugins/perl/common/GtkSound.xs @ 23011:c9592f5b3a52

Use shorter URL (http://d.pidgin.im/BonjourWindows) for "Bonjour not found" message. Fixes #5838.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 20 May 2008 04:31:39 +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()