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
Methods
Equals(ParamSpecPool?)
public bool Equals(ParamSpecPool? other)
Parameters
other
ParamSpecPool
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
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
Lookup(string, Type, bool)
public ParamSpec? Lookup(string paramName, Type ownerType, bool walkAncestors)
Parameters
Returns
New(bool)
public static ParamSpecPool New(bool typePrefixing)
Parameters
typePrefixing
bool
Returns
Remove(ParamSpec)
public void Remove(ParamSpec pspec)
Parameters
pspec
ParamSpec