pidgin/plugins/perl/common/GtkDebug.xs

Thu, 11 Mar 2010 17:59:53 +0000

author
Jorge Villaseñor <masca@cpw.pidgin.im>
date
Thu, 11 Mar 2010 17:59:53 +0000
branch
cpw.qulogic.msnp16
changeset 30910
374c457d65b5
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
permissions
-rw-r--r--

We need a way to send commands without transaction ID

#include "gtkmodule.h"

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

Purple::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