pidgin/plugins/perl/common/GtkLog.xs

Thu, 04 Oct 2007 01:25:43 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 04 Oct 2007 01:25:43 +0000
changeset 20846
370ee55e1acb
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
child 19475
346a85c9c9dd
permissions
-rw-r--r--

Undock/Redock the buddy list based on the SWP_SHOWWINDOW and SWP_HIDEWINDOW attributes in a WM_WINDOWPOSCHANGING message. This doesn't appear to have any negative effects and makes Pidgin play nicer with the VirtuaWin virtual desktop manager. Fixes #2997.

#include "gtkmodule.h"

MODULE = Pidgin::Log  PACKAGE = Pidgin::Log  PREFIX = pidgin_log_
PROTOTYPES: ENABLE

Purple::Handle
pidgin_log_get_handle()

void
pidgin_log_show(type, screenname, account)
	Purple::LogType type
	const char * screenname
	Purple::Account account

void
pidgin_log_show_contact(contact)
	Purple::BuddyList::Contact contact

MODULE = Pidgin::Log  PACKAGE = Pidgin::SysLog  PREFIX = pidgin_syslog_
PROTOTYPES: ENABLE

void
pidgin_syslog_show()

mercurial