pidgin/plugins/perl/common/GtkUtils.xs

Sun, 22 Jul 2007 08:14:16 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Sun, 22 Jul 2007 08:14:16 +0000
changeset 18869
e84d156a37d2
parent 16551
75ed9ff2a922
child 18068
b6554e3c8224
permissions
-rw-r--r--

revert 'no visible tabs when only one conversation' as it proved unpopular. Made tabs only fill the entire width of the notebook when there's only one tab to avoid http://pidgin.im/~deryni/that_just_looks_dumb.png

#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