Table of Contents

Class BuildableIfaceHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public abstract class BuildableIfaceHandle : SafeHandle, IDisposable
Inheritance
BuildableIfaceHandle
Implements
Derived
Inherited Members

Constructors

BuildableIfaceHandle(bool)

protected BuildableIfaceHandle(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(BuildableIfaceHandle?)

public bool Equals(BuildableIfaceHandle? other)

Parameters

other BuildableIfaceHandle

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.

GetAddChild()

public BuildableIfaceData.AddChildCallback GetAddChild()

Returns

BuildableIfaceData.AddChildCallback

GetConstructChild()

public BuildableIfaceData.ConstructChildCallback GetConstructChild()

Returns

BuildableIfaceData.ConstructChildCallback

GetCustomFinished()

public BuildableIfaceData.CustomFinishedCallback GetCustomFinished()

Returns

BuildableIfaceData.CustomFinishedCallback

GetCustomTagEnd()

public BuildableIfaceData.CustomTagEndCallback GetCustomTagEnd()

Returns

BuildableIfaceData.CustomTagEndCallback

GetCustomTagStart()

public BuildableIfaceData.CustomTagStartCallback GetCustomTagStart()

Returns

BuildableIfaceData.CustomTagStartCallback

GetGIface()

public TypeInterfaceData GetGIface()

Returns

TypeInterfaceData

GetGetId()

public BuildableIfaceData.GetIdCallback GetGetId()

Returns

BuildableIfaceData.GetIdCallback

GetGetInternalChild()

public BuildableIfaceData.GetInternalChildCallback GetGetInternalChild()

Returns

BuildableIfaceData.GetInternalChildCallback

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetParserFinished()

public BuildableIfaceData.ParserFinishedCallback GetParserFinished()

Returns

BuildableIfaceData.ParserFinishedCallback

GetSetBuildableProperty()

public BuildableIfaceData.SetBuildablePropertyCallback GetSetBuildableProperty()

Returns

BuildableIfaceData.SetBuildablePropertyCallback

GetSetId()

public BuildableIfaceData.SetIdCallback GetSetId()

Returns

BuildableIfaceData.SetIdCallback