| 530 } |
530 } |
| 531 |
531 |
| 532 static gboolean |
532 static gboolean |
| 533 plugin_load(GaimPlugin *plugin) |
533 plugin_load(GaimPlugin *plugin) |
| 534 { |
534 { |
| 535 gaim_debug_register_category("perl"); |
|
| 536 |
|
| 537 return TRUE; |
535 return TRUE; |
| 538 } |
536 } |
| 539 |
537 |
| 540 static gboolean |
538 static gboolean |
| 541 plugin_unload(GaimPlugin *plugin) |
539 plugin_unload(GaimPlugin *plugin) |
| 542 { |
540 { |
| 543 perl_end(); |
541 perl_end(); |
| 544 |
|
| 545 gaim_debug_unregister_category("perl"); |
|
| 546 |
542 |
| 547 return TRUE; |
543 return TRUE; |
| 548 } |
544 } |
| 549 |
545 |
| 550 static GaimPluginLoaderInfo loader_info = |
546 static GaimPluginLoaderInfo loader_info = |