mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Add brief documentation for Irssi::signal_register() perl function.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4945 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8994731d1b
commit
861781bac5
1 changed files with 13 additions and 0 deletions
|
|
@ -283,6 +283,19 @@ signal_stop()
|
|||
signal_stop_by_name(signal)
|
||||
Stop the signal with name `signal' that's currently being emitted.
|
||||
|
||||
signal_register(hash)
|
||||
Register parameter types for one or more signals.
|
||||
`hash' must map one or more signal names to references to arrays
|
||||
containing 0 to 6 type names. Some recognized type names include
|
||||
int for integers, intptr for references to integers and string for
|
||||
strings. For all standard signals see src/perl/perl-signals-list.h
|
||||
in the source code (this is generated by src/perl/get-signals.pl).
|
||||
|
||||
Any signals that were already registered are unaffected.
|
||||
|
||||
Registration is currently required to get any parameters to
|
||||
signals written in Perl, and may be required in future to emit
|
||||
signals from Perl.
|
||||
|
||||
*** timeouts / IO listener / pidwait
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue