Table of Contents

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

SettingsSchemaKeyOwnedHandle

Methods

Equals(SettingsSchemaKey?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(SettingsSchemaKey? other)

Parameters

other SettingsSchemaKey

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetDefaultValue()

[Version("2.40")]
public Variant GetDefaultValue()

Returns

Variant

GetDescription()

[Version("2.34")]
public string? GetDescription()

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

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

string

GetRange()

[Version("2.40")]
public Variant GetRange()

Returns

Variant

GetSummary()

[Version("2.34")]
public string? GetSummary()

Returns

string

GetValueType()

[Version("2.40")]
public VariantType GetValueType()

Returns

VariantType

RangeCheck(Variant)

[Version("2.40")]
public bool RangeCheck(Variant value)

Parameters

value Variant

Returns

bool

Ref()

[Version("2.40")]
public SettingsSchemaKey Ref()

Returns

SettingsSchemaKey

Unref()

[Version("2.40")]
public void Unref()