pidgin/plugins/perl/common/GtkDebug.xs

Wed, 14 Nov 2007 12:26:52 +0000

author
Will Thompson <resiak@pidgin.im>
date
Wed, 14 Nov 2007 12:26:52 +0000
changeset 21585
7bdd57d17c4b
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
permissions
-rw-r--r--

Remove account error dialogs from the scrollbook's notebook, not from the
scrollbook. (I think the scrollbook's GtkContainer implementation is faulty.)
Stops a bug where network_error mini-dialogs proliferate whenever you
auto-reconnect, which datallah noticed.

#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