DBusUtilities.interfaceInfoLookupMethod

Looks up information about a method. This cost of this function is O(n) in number of methods. Since 2.26

class DBusUtilities
static
interfaceInfoLookupMethod

Parameters

info GDBusInterfaceInfo*

A GDBusInterfaceInfo.

name string

A D-Bus method name (typically in CamelCase)

Return Value

A GDBusMethodInfo or NULL if not found. Do not free, it is owned by info.

Meta