@girs/panelapplet-4.0 4.0.0-3.2.6 → 4.0.0-3.2.7
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/package.json +16 -16
- package/panelapplet-4.0.d.cts +3 -3
- package/panelapplet-4.0.d.ts +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for PanelApplet-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for PanelApplet-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/panelapplet-4.0",
|
|
3
|
-
"version": "4.0.0-3.2.
|
|
3
|
+
"version": "4.0.0-3.2.7",
|
|
4
4
|
"description": "GJS TypeScript type definitions for PanelApplet-4.0, generated from library version 4.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "panelapplet-4.0.js",
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit panelapplet-4.0.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.50.0-3.2.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gconf-2.0": "^2.0.0-3.2.
|
|
32
|
-
"@girs/gdk-3.0": "^3.24.38-3.2.
|
|
33
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
34
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
35
|
-
"@girs/gjs": "^3.2.
|
|
36
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
37
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
38
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
39
|
-
"@girs/gtk-3.0": "^3.24.38-3.2.
|
|
40
|
-
"@girs/harfbuzz-0.0": "^8.2.1-3.2.
|
|
41
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
42
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
28
|
+
"@girs/atk-1.0": "^2.50.0-3.2.7",
|
|
29
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.7",
|
|
30
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.7",
|
|
31
|
+
"@girs/gconf-2.0": "^2.0.0-3.2.7",
|
|
32
|
+
"@girs/gdk-3.0": "^3.24.38-3.2.7",
|
|
33
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
|
|
34
|
+
"@girs/gio-2.0": "^2.78.0-3.2.7",
|
|
35
|
+
"@girs/gjs": "^3.2.7",
|
|
36
|
+
"@girs/glib-2.0": "^2.78.0-3.2.7",
|
|
37
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.7",
|
|
38
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.7",
|
|
39
|
+
"@girs/gtk-3.0": "^3.24.38-3.2.7",
|
|
40
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
|
|
41
|
+
"@girs/pango-1.0": "^1.51.0-3.2.7",
|
|
42
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.7"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"typescript": "*"
|
package/panelapplet-4.0.d.cts
CHANGED
|
@@ -435,7 +435,7 @@ export interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
435
435
|
* @param child the child widget
|
|
436
436
|
* @param child_property the name of a child property installed on the class of `container`
|
|
437
437
|
*/
|
|
438
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
438
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
439
439
|
|
|
440
440
|
// Overloads of child_notify
|
|
441
441
|
|
|
@@ -449,7 +449,7 @@ export interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
449
449
|
* Also see gtk_container_child_notify().
|
|
450
450
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
451
451
|
*/
|
|
452
|
-
child_notify(child_property: string
|
|
452
|
+
child_notify(child_property: string): void
|
|
453
453
|
/**
|
|
454
454
|
* Emits a #GtkWidget::child-notify signal for the
|
|
455
455
|
* [child property][child-properties] `child_property`
|
|
@@ -460,7 +460,7 @@ export interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
460
460
|
* Also see gtk_container_child_notify().
|
|
461
461
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
462
462
|
*/
|
|
463
|
-
child_notify(child_property: string
|
|
463
|
+
child_notify(child_property: string): void
|
|
464
464
|
|
|
465
465
|
// Own virtual methods of PanelApplet-4.0.PanelApplet.Applet
|
|
466
466
|
|
package/panelapplet-4.0.d.ts
CHANGED
|
@@ -437,7 +437,7 @@ interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
437
437
|
* @param child the child widget
|
|
438
438
|
* @param child_property the name of a child property installed on the class of `container`
|
|
439
439
|
*/
|
|
440
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
440
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
441
441
|
|
|
442
442
|
// Overloads of child_notify
|
|
443
443
|
|
|
@@ -451,7 +451,7 @@ interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
451
451
|
* Also see gtk_container_child_notify().
|
|
452
452
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
453
453
|
*/
|
|
454
|
-
child_notify(child_property: string
|
|
454
|
+
child_notify(child_property: string): void
|
|
455
455
|
/**
|
|
456
456
|
* Emits a #GtkWidget::child-notify signal for the
|
|
457
457
|
* [child property][child-properties] `child_property`
|
|
@@ -462,7 +462,7 @@ interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
462
462
|
* Also see gtk_container_child_notify().
|
|
463
463
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
464
464
|
*/
|
|
465
|
-
child_notify(child_property: string
|
|
465
|
+
child_notify(child_property: string): void
|
|
466
466
|
|
|
467
467
|
// Own virtual methods of PanelApplet-4.0.PanelApplet.Applet
|
|
468
468
|
|