Table of Contents

Class BackForwardList

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class BackForwardList : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
BackForwardList
Implements
Inherited Members

Constructors

BackForwardList(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public BackForwardList(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

BackForwardList(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected BackForwardList(CreationData data)

Parameters

data CreationData

BackForwardList(BackForwardListHandle)

protected BackForwardList(BackForwardListHandle handle)

Parameters

handle BackForwardListHandle

Fields

ChangedSignal

Signal Descriptor for OnChanged.

public static readonly Signal<BackForwardList, BackForwardList.ChangedSignalArgs> ChangedSignal

Field Value

Signal<BackForwardList, BackForwardList.ChangedSignalArgs>

Methods

GetBackItem()

public BackForwardListItem? GetBackItem()

Returns

BackForwardListItem

GetCurrentItem()

public BackForwardListItem? GetCurrentItem()

Returns

BackForwardListItem

GetForwardItem()

public BackForwardListItem? GetForwardItem()

Returns

BackForwardListItem

GetGType()

public static Type GetGType()

Returns

Type

GetLength()

public uint GetLength()

Returns

uint

GetNthItem(int)

public BackForwardListItem? GetNthItem(int index)

Parameters

index int

Returns

BackForwardListItem

NewFromPointer(nint, bool)

Creates a new managed BackForwardList instance for a given pointer.

public static BackForwardList NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

BackForwardList

NewWithProperties(ConstructArgument[])

Creates a new BackForwardList and sets the properties specified by the construct arguments.

public static BackForwardList NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

BackForwardList

Events

OnChanged

public event SignalHandler<BackForwardList, BackForwardList.ChangedSignalArgs> OnChanged

Event Type

SignalHandler<BackForwardList, BackForwardList.ChangedSignalArgs>