DBusInterfaceInfo.lookupProperty
gio.dbus_property_info.DBusPropertyInfo lookupProperty(string name)Looks up information about a property.
The cost of this function is O(n) in number of properties unless [gio.dbus_interface_info.DBusInterfaceInfo.cacheBuild] has been used on info.
Parameters
name | A D-Bus property name (typically in CamelCase). |
Returns
A #GDBusPropertyInfo or null if not found. Do not free, it is owned by info.