DBusProxy.setInterfaceInfo

Ensure that interactions with proxy conform to the given interface. For example, when completing a method call, if the type signature of the message isn't what's expected, the given GError is set. Signals that have a type signature mismatch are simply dropped. See the "g-interface-info" property for more details. Since 2.26

class DBusProxy
void
setInterfaceInfo

Parameters

info GDBusInterfaceInfo*

Minimum interface this proxy conforms to or NULL to unset. [allow-none]

Meta