Gio.DBusConnection.prototype.unexport_menu_model

function unexport_menu_model(export_id: Number(guint)): void {
    // Gjs wrapper for g_dbus_connection_unexport_menu_model()
}
  

Reverses the effect of a previous call to Gio.DBusConnection.prototype.export_menu_model.

It is an error to call this function with an ID that wasn't returned from Gio.DBusConnection.prototype.export_menu_model or to call it with the same ID more than once.

Since 2.32