Skip to content

Commit

Permalink
Add workaround to fix gimp-3.0 types
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Sep 20, 2024
1 parent 8ceff39 commit 72ad963
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/generator-typescript/templates/gimp-3.0.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// WORKAROUND: As long as ParamObject is not generated
export class ParamObject extends GObject.ParamSpec {}

// WORKAROUND: As long as ParamObject is not generated
export class ParamItem extends GObject.ParamSpec {}

// WORKAROUND: As long as ParamObject is not generated
export class ParamArray extends GObject.ParamSpec {}
2 changes: 1 addition & 1 deletion types
Submodule types updated 1 files
+8 −0 gimp-3.0/gimp-3.0.d.ts

0 comments on commit 72ad963

Please sign in to comment.