Gio.DBusObjectSkeleton.prototype.remove_interface_by_name

function remove_interface_by_name(interface_name: String): void {
    // Gjs wrapper for g_dbus_object_skeleton_remove_interface_by_name()
}
  

Removes the Gio.DBusInterface with interface_name from object.

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

Since 2.30

interface_name

A D-Bus interface name.