GtkObject::sink

void sink();

This method decrements the reference counter for the object. If the reference counter hits zero, the object is destroyed. This method is usually called internally by PHP-GTK. It is unlikely that you will ever need to call this method explicitly in code.