Table of Contents

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

SettingsSchemaOwnedHandle

Methods

Equals(SettingsSchema?)

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

public bool Equals(SettingsSchema? other)

Parameters

other SettingsSchema

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.

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.

GetId()

public string GetId()

Returns

string

GetKey(string)

[Version("2.40")]
public SettingsSchemaKey GetKey(string name)

Parameters

name string

Returns

SettingsSchemaKey

GetPath()

[Version("2.32")]
public string? GetPath()

Returns

string

HasKey(string)

[Version("2.40")]
public bool HasKey(string name)

Parameters

name string

Returns

bool

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

SettingsSchema

Unref()

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