@girs/gobject-2.0 2.84.2-4.0.0-beta.24 → 2.84.2-4.0.0-beta.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/gobject-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GObject-2.0, generated from library version 2.84.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.24.
8
+ GJS TypeScript type definitions for GObject-2.0, generated from library version 2.84.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.25.
9
9
 
10
10
 
11
11
  ## Install
package/gobject-2.0.d.ts CHANGED
@@ -1351,7 +1351,7 @@ export namespace GObject {
1351
1351
  name: string,
1352
1352
  nick: string | null,
1353
1353
  blurb: string | null,
1354
- default_value: number,
1354
+ default_value: string,
1355
1355
  flags: ParamFlags | null,
1356
1356
  ): ParamSpec;
1357
1357
  /**
@@ -3701,8 +3701,8 @@ export namespace GObject {
3701
3701
  target: Object,
3702
3702
  target_property: string,
3703
3703
  flags: BindingFlags | null,
3704
- transform_to: Closure,
3705
- transform_from: Closure,
3704
+ transform_to: Closure | null,
3705
+ transform_from: Closure | null,
3706
3706
  ): Binding;
3707
3707
  /**
3708
3708
  * This function is intended for #GObject implementations to re-enforce
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gobject-2.0",
3
- "version": "2.84.2-4.0.0-beta.24",
3
+ "version": "2.84.2-4.0.0-beta.25",
4
4
  "description": "GJS TypeScript type definitions for GObject-2.0, generated from library version 2.84.2",
5
5
  "type": "module",
6
6
  "module": "gobject-2.0.js",
@@ -31,8 +31,8 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.0.0-beta.24",
35
- "@girs/glib-2.0": "^2.84.2-4.0.0-beta.24"
34
+ "@girs/gjs": "^4.0.0-beta.25",
35
+ "@girs/glib-2.0": "^2.84.2-4.0.0-beta.25"
36
36
  },
37
37
  "devDependencies": {
38
38
  "typescript": "*"