Class SettingsBackend
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class SettingsBackend : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
SettingsBackend
- Implements
- Inherited Members
Constructors
SettingsBackend(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 SettingsBackend(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
SettingsBackend(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected SettingsBackend(CreationData data)
Parameters
dataCreationData
SettingsBackend(SettingsBackendHandle)
protected SettingsBackend(SettingsBackendHandle handle)
Parameters
handleSettingsBackendHandle
Methods
Changed(string, nint)
[Version("2.26")]
public void Changed(string key, nint originTag)
Parameters
ChangedTree(Tree, nint)
[Version("2.26")]
public void ChangedTree(Tree tree, nint originTag)
Parameters
GetDefault()
[Version("2.28")]
public static SettingsBackend GetDefault()
Returns
GetGType()
public static Type GetGType()
Returns
KeysChanged(string, string[], nint)
[Version("2.26")]
public void KeysChanged(string path, string[] items, nint originTag)
Parameters
NewFromPointer(nint, bool)
Creates a new managed SettingsBackend instance for a given pointer.
public static SettingsBackend NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new SettingsBackend and sets the properties specified by the construct arguments.
public static SettingsBackend NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
PathChanged(string, nint)
[Version("2.26")]
public void PathChanged(string path, nint originTag)
Parameters
PathWritableChanged(string)
[Version("2.26")]
public void PathWritableChanged(string path)
Parameters
pathstring
WritableChanged(string)
[Version("2.26")]
public void WritableChanged(string key)
Parameters
keystring