PHP-GTK
Sunday, November 08, 2009 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGObject::__toString
GObject::connectnext

Last updated: Sun, 08 Nov 2009
view this page in English | Plain HTML

GObject::block

Blocks the given signal handler from being called when a signal is emitted. Use unblock() to continue receiving method calls.

When calling the method multiple times for the same handler, you need to call the unblock the same amount of times to get it working again.

The handler_id is the return value of the connect_* methods.

See also: connect() , disconnect() , is_connected() , unblock()


User Contributed Notes
gobject.method.block.php
add a note about notes
There are no user contributed notes for this page.


previousGObject::__toString
GObject::connectnext

Last updated: Sun, 08 Nov 2009
view this page in English | Plain HTML


credits 

PHP  Copyright © 2001-2009 The PHP Group
 All rights reserved.
Last updated: Sun Nov 8 02:43:43 2009 UTC