PHP-GTK
Monday, May 21, 2012 
download | documentation | applications | faq | changelog | resources 


search for in the  


previousGObject::__toString
GObject::connectnext

Last updated: Mon, 21 May 2012
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: Mon, 21 May 2012
view this page in English | Plain HTML


credits 

PHP  Copyright © 2001-2012 The PHP Group
 All rights reserved.
Last updated: Mon May 21 01:45:29 2012 UTC