Class Cond
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class Cond
- Inheritance
-
Cond
- Inherited Members
Constructors
Cond()
public Cond()
Cond(CondOwnedHandle)
public Cond(CondOwnedHandle handle)
Parameters
handle
CondOwnedHandle
Properties
Handle
public CondOwnedHandle Handle { get; }
Property Value
Methods
Broadcast()
public void Broadcast()
Clear()
[Version("2.32")]
public void Clear()
Equals(Cond?)
public bool Equals(Cond? other)
Parameters
other
Cond
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()
public void Free()
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Init()
[Version("2.32")]
public void Init()
New()
public static Cond New()
Returns
Signal()
public void Signal()