gnome-shell/js/dbusServices/org.gnome.Shell.Screencast.src.gresource.xml
Florian Müllner 9e96e8495b dbusServices: Always import dbus errors
This makes sure custom errors are registered correctly, even when
the service doesn't do anything other than passing them on.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3159>
2024-01-31 20:58:31 +01:00

15 lines
406 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/Shell/Screencast/js">
<file>main.js</file>
<file>screencastService.js</file>
<file>dbusService.js</file>
<file>misc/config.js</file>
<file>misc/dbusUtils.js</file>
<file>misc/dbusErrors.js</file>
<file>misc/signals.js</file>
<file>misc/signalTracker.js</file>
</gresource>
</gresources>