Skip to content

Commit 72ad963

Browse files
committed
Add workaround to fix gimp-3.0 types
1 parent 8ceff39 commit 72ad963

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// WORKAROUND: As long as ParamObject is not generated
2+
export class ParamObject extends GObject.ParamSpec {}
3+
4+
// WORKAROUND: As long as ParamObject is not generated
5+
export class ParamItem extends GObject.ParamSpec {}
6+
7+
// WORKAROUND: As long as ParamObject is not generated
8+
export class ParamArray extends GObject.ParamSpec {}

types

0 commit comments

Comments
 (0)