lookup_signal


Description:

public unowned DBusSignalInfo? lookup_signal (string name)

Looks up information about a signal.

The cost of this function is O(n) in number of signals unless cache_build has been used on this.

Parameters:

this

A DBusInterfaceInfo.

name

A D-Bus signal name (typically in CamelCase)

Returns:

A DBusSignalInfo or null if not found. Do not free, it is owned by this.