view pidgin/plugins/perl/common/GtkSound.xs @ 29308:8c8871afd063

Strip both \n and \r at the end of the lines when parsing a smiley theme. Closes #10521.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 28 Jan 2010 20:39:24 +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()