pidgin/plugins/perl/common/GtkPlugin.xs

Sat, 02 Jun 2007 19:05:28 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sat, 02 Jun 2007 19:05:28 +0000
changeset 17535
5f2b75cc8b92
parent 15590
c07dd12bf3f4
child 18068
b6554e3c8224
child 19478
a60c440b01cb
permissions
-rw-r--r--

We also need to reverse the last protocol's smiley list instead of only
lists that have another protocol after them in the theme file

#include "gtkmodule.h"

MODULE = Pidgin::Plugin  PACKAGE = Pidgin::Plugins  PREFIX = pidgin_plugins_
PROTOTYPES: ENABLE

void
pidgin_plugins_save()

MODULE = Pidgin::Plugin  PACKAGE = Pidgin::Plugin::Dialog  PREFIX = pidgin_plugin_dialog_
PROTOTYPES: ENABLE

void
pidgin_plugin_dialog_show()

mercurial