view gtk/plugins/perl/common/GtkPlugin.xs @ 15216:c65def04fb44

[gaim-migrate @ 18005] Bug fix from Graham Booker. Fix an invalid pointer that resulted from removing the last attribute of an xmlnode. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 15 Dec 2006 07:28:23 +0000
parents 310a81ba302c
children
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Gaim::GtkUI::Plugin  PACKAGE = Gaim::GtkUI::Plugins  PREFIX = gaim_gtk_plugins_
PROTOTYPES: ENABLE

void
gaim_gtk_plugins_save()

MODULE = Gaim::GtkUI::Plugin  PACKAGE = Gaim::GtkUI::Plugin::Dialog  PREFIX = gaim_gtk_plugin_dialog_
PROTOTYPES: ENABLE

void
gaim_gtk_plugin_dialog_show()