mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
add "print format" signal to perl
fix syntax in signals.txt with regards to GLists simplify signal emit code
This commit is contained in:
parent
784373a7b3
commit
4330dbec62
8 changed files with 229 additions and 176 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef IRSSI_PERL_PERL_SIGNALS_H
|
||||
#define IRSSI_PERL_PERL_SIGNALS_H
|
||||
|
||||
void perl_signal_args_to_c(void (*callback)(void *, void **), void *cb_arg,
|
||||
int signal_id, SV **args, size_t n_args);
|
||||
void perl_signal_args_to_c(void (*callback)(void *, int, void **), void *cb_arg, int signal_id,
|
||||
SV **args, size_t n_args);
|
||||
|
||||
void perl_signal_add_full(const char *signal, SV *func, int priority);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue