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 3c60f40 commit 11d8d84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gimp-3.0/gimp-3.0.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ import type Babl from '@girs/babl-0.1';
import type GdkPixbuf from '@girs/gdkpixbuf-2.0';

export namespace Gimp {
// 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 {}
/**
* Gimp-3.0
*/
Expand Down

0 comments on commit 11d8d84

Please sign in to comment.