@girs/gtksource-5 5.9.0-3.2.2 → 5.9.0-3.2.3
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 +1 -1
- package/gtksource-5.d.cts +0 -3
- package/gtksource-5.d.ts +0 -3
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GtkSource-5, generated from library version 5.9.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for GtkSource-5, generated from library version 5.9.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.3.
|
|
9
9
|
|
|
10
10
|
GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK+ widget for multiline text editing. GtkSourceView adds support for syntax highlighting, undo/redo, file loading and saving, search and replace, a completion system, printing, displaying line numbers, and other features typical of a source code editor.
|
|
11
11
|
|
package/gtksource-5.d.cts
CHANGED
|
@@ -8539,9 +8539,6 @@ export interface StyleSchemeChooserButton extends Gtk.Accessible, Gtk.Actionable
|
|
|
8539
8539
|
|
|
8540
8540
|
// Class property signals of GtkSource-5.GtkSource.StyleSchemeChooserButton
|
|
8541
8541
|
|
|
8542
|
-
connect(sigName: "notify::can-shrink", callback: (($obj: StyleSchemeChooserButton, pspec: GObject.ParamSpec) => void)): number
|
|
8543
|
-
connect_after(sigName: "notify::can-shrink", callback: (($obj: StyleSchemeChooserButton, pspec: GObject.ParamSpec) => void)): number
|
|
8544
|
-
emit(sigName: "notify::can-shrink", ...args: any[]): void
|
|
8545
8542
|
connect(sigName: "notify::child", callback: (($obj: StyleSchemeChooserButton, pspec: GObject.ParamSpec) => void)): number
|
|
8546
8543
|
connect_after(sigName: "notify::child", callback: (($obj: StyleSchemeChooserButton, pspec: GObject.ParamSpec) => void)): number
|
|
8547
8544
|
emit(sigName: "notify::child", ...args: any[]): void
|
package/gtksource-5.d.ts
CHANGED
|
@@ -8541,9 +8541,6 @@ interface StyleSchemeChooserButton extends Gtk.Accessible, Gtk.Actionable, Gtk.B
|
|
|
8541
8541
|
|
|
8542
8542
|
// Class property signals of GtkSource-5.GtkSource.StyleSchemeChooserButton
|
|
8543
8543
|
|
|
8544
|
-
connect(sigName: "notify::can-shrink", callback: (($obj: StyleSchemeChooserButton, pspec: GObject.ParamSpec) => void)): number
|
|
8545
|
-
connect_after(sigName: "notify::can-shrink", callback: (($obj: StyleSchemeChooserButton, pspec: GObject.ParamSpec) => void)): number
|
|
8546
|
-
emit(sigName: "notify::can-shrink", ...args: any[]): void
|
|
8547
8544
|
connect(sigName: "notify::child", callback: (($obj: StyleSchemeChooserButton, pspec: GObject.ParamSpec) => void)): number
|
|
8548
8545
|
connect_after(sigName: "notify::child", callback: (($obj: StyleSchemeChooserButton, pspec: GObject.ParamSpec) => void)): number
|
|
8549
8546
|
emit(sigName: "notify::child", ...args: any[]): void
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gtksource-5",
|
|
3
|
-
"version": "5.9.0-3.2.
|
|
3
|
+
"version": "5.9.0-3.2.3",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GtkSource-5, generated from library version 5.9.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gtksource-5.js",
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gtksource-5.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
29
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
30
|
-
"@girs/gdk-4.0": "^4.0.0-3.2.
|
|
31
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
32
|
-
"@girs/gio-2.0": "^2.
|
|
33
|
-
"@girs/gjs": "^3.2.
|
|
34
|
-
"@girs/glib-2.0": "^2.
|
|
35
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
36
|
-
"@girs/gobject-2.0": "^2.
|
|
37
|
-
"@girs/graphene-1.0": "^1.0.0-3.2.
|
|
38
|
-
"@girs/gsk-4.0": "^4.0.0-3.2.
|
|
39
|
-
"@girs/gtk-4.0": "^4.
|
|
40
|
-
"@girs/harfbuzz-0.0": "^7.1.0-3.2.
|
|
41
|
-
"@girs/pango-1.0": "^1.
|
|
42
|
-
"@girs/pangocairo-1.0": "^1.0.0-3.2.
|
|
28
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.3",
|
|
29
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.3",
|
|
30
|
+
"@girs/gdk-4.0": "^4.0.0-3.2.3",
|
|
31
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.3",
|
|
32
|
+
"@girs/gio-2.0": "^2.76.1-3.2.3",
|
|
33
|
+
"@girs/gjs": "^3.2.3",
|
|
34
|
+
"@girs/glib-2.0": "^2.76.1-3.2.3",
|
|
35
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.3",
|
|
36
|
+
"@girs/gobject-2.0": "^2.76.1-3.2.3",
|
|
37
|
+
"@girs/graphene-1.0": "^1.0.0-3.2.3",
|
|
38
|
+
"@girs/gsk-4.0": "^4.0.0-3.2.3",
|
|
39
|
+
"@girs/gtk-4.0": "^4.10.5-3.2.3",
|
|
40
|
+
"@girs/harfbuzz-0.0": "^7.1.0-3.2.3",
|
|
41
|
+
"@girs/pango-1.0": "^1.50.14-3.2.3",
|
|
42
|
+
"@girs/pangocairo-1.0": "^1.0.0-3.2.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"typescript": "*"
|