struct Vips::Introspect::Argument
- Vips::Introspect::Argument
- Struct
- Value
- Object
Overview
An object structure that encapsulate the metadata required to specify arguments
Defined in:
vips/introspect.crConstructors
Instance Method Summary
- #clone
- #copy_with(name _name = @name, flags _flags = @flags, type _type = @type)
- #flags : LibVips::VipsArgumentFlags
- #name : String
- #type : LibVips::GType
Constructor Detail
def self.new(name : String, flags : LibVips::VipsArgumentFlags, type : LibVips::GType)
#