Table of Contents

Class WebsiteDataManager

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class WebsiteDataManager : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
WebsiteDataManager
Implements
Inherited Members

Constructors

WebsiteDataManager(bool, params ConstructArgument[])

protected WebsiteDataManager(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

WebsiteDataManager(IntPtr, bool)

protected WebsiteDataManager(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

BaseCacheDirectoryPropertyDefinition

public static readonly Property<string?, WebsiteDataManager> BaseCacheDirectoryPropertyDefinition

Field Value

Property<string, WebsiteDataManager>

BaseDataDirectoryPropertyDefinition

public static readonly Property<string?, WebsiteDataManager> BaseDataDirectoryPropertyDefinition

Field Value

Property<string, WebsiteDataManager>

IsEphemeralPropertyDefinition

public static readonly Property<bool, WebsiteDataManager> IsEphemeralPropertyDefinition

Field Value

Property<bool, WebsiteDataManager>

Properties

BaseCacheDirectory

public string? BaseCacheDirectory { get; }

Property Value

string

BaseDataDirectory

public string? BaseDataDirectory { get; }

Property Value

string

IsEphemeral

public bool IsEphemeral { get; }

Property Value

bool

Methods

ClearFinish(AsyncResult)

[Version("2.16")]
public bool ClearFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

bool

FetchFinish(AsyncResult)

[Version("2.16")]
public List FetchFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

List

GetBaseCacheDirectory()

[Version("2.10")]
public string? GetBaseCacheDirectory()

Returns

string

GetBaseDataDirectory()

[Version("2.10")]
public string? GetBaseDataDirectory()

Returns

string

GetFaviconDatabase()

[Version("2.40")]
public FaviconDatabase? GetFaviconDatabase()

Returns

FaviconDatabase

GetFaviconsEnabled()

[Version("2.40")]
public bool GetFaviconsEnabled()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetIsEphemeral()

[Version("2.16")]
public bool GetIsEphemeral()

Returns

bool

GetItpSummaryFinish(AsyncResult)

[Version("2.30")]
public List GetItpSummaryFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

List

RemoveFinish(AsyncResult)

[Version("2.16")]
public bool RemoveFinish(AsyncResult result)

Parameters

result AsyncResult

Returns

bool

SetFaviconsEnabled(bool)

[Version("2.40")]
public void SetFaviconsEnabled(bool enabled)

Parameters

enabled bool