pidgin/plugins/perl/common/GtkUtils.xs

Mon, 21 Dec 2015 15:12:18 -0500

author
Michael McConville <mmcco@mykolab.com>
date
Mon, 21 Dec 2015 15:12:18 -0500
changeset 37427
b7ca07c50ef1
parent 16551
75ed9ff2a922
child 18068
b6554e3c8224
permissions
-rw-r--r--

Remove a few needless allocation casts

#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