GtkObject::disconnect

GtkObject::disconnect

Removes the connection identified by handler_id. handler_id is the value returned from connect() or one of its sister functions. When the connection is removed, the function that was passed to connect() will not be called when the signal that was passed is emitted.

See also: connect()

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.