plugins/perl/perl.c

changeset 6371
e92b66ee5518
parent 6235
8293e7d4c050
child 6485
3c7ba18e32f1
equal deleted inserted replaced
6370:c518a98aba20 6371:e92b66ee5518
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

mercurial