mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05: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
@ -283,6 +283,19 @@ signal_stop()
|
|||||||
signal_stop_by_name(signal)
|
signal_stop_by_name(signal)
|
||||||
Stop the signal with name `signal' that's currently being emitted.
|
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
|
*** timeouts / IO listener / pidwait
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user