lookup_property


Description:

public unowned DBusPropertyInfo? lookup_property (string name)

Looks up information about a property.

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

Parameters:

this

A DBusInterfaceInfo.

name

A D-Bus property name (typically in CamelCase).

Returns:

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