pidgin/plugins/perl/common/GtkUtils.xs

Wed, 03 Feb 2010 21:34:41 +0000

author
Marcus Lundblad <malu@pidgin.im>
date
Wed, 03 Feb 2010 21:34:41 +0000
changeset 29270
642d7a9e5f0a
parent 16551
75ed9ff2a922
child 18068
b6554e3c8224
permissions
-rw-r--r--

jabber: Don't print the smiley shortcut in the error message when trying to
send a too large custom smiley, since the shortcut get substituded in the
error message, and I'm not sure we want that...

#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, size)
	Purple::Plugin plugin
	const char * path
	size_t *size

mercurial