[gnome] Update extensions

This commit is contained in:
2024-10-31 10:19:02 -04:00
parent 851ec4a772
commit 6d1e6d1132
238 changed files with 8705 additions and 4185 deletions

View File

@ -20,7 +20,7 @@ import * as Lib from './convenience.js';
/**
* @type {ExecuteStuff}
*/
var ExecuteStuff = GObject.registerClass({
export const ExecuteStuff = GObject.registerClass({
GTypeName: 'EasyScreenCast_ExecuteStuff',
}, class ExecuteStuff extends GObject.Object {
/**
@ -262,5 +262,3 @@ var ExecuteStuff = GObject.registerClass({
}
}
});
export {ExecuteStuff};