pidgin/plugins/perl/common/GtkThemes.xs

Mon, 10 Feb 2014 15:44:56 +0100

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Mon, 10 Feb 2014 15:44:56 +0100
changeset 35516
ac827860af1e
parent 35312
add13288757e
permissions
-rw-r--r--

Fix more perl warnings

#include "gtkmodule.h"

MODULE = Pidgin::Themes  PACKAGE = Pidgin::Themes  PREFIX = pidgin_themes_
PROTOTYPES: ENABLE

void
pidgin_themes_init()

gboolean
pidgin_themes_smileys_disabled()

void
pidgin_themes_smiley_theme_probe()

void
pidgin_themes_load_smiley_theme(file, load)
	const char * file
	gboolean load

# We are dropping IMHtml, so this one should be converted to non-IMHtml
# smiley or dropped.
#void
#pidgin_themes_get_proto_smileys(id)
#	const char * id
#PREINIT:
#	GSList *l;
#PPCODE:
#	for (l = pidgin_themes_get_proto_smileys(id); l != NULL; l = l->next) {
#		XPUSHs(sv_2mortal(purple_perl_bless_object(l->data, "Pidgin::IMHtml::Smiley")));
#	}

mercurial