@girs/builder-1.0 4.5.0 → 4.6.0

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
@@ -4,7 +4,7 @@
4
4
  ![version](https://img.shields.io/npm/v/@girs/builder-1.0)
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/builder-1.0)
6
6
 
7
- GJS TypeScript type definitions for Builder-1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.5.0.
7
+ GJS TypeScript type definitions for Builder-1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.6.0.
8
8
 
9
9
  This package contains type declarations only. It ships no runtime code, so it adds
10
10
  nothing to your program and works with any bundler or none at all.
package/builder-1.0.d.ts CHANGED
@@ -84,7 +84,7 @@ export namespace Builder {
84
84
 
85
85
  namespace Application {
86
86
  // Signal signatures
87
- interface SignalSignatures extends Gtk.Application.SignalSignatures {
87
+ interface SignalSignatures extends Gtk.Application.SignalSignatures, Gio.ActionGroup.SignalSignatures {
88
88
  "notify::active-window": (pspec: GObject.ParamSpec) => void;
89
89
  "notify::app-menu": (pspec: GObject.ParamSpec) => void;
90
90
  "notify::menubar": (pspec: GObject.ParamSpec) => void;
@@ -1791,7 +1791,7 @@ export namespace Builder {
1791
1791
 
1792
1792
  namespace Workbench {
1793
1793
  // Signal signatures
1794
- interface SignalSignatures extends Gtk.ApplicationWindow.SignalSignatures {
1794
+ interface SignalSignatures extends Gtk.ApplicationWindow.SignalSignatures, Gio.ActionGroup.SignalSignatures {
1795
1795
  /**
1796
1796
  * @signal
1797
1797
  * @run-last
@@ -2739,6 +2739,15 @@ export namespace Builder {
2739
2739
  };
2740
2740
 
2741
2741
  namespace Document {
2742
+ // Signal signatures
2743
+ interface SignalSignatures {
2744
+ /**
2745
+ * Creates a new view for the document.
2746
+ * @signal
2747
+ * @run-last
2748
+ */
2749
+ "create-view": () => View;
2750
+ }
2742
2751
  /**
2743
2752
  * Interface for implementing Document.
2744
2753
  * Contains only the virtual methods that need to be implemented.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/builder-1.0",
3
- "version": "4.5.0",
3
+ "version": "4.6.0",
4
4
  "description": "GJS TypeScript type definitions for Builder-1.0",
5
5
  "type": "module",
6
6
  "module": "builder-1.0.js",
@@ -36,27 +36,27 @@
36
36
  "test": "tsc --project tsconfig.json"
37
37
  },
38
38
  "dependencies": {
39
- "@girs/gjs": "^4.5.0",
40
- "@girs/peas-1.0": "^4.5.0",
41
- "@girs/gio-2.0": "^4.5.0",
42
- "@girs/gobject-2.0": "^4.5.0",
43
- "@girs/glib-2.0": "^4.5.0",
44
- "@girs/gmodule-2.0": "^4.5.0",
45
- "@girs/girepository-3.0": "^4.5.0",
46
- "@girs/ide-1.0": "^4.5.0",
47
- "@girs/template-1.0": "^4.5.0",
48
- "@girs/json-1.0": "^4.5.0",
49
- "@girs/gtksource-3.0": "^4.5.0",
50
- "@girs/gtk-3.0": "^4.5.0",
51
- "@girs/xlib-2.0": "^4.5.0",
52
- "@girs/gdk-3.0": "^4.5.0",
53
- "@girs/cairo-1.0": "^4.5.0",
54
- "@girs/pango-1.0": "^4.5.0",
55
- "@girs/harfbuzz-0.0": "^4.5.0",
56
- "@girs/freetype2-2.0": "^4.5.0",
57
- "@girs/gdkpixbuf-2.0": "^4.5.0",
58
- "@girs/atk-1.0": "^4.5.0",
59
- "@girs/dazzle-1.0": "^4.5.0" },
39
+ "@girs/gjs": "^4.6.0",
40
+ "@girs/peas-1.0": "^4.6.0",
41
+ "@girs/gio-2.0": "^4.6.0",
42
+ "@girs/gobject-2.0": "^4.6.0",
43
+ "@girs/glib-2.0": "^4.6.0",
44
+ "@girs/gmodule-2.0": "^4.6.0",
45
+ "@girs/girepository-3.0": "^4.6.0",
46
+ "@girs/ide-1.0": "^4.6.0",
47
+ "@girs/template-1.0": "^4.6.0",
48
+ "@girs/json-1.0": "^4.6.0",
49
+ "@girs/gtksource-3.0": "^4.6.0",
50
+ "@girs/gtk-3.0": "^4.6.0",
51
+ "@girs/xlib-2.0": "^4.6.0",
52
+ "@girs/gdk-3.0": "^4.6.0",
53
+ "@girs/cairo-1.0": "^4.6.0",
54
+ "@girs/pango-1.0": "^4.6.0",
55
+ "@girs/harfbuzz-0.0": "^4.6.0",
56
+ "@girs/freetype2-2.0": "^4.6.0",
57
+ "@girs/gdkpixbuf-2.0": "^4.6.0",
58
+ "@girs/atk-1.0": "^4.6.0",
59
+ "@girs/dazzle-1.0": "^4.6.0" },
60
60
  "devDependencies": {
61
61
  "typescript": "*"
62
62
  },