Table of Contents

Class PollableOutputStreamHelper

Namespace
Gio
Assembly
Gio-2.0.dll
public sealed class PollableOutputStreamHelper : Object, IObject, INotifyPropertyChanged, IDisposable, PollableOutputStream, IHandle, GTypeProvider
Inheritance
PollableOutputStreamHelper
Implements
Inherited Members

Constructors

PollableOutputStreamHelper(IntPtr, bool)

public PollableOutputStreamHelper(IntPtr handle, bool ownedRef)

Parameters

handle IntPtr
ownedRef bool

Methods

CanPoll()

[Version("2.28")]
public bool CanPoll()

Returns

bool

CreateSource(Cancellable?)

[Version("2.28")]
public Source CreateSource(Cancellable? cancellable)

Parameters

cancellable Cancellable

Returns

Source

GetGType()

public static Type GetGType()

Returns

Type

IsWritable()

[Version("2.28")]
public bool IsWritable()

Returns

bool

WriteNonblocking(Span<byte>, Cancellable?)

public long WriteNonblocking(Span<byte> buffer, Cancellable? cancellable)

Parameters

buffer Span<byte>
cancellable Cancellable

Returns

long

WritevNonblocking(OutputVector[], out nuint, Cancellable?)

[Version("2.60")]
public PollableReturn WritevNonblocking(OutputVector[] vectors, out nuint bytesWritten, Cancellable? cancellable)

Parameters

vectors OutputVector[]
bytesWritten nuint
cancellable Cancellable

Returns

PollableReturn