Class SettingsSchemaKey
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public sealed class SettingsSchemaKey : BoxedRecord, IEquatable<SettingsSchemaKey>
- Inheritance
-
SettingsSchemaKey
- Implements
- Inherited Members
Constructors
SettingsSchemaKey(SettingsSchemaKeyOwnedHandle)
public SettingsSchemaKey(SettingsSchemaKeyOwnedHandle handle)
Parameters
handle
SettingsSchemaKeyOwnedHandle
Properties
Handle
public SettingsSchemaKeyOwnedHandle Handle { get; }
Property Value
Methods
Equals(SettingsSchemaKey?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(SettingsSchemaKey? other)
Parameters
other
SettingsSchemaKeyAn 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
GetDefaultValue()
[Version("2.40")]
public Variant GetDefaultValue()
Returns
GetDescription()
[Version("2.34")]
public string? GetDescription()
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.
GetName()
[Version("2.44")]
public string GetName()
Returns
GetRange()
[Version("2.40")]
public Variant GetRange()
Returns
GetSummary()
[Version("2.34")]
public string? GetSummary()
Returns
GetValueType()
[Version("2.40")]
public VariantType GetValueType()
Returns
RangeCheck(Variant)
[Version("2.40")]
public bool RangeCheck(Variant value)
Parameters
value
Variant
Returns
Ref()
[Version("2.40")]
public SettingsSchemaKey Ref()
Returns
Unref()
[Version("2.40")]
public void Unref()