view pidgin/plugins/perl/common/GtkSound.xs @ 31030:11cfc72c0330

Changelog those. Refs #12667, #12668, #12594.
author Paul Aurich <paul@darkrain42.org>
date Sun, 10 Oct 2010 05:41:57 +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()