pidgin/plugins/perl/common/GtkPrivacy.xs

Tue, 28 Aug 2007 03:59:44 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Tue, 28 Aug 2007 03:59:44 +0000
changeset 19675
3c1669c529a1
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
permissions
-rw-r--r--

Move purple_prefs_load() to purple_prefs_init() - there's been a TODO for this for a long time. I have no idea why this wasn't done sooner; it seems to work just fine and fixes some bugs where stuff isn't loaded before being used. Fixes #1848 (and I'm sure others). Yell at me if this breaks anything.

#include "gtkmodule.h"

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

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

void
pidgin_request_add_block(account, name)
	Purple::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