Table of Contents

Class SignalQuery

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

Constructors

SignalQuery()

public SignalQuery()

SignalQuery(SignalQueryOwnedHandle)

public SignalQuery(SignalQueryOwnedHandle handle)

Parameters

handle SignalQueryOwnedHandle

Properties

Handle

public SignalQueryOwnedHandle Handle { get; }

Property Value

SignalQueryOwnedHandle

NParams

public uint NParams { get; set; }

Property Value

uint

SignalFlags

public SignalFlags SignalFlags { get; set; }

Property Value

SignalFlags

SignalId

public uint SignalId { get; set; }

Property Value

uint

SignalName

public string? SignalName { get; set; }

Property Value

string

Methods

Equals(SignalQuery?)

public bool Equals(SignalQuery? other)

Parameters

other SignalQuery

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.