pidgin/plugins/perl/common/GtkUtils.xs

Tue, 24 Apr 2007 08:30:03 +0000

author
Hylke Bons <hbons@pidgin.im>
date
Tue, 24 Apr 2007 08:30:03 +0000
changeset 16443
71dd4f86d108
parent 15899
75f0041f72b8
child 16551
75ed9ff2a922
child 20478
46933dc62880
permissions
-rw-r--r--

Fixed some smileys in Yahoo!. I had these stored locally, glad I can commit now. :)

#include "gtkmodule.h"

MODULE = Pidgin::Utils  PACKAGE = Pidgin::Utils  PREFIX = pidgin_
PROTOTYPES: ENABLE

gboolean
pidgin_save_accels(data)
	gpointer data

void
pidgin_load_accels()

gchar_own *
pidgin_convert_buddy_icon(plugin, path)
	Purple::Plugin plugin
	const char * path

mercurial