class Gio::OutputVector

Overview

Structure used for scatter/gather data output. You generally pass in an array of #GOutputVectors and the operation will use all the buffers as if they were one buffer.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/output_vector.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]
def self.new(data : LibGio::OutputVector, transfer : GICrystal::Transfer) #

[View source]
def self.new(size : UInt64 | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def buffer : Pointer(Void) | Nil #

[View source]
def buffer! #

[View source]
def size : UInt64 #

[View source]
def size=(value : UInt64) #

[View source]
def to_unsafe #

[View source]