@girs/gee-0.8 0.8.0-4.0.0-beta.39 → 0.8.0-4.0.0-beta.40

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/gee-0.8)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gee-0.8, generated from library version 0.8.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.39.
8
+ GJS TypeScript type definitions for Gee-0.8, generated from library version 0.8.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.40.
9
9
 
10
10
  ## Install
11
11
 
package/gee-0.8.d.ts CHANGED
@@ -21,7 +21,7 @@ export namespace Gee {
21
21
  */
22
22
 
23
23
  class FutureError extends GLib.Error {
24
- static $gtype: GObject.GType<FutureError>;
24
+ static $gtype: GObject.GType<GLib.Error>;
25
25
 
26
26
  // Static fields
27
27
 
@@ -76,6 +76,7 @@ export namespace Gee {
76
76
  END,
77
77
  WAIT,
78
78
  }
79
+
79
80
  function functions_get_equal_func_for(t: GObject.GType): [EqualDataFunc, any];
80
81
  function functions_get_hash_func_for(t: GObject.GType): [HashDataFunc, any];
81
82
  function functions_get_compare_func_for(t: GObject.GType): [GLib.CompareDataFunc, any];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/gee-0.8",
3
- "version": "0.8.0-4.0.0-beta.39",
3
+ "version": "0.8.0-4.0.0-beta.40",
4
4
  "description": "GJS TypeScript type definitions for Gee-0.8, generated from library version 0.8.0",
5
5
  "type": "module",
6
6
  "module": "gee-0.8.js",
@@ -31,11 +31,11 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "4.0.0-beta.39",
35
- "@girs/gio-2.0": "2.86.4-4.0.0-beta.39",
36
- "@girs/gobject-2.0": "2.86.4-4.0.0-beta.39",
37
- "@girs/glib-2.0": "2.86.4-4.0.0-beta.39",
38
- "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.39" },
34
+ "@girs/gjs": "4.0.0-beta.40",
35
+ "@girs/gio-2.0": "2.86.4-4.0.0-beta.40",
36
+ "@girs/gobject-2.0": "2.86.4-4.0.0-beta.40",
37
+ "@girs/glib-2.0": "2.86.4-4.0.0-beta.40",
38
+ "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.40" },
39
39
  "devDependencies": {
40
40
  "typescript": "*"
41
41
  },