comparison plugins/perl/perl.c @ 6371:8f94cce8faa5

[gaim-migrate @ 6876] I think I touched almost every file. Here's what happened. I started off fixing up the Makefile.am and configure.ac files to help with the core/UI split some. Then I got annoyed with the build_{allow,deny}_list() functions that everything used, and decided to core/UI split privacy. While doing that, I decided to redesign the dialog. So now, a lot has changed, but not really so much. Just that most files got affected. Oh yeah, and the UI stuff was taken out of internal.h and moved to gtkinternal.h. If you use this, please be aware of this change. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 05 Aug 2003 10:55:04 +0000
parents 1049dd7e976e
children 70d5122bc3ff
comparison
equal deleted inserted replaced
6370:a4b83df2165b 6371:8f94cce8faa5
91 #include "prpl.h" 91 #include "prpl.h"
92 #include "notify.h" 92 #include "notify.h"
93 #include "server.h" 93 #include "server.h"
94 #include "sound.h" 94 #include "sound.h"
95 95
96 /* XXX CORE/UI */
97 #include "gtkinternal.h"
96 #include "ui.h" 98 #include "ui.h"
97 99
98 #ifndef call_pv 100 #ifndef call_pv
99 # define call_pv(i,j) perl_call_pv((i), (j)) 101 # define call_pv(i,j) perl_call_pv((i), (j))
100 #endif 102 #endif
1397 N_("Perl Plugin Loader"), /**< name */ 1399 N_("Perl Plugin Loader"), /**< name */
1398 VERSION, /**< version */ 1400 VERSION, /**< version */
1399 N_("Provides support for loading perl plugins."), /**< summary */ 1401 N_("Provides support for loading perl plugins."), /**< summary */
1400 N_("Provides support for loading perl plugins."), /**< description */ 1402 N_("Provides support for loading perl plugins."), /**< description */
1401 "Christian Hammond <chipx86@gnupdate.org>", /**< author */ 1403 "Christian Hammond <chipx86@gnupdate.org>", /**< author */
1402 WEBSITE, /**< homepage */ 1404 GAIM_WEBSITE, /**< homepage */
1403 1405
1404 NULL, /**< load */ 1406 NULL, /**< load */
1405 plugin_unload, /**< unload */ 1407 plugin_unload, /**< unload */
1406 NULL, /**< destroy */ 1408 NULL, /**< destroy */
1407 1409