Vips::GObject
Instance methods
finalize
Sourcerelease_handle
Decreases the reference count of object. When its reference count drops to 0, its memory is freed.
signal_connect(signal : String, callback : Proc, data : Pointer(Void) = Pointer(Void).null) : LibVips::Gulong
Connects a callback to a signal on this object.
The callback will be triggered every time this signal is issued on this instance.
Disconnects all handlers from this object that match func and data
signal_disconnect(data : LibVips::Gpointer)
Disconnects all handlers from this object that match