[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

@ -27,7 +27,7 @@ let ElapsedSec;
/**
* @type {TimerDelay}
*/
const TimerDelay = GObject.registerClass({
export const TimerDelay = GObject.registerClass({
GTypeName: 'EasyScreenCast_TimerDelay',
}, class TimerDelay extends GObject.Object {
/**
@ -145,7 +145,7 @@ let secpassed = 0;
/**
* @type {TimerCounting}
*/
var TimerCounting = GObject.registerClass({
export const TimerCounting = GObject.registerClass({
GTypeName: 'EasyScreenCast_TimerCounting',
}, class TimerCounting extends GObject.Object {
/**
@ -255,5 +255,3 @@ var TimerCounting = GObject.registerClass({
}
}
});
export {TimerDelay, TimerCounting};