Class WebsiteDataManager
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class WebsiteDataManager : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
WebsiteDataManager
- Implements
- Inherited Members
Constructors
WebsiteDataManager(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 WebsiteDataManager(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
WebsiteDataManager(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected WebsiteDataManager(CreationData data)
Parameters
dataCreationData
WebsiteDataManager(WebsiteDataManagerHandle)
protected WebsiteDataManager(WebsiteDataManagerHandle handle)
Parameters
handleWebsiteDataManagerHandle
Fields
BaseCacheDirectoryPropertyDefinition
public static readonly Property<string?, WebsiteDataManager> BaseCacheDirectoryPropertyDefinition
Field Value
BaseDataDirectoryPropertyDefinition
public static readonly Property<string?, WebsiteDataManager> BaseDataDirectoryPropertyDefinition
Field Value
IsEphemeralPropertyDefinition
public static readonly Property<bool, WebsiteDataManager> IsEphemeralPropertyDefinition
Field Value
Properties
BaseCacheDirectory
public string? BaseCacheDirectory { get; }
Property Value
BaseDataDirectory
public string? BaseDataDirectory { get; }
Property Value
IsEphemeral
public bool IsEphemeral { get; }
Property Value
Methods
ClearFinish(AsyncResult)
[Version("2.16")]
public bool ClearFinish(AsyncResult result)
Parameters
resultAsyncResult
Returns
FetchFinish(AsyncResult)
[Version("2.16")]
public List FetchFinish(AsyncResult result)
Parameters
resultAsyncResult
Returns
GetBaseCacheDirectory()
[Version("2.10")]
public string? GetBaseCacheDirectory()
Returns
GetBaseDataDirectory()
[Version("2.10")]
public string? GetBaseDataDirectory()
Returns
GetFaviconDatabase()
[Version("2.40")]
public FaviconDatabase? GetFaviconDatabase()
Returns
GetFaviconsEnabled()
[Version("2.40")]
public bool GetFaviconsEnabled()
Returns
GetGType()
public static Type GetGType()
Returns
GetIsEphemeral()
[Version("2.16")]
public bool GetIsEphemeral()
Returns
GetItpSummaryFinish(AsyncResult)
[Version("2.30")]
public List GetItpSummaryFinish(AsyncResult result)
Parameters
resultAsyncResult
Returns
NewFromPointer(nint, bool)
Creates a new managed WebsiteDataManager instance for a given pointer.
public static WebsiteDataManager NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new WebsiteDataManager and sets the properties specified by the construct arguments.
public static WebsiteDataManager NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
RemoveFinish(AsyncResult)
[Version("2.16")]
public bool RemoveFinish(AsyncResult result)
Parameters
resultAsyncResult
Returns
SetFaviconsEnabled(bool)
[Version("2.40")]
public void SetFaviconsEnabled(bool enabled)
Parameters
enabledbool