comparison: plugins/perl/perl.c
plugins/perl/perl.c
- changeset 6522
- e7d94240fc71
- parent 6520
- 5386692555c9
- child 6523
- 20c459e452ac
equal
deleted
inserted
replaced
| 77 #endif |
77 #endif |
| 78 |
78 |
| 79 #include "internal.h" |
79 #include "internal.h" |
| 80 #include "debug.h" |
80 #include "debug.h" |
| 81 #include "plugin.h" |
81 #include "plugin.h" |
| |
82 |
| |
83 #include "perl-handlers.h" |
| 82 |
84 |
| 83 #define PERL_PLUGIN_ID "core-perl" |
85 #define PERL_PLUGIN_ID "core-perl" |
| 84 |
86 |
| 85 typedef struct |
87 typedef struct |
| 86 { |
88 { |
| 362 PUTBACK; |
364 PUTBACK; |
| 363 FREETMPS; |
365 FREETMPS; |
| 364 LEAVE; |
366 LEAVE; |
| 365 |
367 |
| 366 gaim_signals_disconnect_by_handle(plugin); |
368 gaim_signals_disconnect_by_handle(plugin); |
| |
369 gaim_perl_timeout_clear_for_plugin(plugin); |
| 367 |
370 |
| 368 return TRUE; |
371 return TRUE; |
| 369 } |
372 } |
| 370 |
373 |
| 371 static void |
374 static void |