view pidgin/plugins/perl/common/GtkSession.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 ca09f5b57672
children
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Pidgin::Session  PACKAGE = Pidgin::Session  PREFIX = pidgin_session_
PROTOTYPES: ENABLE

void
pidgin_session_init(argv0, previous_id, config_dir)
	gchar * argv0
	gchar * previous_id
	gchar * config_dir

void
pidgin_session_end()