Table of Contents

Class ParamSpecPool

Namespace
GObject
Assembly
GObject-2.0.dll
public sealed class ParamSpecPool
Inheritance
ParamSpecPool
Inherited Members

Constructors

ParamSpecPool(ParamSpecPoolOwnedHandle)

public ParamSpecPool(ParamSpecPoolOwnedHandle handle)

Parameters

handle ParamSpecPoolOwnedHandle

Properties

Handle

public ParamSpecPoolOwnedHandle Handle { get; }

Property Value

ParamSpecPoolOwnedHandle

Methods

Equals(ParamSpecPool?)

public bool Equals(ParamSpecPool? other)

Parameters

other ParamSpecPool

Returns

bool

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.

Free()

[Version("2.80")]
public void Free()

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Insert(ParamSpec, Type)

public void Insert(ParamSpec pspec, Type ownerType)

Parameters

pspec ParamSpec
ownerType Type

Lookup(string, Type, bool)

public ParamSpec? Lookup(string paramName, Type ownerType, bool walkAncestors)

Parameters

paramName string
ownerType Type
walkAncestors bool

Returns

ParamSpec

New(bool)

public static ParamSpecPool New(bool typePrefixing)

Parameters

typePrefixing bool

Returns

ParamSpecPool

Remove(ParamSpec)

public void Remove(ParamSpec pspec)

Parameters

pspec ParamSpec