Class UserContentFilterStore
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class UserContentFilterStore : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
UserContentFilterStore
- Implements
- Inherited Members
Constructors
UserContentFilterStore(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 UserContentFilterStore(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
UserContentFilterStore(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected UserContentFilterStore(CreationData data)
Parameters
dataCreationData
UserContentFilterStore(UserContentFilterStoreHandle)
protected UserContentFilterStore(UserContentFilterStoreHandle handle)
Parameters
handleUserContentFilterStoreHandle
Fields
PathPropertyDefinition
public static readonly Property<string?, UserContentFilterStore> PathPropertyDefinition
Field Value
Properties
Path
public string? Path { get; }
Property Value
Methods
FetchIdentifiersFinish(AsyncResult)
[Version("2.24")]
public string[] FetchIdentifiersFinish(AsyncResult result)
Parameters
resultAsyncResult
Returns
- string[]
GetGType()
public static Type GetGType()
Returns
GetPath()
[Version("2.24")]
public string GetPath()
Returns
LoadFinish(AsyncResult)
[Version("2.24")]
public UserContentFilter LoadFinish(AsyncResult result)
Parameters
resultAsyncResult
Returns
New(string)
[Version("2.24")]
public static UserContentFilterStore New(string storagePath)
Parameters
storagePathstring
Returns
NewFromPointer(nint, bool)
Creates a new managed UserContentFilterStore instance for a given pointer.
public static UserContentFilterStore NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new UserContentFilterStore and sets the properties specified by the construct arguments.
public static UserContentFilterStore NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
RemoveFinish(AsyncResult)
[Version("2.24")]
public bool RemoveFinish(AsyncResult result)
Parameters
resultAsyncResult
Returns
SaveFinish(AsyncResult)
[Version("2.24")]
public UserContentFilter SaveFinish(AsyncResult result)
Parameters
resultAsyncResult
Returns
SaveFromFileFinish(AsyncResult)
[Version("2.24")]
public UserContentFilter SaveFromFileFinish(AsyncResult result)
Parameters
resultAsyncResult