Dr Andrew Scott G7VAV

My photo
 
December 2025
Mo Tu We Th Fr Sa Su
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4
5 6 7 8 9 10 11


Glib::Signal

Section: User Contributed Perl Documentation (3pm)
Updated: 2011-12-05
Index Return to Main Contents
 

NAME

Glib::Signal - Object customization and general purpose notification  

METHODS

 

integer = Glib->install_exception_handler ($func, $data=undef)

$func (subroutine)
$data (scalar)

Install a subroutine to be executed when a signal emission traps an exception (a croak or die). $func should return boolean (true if the handler should remain installed) and expect to receive a single scalar. This scalar will be a private copy of $@ which the handler can mangle to its heart's content.

Returns an identifier that may be used with "remove_exception_handler".

See "gperl_install_exception_handler()" in Glib::xsapi.  

Glib->remove_exception_handler ($tag)

$tag (integer)

Remove the exception handler identified by $tag, as returned by "install_exception_handler". If $tag cannot be found, this does nothing.

WARNING: Do not call this function from within an exception handler. If you want to remove your handler during its execution just have it return false.

See "gperl_remove_exception_handler()" in Glib::xsapi.  

SEE ALSO

Glib  

COPYRIGHT

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Glib for a full notice.


 

Index

NAME
METHODS
integer = Glib->install_exception_handler ($func, $data=undef)
Glib->remove_exception_handler ($tag)
SEE ALSO
COPYRIGHT


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/