@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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/panelapplet-4.0)
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.6.
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.6",
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.6",
29
- "@girs/cairo-1.0": "^1.0.0-3.2.6",
30
- "@girs/freetype2-2.0": "^2.0.0-3.2.6",
31
- "@girs/gconf-2.0": "^2.0.0-3.2.6",
32
- "@girs/gdk-3.0": "^3.24.38-3.2.6",
33
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.6",
34
- "@girs/gio-2.0": "^2.78.0-3.2.6",
35
- "@girs/gjs": "^3.2.6",
36
- "@girs/glib-2.0": "^2.78.0-3.2.6",
37
- "@girs/gmodule-2.0": "^2.0.0-3.2.6",
38
- "@girs/gobject-2.0": "^2.78.0-3.2.6",
39
- "@girs/gtk-3.0": "^3.24.38-3.2.6",
40
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.6",
41
- "@girs/pango-1.0": "^1.51.0-3.2.6",
42
- "@girs/xlib-2.0": "^2.0.0-3.2.6"
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": "*"
@@ -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 | null): void
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 | null): void
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 | null): void
463
+ child_notify(child_property: string): void
464
464
 
465
465
  // Own virtual methods of PanelApplet-4.0.PanelApplet.Applet
466
466
 
@@ -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 | null): void
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 | null): void
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 | null): void
465
+ child_notify(child_property: string): void
466
466
 
467
467
  // Own virtual methods of PanelApplet-4.0.PanelApplet.Applet
468
468