view libgaim/plugins/perl/common/Privacy.xs @ 14364:338ac096e322

[gaim-migrate @ 17070] Disabled GTK+ components of the Perl plugin (we'll no longer support gtk-perl prefs frames until this is refactored into a gtkgaim plugin somehow). Fix gaim_util_fetch_url and plug some leaks. I haven't successfully tested gaim_util_fetch_url from perl yet - it doesn't seem to actually pass the retrieved text to the plugin sub correctly yet. The syntax for calling gaim_util_fetch_url() from perl is also funky and should be made more consistent to the C function. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 28 Aug 2006 20:27:03 +0000
parents 60b1bc8dbf37
children 5e07a6f8eb33
line wrap: on
line source

#include "module.h"

MODULE = Gaim::Privacy  PACKAGE = Gaim::Privacy  PREFIX = gaim_privacy_
PROTOTYPES: ENABLE

Gaim::Privacy::UiOps
gaim_privacy_get_ui_ops()

void
gaim_privacy_init()

void
gaim_privacy_set_ui_ops(ops)
	Gaim::Privacy::UiOps ops