class Vips::VipsObject
- Vips::VipsObject
- Vips::GObject
- Reference
- Object
Direct Known Subclasses
Defined in:
vips/vipsobject.crInstance Method Summary
-
#get(name : String)
Returns a GObject property
-
#get_blurb(name : String)
Get the blurb for a GObject property.
-
#get_description
Get the description of a GObject.
- #get_pspec(name : String) : LibVips::GParamSpec | Nil
-
#get_typeof(name : String)
Get the GType of a GObject property
- #post_close(&block : -> )
-
#print_all
Print a table of all active libvips objects.
-
#set(gtype, name, value)
Set a GObject property.
-
#set(options : String)
Set a series of properties using a String
Instance methods inherited from class Vips::GObject
get(name : String, gval : GValue)
get,
object_ref
object_ref,
ref_count
ref_count,
release_handle
release_handle,
set(name : String, gval : GValue)
set,
signal_connect(signal : String, callback : Proc, data : Pointer(Void) = Pointer(Void).null) : LibVips::Gulong
signal_connect,
signal_disconnect(handler_id : LibVips::Gulong)signal_disconnect(func : Proc, data : Pointer(Void) = Pointer(Void).null)
signal_disconnect(data : LibVips::Gpointer) signal_disconnect
Instance Method Detail
def set(gtype, name, value)
#
Set a GObject property. Value is converted to the property type, if possible.