view gtk/plugins/perl/common/GtkDebug.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 d1e71d46c3db
children
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Gaim::GtkUI::Debug  PACKAGE = Gaim::GtkUI::Debug  PREFIX = gaim_gtk_debug_
PROTOTYPES: ENABLE

Gaim::Handle
gaim_gtk_debug_get_handle()

MODULE = Gaim::GtkUI::Debug  PACKAGE = Gaim::GtkUI::Debug::Window  PREFIX = gaim_gtk_debug_window_
PROTOTYPES: ENABLE

void
gaim_gtk_debug_window_show()

void
gaim_gtk_debug_window_hide()