class

Vips::GObject

Inherits Reference / Object

Instance methods

finalize
Source
get(name : String, gval : GValue)
Source
object_ref

Increases the reference count of object

Source
ref_count

Get the reference count of object.

Source
release_handle

Decreases the reference count of object. When its reference count drops to 0, its memory is freed.

Source
set(name : String, gval : GValue)
Source
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.

Source
signal_disconnect(handler_id : LibVips::Gulong)

Disconnects a handler from this object

Source
signal_disconnect(func : Proc, data : Pointer(Void) = Pointer(Void).null)

Disconnects all handlers from this object that match func and data

Source
signal_disconnect(data : LibVips::Gpointer)

Disconnects all handlers from this object that match

Source