Mercurial > pidgin
changeset 19969:ff8aaa52b44d
Trying some more .xs-fu
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 19 Aug 2007 13:02:24 +0000 |
parents | d1af9eee7fa4 |
children | bac8cdd0537f |
files | pidgin/plugins/perl/common/GtkLog.xs |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/plugins/perl/common/GtkLog.xs Sun Aug 19 12:57:56 2007 +0000 +++ b/pidgin/plugins/perl/common/GtkLog.xs Sun Aug 19 13:02:24 2007 +0000 @@ -11,13 +11,19 @@ Purple::LogType type const char * screenname Purple::Account account +CODE: + pidgin_log_show(NULL, type, screename, account); void pidgin_log_show_contact(contact) Purple::BuddyList::Contact contact +CODE: + pidgin_log_show_contact(NULL, contact); MODULE = Pidgin::Log PACKAGE = Pidgin::SysLog PREFIX = pidgin_syslog_ PROTOTYPES: ENABLE void pidgin_syslog_show() +CODE: + pidgin_syslog_show(NULL)