@girs/vgpg-1 1.0.0-4.0.0-beta.39 → 1.0.0-4.0.0-beta.41

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/vgpg-1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Vgpg-1, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.39.
8
+ GJS TypeScript type definitions for Vgpg-1, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.41.
9
9
 
10
10
  ## Install
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/vgpg-1",
3
- "version": "1.0.0-4.0.0-beta.39",
3
+ "version": "1.0.0-4.0.0-beta.41",
4
4
  "description": "GJS TypeScript type definitions for Vgpg-1, generated from library version 1.0.0",
5
5
  "type": "module",
6
6
  "module": "vgpg-1.js",
@@ -31,18 +31,18 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "4.0.0-beta.39",
35
- "@girs/vda-1": "1.0.0-4.0.0-beta.39",
36
- "@girs/gcalc-2": "2.0.0-4.0.0-beta.39",
37
- "@girs/gio-2.0": "2.86.4-4.0.0-beta.39",
38
- "@girs/gobject-2.0": "2.86.4-4.0.0-beta.39",
39
- "@girs/glib-2.0": "2.86.4-4.0.0-beta.39",
40
- "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.39",
41
- "@girs/gee-0.8": "0.8.0-4.0.0-beta.39",
42
- "@girs/json-1.0": "1.10.8-4.0.0-beta.39",
43
- "@girs/gxml-0.20": "0.20.0-4.0.0-beta.39",
44
- "@girs/libxml2-2.0": "2.0.0-4.0.0-beta.39",
45
- "@girs/vgda-1": "1.0.0-4.0.0-beta.39" },
34
+ "@girs/gjs": "4.0.0-beta.41",
35
+ "@girs/vda-1": "1.0.0-4.0.0-beta.41",
36
+ "@girs/gcalc-2": "2.0.0-4.0.0-beta.41",
37
+ "@girs/gio-2.0": "2.88.0-4.0.0-beta.41",
38
+ "@girs/gobject-2.0": "2.88.0-4.0.0-beta.41",
39
+ "@girs/glib-2.0": "2.88.0-4.0.0-beta.41",
40
+ "@girs/gmodule-2.0": "2.0.0-4.0.0-beta.41",
41
+ "@girs/gee-0.8": "0.8.0-4.0.0-beta.41",
42
+ "@girs/json-1.0": "1.10.8-4.0.0-beta.41",
43
+ "@girs/gxml-0.20": "0.20.0-4.0.0-beta.41",
44
+ "@girs/libxml2-2.0": "2.0.0-4.0.0-beta.41",
45
+ "@girs/vgda-1": "1.0.0-4.0.0-beta.41" },
46
46
  "devDependencies": {
47
47
  "typescript": "*"
48
48
  },
package/tsconfig.json CHANGED
@@ -17,7 +17,45 @@
17
17
  "inlineSources": false,
18
18
  "newLine": "LF",
19
19
  // Show diagnostics
20
- "diagnostics": true
20
+ "diagnostics": true,
21
+ "paths": {
22
+ "@girs/vda-1": [
23
+ "../vda-1/index.d.ts"
24
+ ],
25
+ "@girs/gcalc-2": [
26
+ "../gcalc-2/index.d.ts"
27
+ ],
28
+ "@girs/gio-2.0": [
29
+ "../gio-2.0/index.d.ts"
30
+ ],
31
+ "@girs/gobject-2.0": [
32
+ "../gobject-2.0/index.d.ts"
33
+ ],
34
+ "@girs/glib-2.0": [
35
+ "../glib-2.0/index.d.ts"
36
+ ],
37
+ "@girs/gmodule-2.0": [
38
+ "../gmodule-2.0/index.d.ts"
39
+ ],
40
+ "@girs/gee-0.8": [
41
+ "../gee-0.8/index.d.ts"
42
+ ],
43
+ "@girs/json-1.0": [
44
+ "../json-1.0/index.d.ts"
45
+ ],
46
+ "@girs/gxml-0.20": [
47
+ "../gxml-0.20/index.d.ts"
48
+ ],
49
+ "@girs/libxml2-2.0": [
50
+ "../libxml2-2.0/index.d.ts"
51
+ ],
52
+ "@girs/vgda-1": [
53
+ "../vgda-1/index.d.ts"
54
+ ],
55
+ "@girs/gjs": [
56
+ "../gjs/index.d.ts"
57
+ ]
58
+ }
21
59
  },
22
60
  "include": ["./vgpg-1.d.ts"]
23
61
  }
package/typedoc.json CHANGED
@@ -2,6 +2,8 @@
2
2
  "entryPoints": ["./vgpg-1.d.ts"],
3
3
  "readme": "./README.md",
4
4
  "name": "Vgpg-1",
5
- "tsconfig": "./tsconfig.json"
5
+ "tsconfig": "./tsconfig.json",
6
+ "skipErrorChecking": true,
7
+ "highlightLanguages": ["typescript", "javascript", "c", "cpp", "xml", "bash", "json", "css"]
6
8
  }
7
9
 
package/vgpg-1.d.ts CHANGED
@@ -36,6 +36,9 @@ export namespace Vgpg {
36
36
  interface ConstructorProps extends Vgda.GProvider.ConstructorProps {}
37
37
  }
38
38
 
39
+ /**
40
+ * @gir-type Class
41
+ */
39
42
  class Connection extends Vgda.GProvider {
40
43
  static $gtype: GObject.GType<Connection>;
41
44
 
@@ -58,16 +61,19 @@ export namespace Vgpg {
58
61
 
59
62
  // Signals
60
63
 
64
+ /** @signal */
61
65
  connect<K extends keyof Connection.SignalSignatures>(
62
66
  signal: K,
63
67
  callback: GObject.SignalCallback<this, Connection.SignalSignatures[K]>,
64
68
  ): number;
65
69
  connect(signal: string, callback: (...args: any[]) => any): number;
70
+ /** @signal */
66
71
  connect_after<K extends keyof Connection.SignalSignatures>(
67
72
  signal: K,
68
73
  callback: GObject.SignalCallback<this, Connection.SignalSignatures[K]>,
69
74
  ): number;
70
75
  connect_after(signal: string, callback: (...args: any[]) => any): number;
76
+ /** @signal */
71
77
  emit<K extends keyof Connection.SignalSignatures>(
72
78
  signal: K,
73
79
  ...args: GObject.GjsParameters<Connection.SignalSignatures[K]> extends [any, ...infer Q] ? Q : never
@@ -79,7 +85,13 @@ export namespace Vgpg {
79
85
  current_user(): Vda.Role;
80
86
  }
81
87
 
88
+ /**
89
+ * @gir-type Alias
90
+ */
82
91
  type ConnectionClass = typeof Connection;
92
+ /**
93
+ * @gir-type Struct
94
+ */
83
95
  abstract class ConnectionPrivate {
84
96
  static $gtype: GObject.GType<ConnectionPrivate>;
85
97
  }