DBusInterfaceInfo.lookupSignal

Looks up information about a signal. The cost of this function is O(n) in number of signals unless g_dbus_interface_info_cache_build() has been used on info. Since 2.26

class DBusInterfaceInfo
lookupSignal
(
string name
)

Parameters

name string

A D-Bus signal name (typically in CamelCase)

Return Value

A GDBusSignalInfo or NULL if not found. Do not free, it is owned by info. [transfer none]

Meta