Gio.DBusInterfaceSkeleton.prototype.unexport_from_connection

function unexport_from_connection(connection: Gio.DBusConnection): void {
    // Gjs wrapper for g_dbus_interface_skeleton_unexport_from_connection()
}
  

Stops exporting interface_ on connection.

To stop exporting on all connections the interface is exported on, use Gio.DBusInterfaceSkeleton.prototype.unexport.

Since 2.32

connection

A Gio.DBusConnection.