pidgin/plugins/perl/common/GtkDebug.xs

Fri, 16 Feb 2007 16:25:26 +0000

author
Luke Schierer <lschiere@pidgin.im>
date
Fri, 16 Feb 2007 16:25:26 +0000
changeset 15711
cd8a32e0e0b5
parent 15590
c07dd12bf3f4
child 15899
75f0041f72b8
permissions
-rw-r--r--

I like being able to compile :-)
(some name changes in the perl stuff)

#include "gtkmodule.h"

MODULE = Pidgin::Debug  PACKAGE = Pidgin::Debug  PREFIX = pidgin_debug_
PROTOTYPES: ENABLE

Gaim::Handle
pidgin_debug_get_handle()

MODULE = Pidgin::Debug  PACKAGE = Pidgin::Debug::Window  PREFIX = pidgin_debug_window_
PROTOTYPES: ENABLE

void
pidgin_debug_window_show()

void
pidgin_debug_window_hide()

mercurial