Table of Contents

Class CompletionHandle

Namespace
GLib.Internal
Assembly
GLib-2.0.dll
public abstract class CompletionHandle : SafeHandle, IDisposable
Inheritance
CompletionHandle
Implements
Derived
Inherited Members

Constructors

CompletionHandle(bool)

protected CompletionHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(CompletionHandle?)

public bool Equals(CompletionHandle? other)

Parameters

other CompletionHandle

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.

GetCache()

public IntPtr GetCache()

Returns

IntPtr

GetFunc()

public CompletionFunc GetFunc()

Returns

CompletionFunc

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetItems()

public IntPtr GetItems()

Returns

IntPtr

GetPrefix()

public IntPtr GetPrefix()

Returns

IntPtr

GetStrncmpFunc()

public CompletionStrncmpFunc GetStrncmpFunc()

Returns

CompletionStrncmpFunc

SetCache(IntPtr)

public void SetCache(IntPtr value)

Parameters

value IntPtr

SetFunc(CompletionFunc)

public void SetFunc(CompletionFunc value)

Parameters

value CompletionFunc

SetItems(IntPtr)

public void SetItems(IntPtr value)

Parameters

value IntPtr

SetPrefix(IntPtr)

public void SetPrefix(IntPtr value)

Parameters

value IntPtr

SetStrncmpFunc(CompletionStrncmpFunc)

public void SetStrncmpFunc(CompletionStrncmpFunc value)

Parameters

value CompletionStrncmpFunc