comparison libgaim/plugins/perl/common/module.h @ 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 fb675c9eef7a
children d5c22258df09
comparison
equal deleted inserted replaced
14363:4558e71a5a34 14364:338ac096e322
246 246
247 /* stringref.h */ 247 /* stringref.h */
248 typedef GaimStringref * Gaim__Stringref; 248 typedef GaimStringref * Gaim__Stringref;
249 249
250 /* util.h */ 250 /* util.h */
251 typedef GaimInfoFieldFormatCallback Gaim__Util__InfoFieldFormatCallback;
251 typedef GaimUtilFetchUrlData Gaim__Util__FetchUrlData; 252 typedef GaimUtilFetchUrlData Gaim__Util__FetchUrlData;
252 typedef GaimMenuAction * Gaim__Menu__Action; 253 typedef GaimMenuAction * Gaim__Menu__Action;
253 254
254 /* value.h */ 255 /* value.h */
255 typedef GaimValue * Gaim__Value; 256 typedef GaimValue * Gaim__Value;