removeInterfaceByName

open fun removeInterfaceByName(interfaceName: String)

Removes the #GDBusInterface with @interface_name from @object.

If no D-Bus interface of the given interface exists, this function does nothing.

Since

2.30

Parameters

interfaceName

A D-Bus interface name.