Mercurial > pidgin
view gtk/plugins/perl/common/GtkLog.xs @ 14718:d1e71d46c3db
[gaim-migrate @ 17472]
Changing void * to Gaim::Handle in gtkperl as well.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 12 Oct 2006 23:25:36 +0000 |
parents | d6eae5115b31 |
children |
line wrap: on
line source
#include "gtkmodule.h" MODULE = Gaim::GtkUI::Log PACKAGE = Gaim::GtkUI::Log PREFIX = gaim_gtk_log_ PROTOTYPES: ENABLE Gaim::Handle 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()