emitGSignal

fun emitGSignal(detail: String? = null, senderName: String?, signalName: String, parameters: <Error class: unknown class>)(source)

Emits the "g-signal" signal. See onGSignal.

Since

2.26

Parameters

detail

the signal detail

senderName

The sender of the signal or null if the connection is not a bus connection.

signalName

The name of the signal.

parameters

A #GVariant tuple with parameters for the signal.