pidgin/plugins/perl/common/GtkPlugin.xs

Fri, 16 Nov 2007 22:42:59 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Fri, 16 Nov 2007 22:42:59 +0000
changeset 21214
db28e29a4990
parent 20709
69337e85fbbe
child 21217
c5dfa570daff
permissions
-rw-r--r--

Reverted changes from ef7ac46f90a801547f7dfc4295927a956f90e869 to
61d8c5197526f759c5784662d3309fa7f23b0da0 to revert start of the hinting
changes. This was necessary to get around some merges and propagates, as
disapprove can't be used on revisions with more than one parent.

#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