js: Port dbusUtils to ESM
The module is shared between the various D-Bus services and the main gnome-shell process, so it was originally left out to allow porting different bits at their own speed. Now that everything has been ported to ESM, there is no reason to not move that particular module as well. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2868>
This commit is contained in:

committed by
Marge Bot

parent
3f80470e26
commit
477011a364
@ -6,7 +6,7 @@ import Gtk from 'gi://Gtk?version=4.0';
|
||||
|
||||
import {ServiceImplementation} from './dbusService.js';
|
||||
|
||||
const {loadInterfaceXML, loadSubInterfaceXML} = imports.misc.dbusUtils;
|
||||
import {loadInterfaceXML, loadSubInterfaceXML} from './misc/dbusUtils.js';
|
||||
import * as Signals from './misc/signals.js';
|
||||
|
||||
const ScreencastIface = loadInterfaceXML('org.gnome.Shell.Screencast');
|
||||
|
Reference in New Issue
Block a user