| 14778:df4f415f2c82 | 14779:1b71da367f56 |
|---|---|
| 71 PPCODE: | 71 PPCODE: |
| 72 for (l = gaim_pounces_get_all(); l != NULL; l = l->next) { | 72 for (l = gaim_pounces_get_all(); l != NULL; l = l->next) { |
| 73 XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Gaim::Pounce"))); | 73 XPUSHs(sv_2mortal(gaim_perl_bless_object(l->data, "Gaim::Pounce"))); |
| 74 } | 74 } |
| 75 | 75 |
| 76 void * | 76 Gaim::Handle |
| 77 gaim_pounces_get_handle() | 77 gaim_pounces_get_handle() |
| 78 | 78 |
| 79 void | 79 void |
| 80 gaim_pounces_init() | 80 gaim_pounces_init() |
| 81 | 81 |