Sat, 22 Sep 2007 19:22:38 +0000
Accidentally merged stuff from omgp.pidgin (somehow)
#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() CODE: pidgin_plugin_dialog_show(NULL);