Table of Contents

Class StringChunk

Namespace
GLib
Assembly
GLib-2.0.dll
public sealed class StringChunk
Inheritance
StringChunk
Inherited Members

Constructors

StringChunk(StringChunkOwnedHandle)

public StringChunk(StringChunkOwnedHandle handle)

Parameters

handle StringChunkOwnedHandle

Properties

Handle

public StringChunkOwnedHandle Handle { get; }

Property Value

StringChunkOwnedHandle

Methods

Clear()

[Version("2.14")]
public void Clear()

Equals(StringChunk?)

public bool Equals(StringChunk? other)

Parameters

other StringChunk

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Free()

public void Free()

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Insert(string)

public string Insert(string @string)

Parameters

string string

Returns

string

InsertConst(string)

public string InsertConst(string @string)

Parameters

string string

Returns

string

InsertLen(string, long)

[Version("2.4")]
public string InsertLen(string @string, long len)

Parameters

string string
len long

Returns

string

New(nuint)

public static StringChunk New(nuint size)

Parameters

size nuint

Returns

StringChunk