pidgin/plugins/perl/common/GtkDebug.xs

Sun, 19 Oct 2008 04:37:23 +0000

author
Michael Ruprecht <maiku@pidgin.im>
date
Sun, 19 Oct 2008 04:37:23 +0000
branch
maiku.vv
changeset 26143
673b6665624d
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
permissions
-rw-r--r--

Restructure Jingle code to more easily support multiple application types.
Actually negotiate a rawudp transport rather than pretending to use iceudp.

#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