pidgin/plugins/perl/common/GtkPrivacy.xs

Sun, 04 Feb 2007 04:47:06 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sun, 04 Feb 2007 04:47:06 +0000
changeset 15590
c07dd12bf3f4
parent 15435
4b933b06d75e
child 15899
75f0041f72b8
permissions
-rw-r--r--

Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.

#include "gtkmodule.h"

MODULE = Pidgin::Privacy  PACKAGE = Pidgin::Privacy  PREFIX = pidgin_
PROTOTYPES: ENABLE

void
pidgin_request_add_permit(account, name)
	Gaim::Account account
	const char * name

void
pidgin_request_add_block(account, name)
	Gaim::Account account
	const char * name

MODULE = Pidgin::Privacy  PACKAGE = Pidgin::Privacy::Dialog  PREFIX = pidgin_privacy_dialog_
PROTOTYPES: ENABLE

void
pidgin_privacy_dialog_show()

void
pidgin_privacy_dialog_hide()

mercurial