struct Vips::Introspect::Argument

Overview

An object structure that encapsulate the metadata required to specify arguments

Defined in:

vips/introspect.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, flags : LibVips::VipsArgumentFlags, type : LibVips::GType) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, flags _flags = @flags, type _type = @type) #

[View source]
def flags : LibVips::VipsArgumentFlags #

def name : String #

def type : LibVips::GType #