gtk/plugins/perl/common/GtkUtils.xs

Thu, 25 Jan 2007 07:47:05 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 25 Jan 2007 07:47:05 +0000
changeset 20464
131ead1b6880
parent 15165
0ff631dfbbca
permissions
-rw-r--r--

sf patch #1640011, from Celso Pinto
Patch for gaim.spec that fixes dependencies on SUSE

#include "gtkmodule.h"

MODULE = Gaim::GtkUI::Utils  PACKAGE = Gaim::GtkUI::Utils  PREFIX = gaim_gtk_
PROTOTYPES: ENABLE

gboolean
gaim_gtk_save_accels(data)
	gpointer data

void
gaim_gtk_load_accels()

gchar_own *
gaim_gtk_convert_buddy_icon(plugin, path)
	Gaim::Plugin plugin
	const char * path

mercurial