plugins/perl/perl.c

changeset 8749
fb487e9e101a
parent 8735
01248ea222d3
child 8761
2d596fd60ba8
equal deleted inserted replaced
8748:b371a58d0263 8749:fb487e9e101a
507 return TRUE; 507 return TRUE;
508 } 508 }
509 509
510 static GaimPluginLoaderInfo loader_info = 510 static GaimPluginLoaderInfo loader_info =
511 { 511 {
512 GAIM_LOADER_API_VERSION, /**< api_version */
512 NULL, /**< exts */ 513 NULL, /**< exts */
513 514
514 probe_perl_plugin, /**< probe */ 515 probe_perl_plugin, /**< probe */
515 load_perl_plugin, /**< load */ 516 load_perl_plugin, /**< load */
516 unload_perl_plugin, /**< unload */ 517 unload_perl_plugin, /**< unload */
517 destroy_perl_plugin /**< destroy */ 518 destroy_perl_plugin /**< destroy */
518 }; 519 };
519 520
520 static GaimPluginInfo info = 521 static GaimPluginInfo info =
521 { 522 {
522 2, /**< api_version */ 523 GAIM_PLUGIN_API_VERSION, /**< api_version */
523 GAIM_PLUGIN_LOADER, /**< type */ 524 GAIM_PLUGIN_LOADER, /**< type */
524 NULL, /**< ui_requirement */ 525 NULL, /**< ui_requirement */
525 0, /**< flags */ 526 0, /**< flags */
526 NULL, /**< dependencies */ 527 NULL, /**< dependencies */
527 GAIM_PRIORITY_DEFAULT, /**< priority */ 528 GAIM_PRIORITY_DEFAULT, /**< priority */

mercurial