g_signal


Description:

public virtual signal void g_signal (string? sender_name, string signal_name, Variant parameters)

Emitted when a signal from the remote object and interface that proxy is for, has been received.

Parameters:

sender_name

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

signal_name

The name of the signal.

parameters

A Variant tuple with parameters for the signal.