diff options
Diffstat (limited to 'lang/gjs/src/gobject.ts')
-rw-r--r-- | lang/gjs/src/gobject.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gjs/src/gobject.ts b/lang/gjs/src/gobject.ts index 4740764..d37ac69 100644 --- a/lang/gjs/src/gobject.ts +++ b/lang/gjs/src/gobject.ts @@ -1,8 +1,8 @@ -export { default as GObject, default as default } from "gi://GObject" -export { default as Gio } from "gi://Gio" -export { default as GLib } from "gi://GLib" - import GObject from "gi://GObject" + +export { default as GLib } from "gi://GLib?version=2.0" +export { GObject, GObject as default } + const meta = Symbol("meta") const { ParamSpec, ParamFlags } = GObject |