view gtk/plugins/perl/common/GtkLog.xs @ 14634:eb2152e14df9

[gaim-migrate @ 17380] Fix the send_raw method signature (even though it still doesn't really functionally match what the core wants) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 27 Sep 2006 02:01:29 +0000
parents d6eae5115b31
children d1e71d46c3db
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Gaim::GtkUI::Log  PACKAGE = Gaim::GtkUI::Log  PREFIX = gaim_gtk_log_
PROTOTYPES: ENABLE

void *
gaim_gtk_log_get_handle()

void
gaim_gtk_log_show(type, screenname, account)
	Gaim::LogType type
	const char * screenname
	Gaim::Account account

void
gaim_gtk_log_show_contact(contact)
	Gaim::BuddyList::Contact contact

MODULE = Gaim::GtkUI::Log  PACKAGE = Gaim::GtkUI::SysLog  PREFIX = gaim_gtk_syslog_
PROTOTYPES: ENABLE

void
gaim_gtk_syslog_show()