lookingGlass: Export the Inspector class
Several extensions use this class to let the user pick application windows. Exporting this class will make it easier for these extensions to be ported to GNOME 45. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2898>
This commit is contained in:
parent
cd1f8ba11d
commit
8d1aa7bed8
@ -574,7 +574,7 @@ class RedBorderEffect extends Clutter.Effect {
|
||||
}
|
||||
});
|
||||
|
||||
const Inspector = GObject.registerClass({
|
||||
export const Inspector = GObject.registerClass({
|
||||
Signals: {
|
||||
'closed': {},
|
||||
'target': {param_types: [Clutter.Actor.$gtype, GObject.TYPE_DOUBLE, GObject.TYPE_DOUBLE]},
|
||||
|
Loading…
x
Reference in New Issue
Block a user