Class SettingsSchema
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public sealed class SettingsSchema : BoxedRecord, IEquatable<SettingsSchema>
- Inheritance
-
SettingsSchema
- Implements
- Inherited Members
Constructors
SettingsSchema(SettingsSchemaOwnedHandle)
public SettingsSchema(SettingsSchemaOwnedHandle handle)
Parameters
handle
SettingsSchemaOwnedHandle
Properties
Handle
public SettingsSchemaOwnedHandle Handle { get; }
Property Value
Methods
Equals(SettingsSchema?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(SettingsSchema? other)
Parameters
other
SettingsSchemaAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetId()
public string GetId()
Returns
GetKey(string)
[Version("2.40")]
public SettingsSchemaKey GetKey(string name)
Parameters
name
string
Returns
GetPath()
[Version("2.32")]
public string? GetPath()
Returns
HasKey(string)
[Version("2.40")]
public bool HasKey(string name)
Parameters
name
string
Returns
ListChildren()
[Version("2.44")]
public string[] ListChildren()
Returns
- string[]
ListKeys()
[Version("2.46")]
public string[] ListKeys()
Returns
- string[]
Ref()
[Version("2.32")]
public SettingsSchema Ref()
Returns
Unref()
[Version("2.32")]
public void Unref()