pidgin/plugins/perl/common/GtkUtils.xs

Sun, 15 Jun 2008 12:56:30 +0000

author
Will Thompson <resiak@pidgin.im>
date
Sun, 15 Jun 2008 12:56:30 +0000
changeset 23514
f5c4c1cb7b6f
parent 16551
75ed9ff2a922
child 18068
b6554e3c8224
permissions
-rw-r--r--

Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings,
making a bunch of links work.

#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