Table of Contents

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

CondOwnedHandle

Methods

Broadcast()

public void Broadcast()

Clear()

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

Equals(Cond?)

public bool Equals(Cond? other)

Parameters

other Cond

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()

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

Cond

Signal()

public void Signal()