pidgin/plugins/perl/common/GtkUtils.xs

Sat, 15 Aug 2009 05:52:26 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Sat, 15 Aug 2009 05:52:26 +0000
changeset 28258
ec6dd456b74c
parent 16551
75ed9ff2a922
child 18068
b6554e3c8224
permissions
-rw-r--r--

Re-order the ungrouped formatting toolbar buttons to match the order of the
items in the grouped menus.

#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