view pidgin/plugins/perl/common/GtkLog.xs @ 22246:ee80c4ab91ee

Rename 'add_buddies_in_permit' to 'add_all_buddies_to_permit_list' which I think more accurately describes the function, and add comments to 'purple_privacy_allow' and 'purple_privacy_deny' saying that I think the 'local' and 'restore' parameters could be removed. Does anyone know what those parameters are intended to be used for?
author Mark Doliner <mark@kingant.net>
date Fri, 01 Feb 2008 17:48:53 +0000
parents 80af064d311c
children 6e1967b0f90b
line wrap: on
line source

#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()