@girs/devhelp-3.0 3.0.0-4.0.0-beta.17 → 3.0.0-4.0.0-beta.19

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/devhelp-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.17.
8
+ GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.19.
9
9
 
10
10
 
11
11
  ## Install
package/devhelp-3.0.d.ts CHANGED
@@ -119,7 +119,7 @@ export namespace Devhelp {
119
119
  * webkit_web_context_set_sandbox_enabled() on the default #WebKitWebContext.
120
120
  */
121
121
  function init(): void;
122
- function link_type_to_string(link_type: LinkType): string;
122
+ function link_type_to_string(link_type: LinkType | null): string;
123
123
 
124
124
  export namespace LinkFlags {
125
125
  export const $gtype: GObject.GType<LinkFlags>;
@@ -230,7 +230,7 @@ export namespace Devhelp {
230
230
  source_property: string,
231
231
  target: GObject.Object,
232
232
  target_property: string,
233
- flags: GObject.BindingFlags,
233
+ flags: GObject.BindingFlags | null,
234
234
  ): GObject.Binding;
235
235
  /**
236
236
  * Complete version of g_object_bind_property().
@@ -271,7 +271,7 @@ export namespace Devhelp {
271
271
  source_property: string,
272
272
  target: GObject.Object,
273
273
  target_property: string,
274
- flags: GObject.BindingFlags,
274
+ flags: GObject.BindingFlags | null,
275
275
  transform_to?: GObject.BindingTransformFunc | null,
276
276
  transform_from?: GObject.BindingTransformFunc | null,
277
277
  notify?: GLib.DestroyNotify | null,
@@ -1039,7 +1039,7 @@ export namespace Devhelp {
1039
1039
  * below the natural width.
1040
1040
  * @param policy the horizontal #GtkScrollablePolicy
1041
1041
  */
1042
- set_hscroll_policy(policy: Gtk.ScrollablePolicy): void;
1042
+ set_hscroll_policy(policy: Gtk.ScrollablePolicy | null): void;
1043
1043
  /**
1044
1044
  * Sets the vertical adjustment of the #GtkScrollable.
1045
1045
  * @param vadjustment a #GtkAdjustment
@@ -1051,7 +1051,7 @@ export namespace Devhelp {
1051
1051
  * below the natural height.
1052
1052
  * @param policy the vertical #GtkScrollablePolicy
1053
1053
  */
1054
- set_vscroll_policy(policy: Gtk.ScrollablePolicy): void;
1054
+ set_vscroll_policy(policy: Gtk.ScrollablePolicy | null): void;
1055
1055
  /**
1056
1056
  * Returns the size of a non-scrolling border around the
1057
1057
  * outside of the scrollable. An example for this would
@@ -1104,7 +1104,7 @@ export namespace Devhelp {
1104
1104
  source_property: string,
1105
1105
  target: GObject.Object,
1106
1106
  target_property: string,
1107
- flags: GObject.BindingFlags,
1107
+ flags: GObject.BindingFlags | null,
1108
1108
  ): GObject.Binding;
1109
1109
  /**
1110
1110
  * Complete version of g_object_bind_property().
@@ -1145,7 +1145,7 @@ export namespace Devhelp {
1145
1145
  source_property: string,
1146
1146
  target: GObject.Object,
1147
1147
  target_property: string,
1148
- flags: GObject.BindingFlags,
1148
+ flags: GObject.BindingFlags | null,
1149
1149
  transform_to?: GObject.BindingTransformFunc | null,
1150
1150
  transform_from?: GObject.BindingTransformFunc | null,
1151
1151
  notify?: GLib.DestroyNotify | null,
@@ -2007,7 +2007,7 @@ export namespace Devhelp {
2007
2007
  source_property: string,
2008
2008
  target: GObject.Object,
2009
2009
  target_property: string,
2010
- flags: GObject.BindingFlags,
2010
+ flags: GObject.BindingFlags | null,
2011
2011
  ): GObject.Binding;
2012
2012
  /**
2013
2013
  * Complete version of g_object_bind_property().
@@ -2048,7 +2048,7 @@ export namespace Devhelp {
2048
2048
  source_property: string,
2049
2049
  target: GObject.Object,
2050
2050
  target_property: string,
2051
- flags: GObject.BindingFlags,
2051
+ flags: GObject.BindingFlags | null,
2052
2052
  transform_to?: GObject.BindingTransformFunc | null,
2053
2053
  transform_from?: GObject.BindingTransformFunc | null,
2054
2054
  notify?: GLib.DestroyNotify | null,
@@ -2458,7 +2458,7 @@ export namespace Devhelp {
2458
2458
  source_property: string,
2459
2459
  target: GObject.Object,
2460
2460
  target_property: string,
2461
- flags: GObject.BindingFlags,
2461
+ flags: GObject.BindingFlags | null,
2462
2462
  ): GObject.Binding;
2463
2463
  /**
2464
2464
  * Complete version of g_object_bind_property().
@@ -2499,7 +2499,7 @@ export namespace Devhelp {
2499
2499
  source_property: string,
2500
2500
  target: GObject.Object,
2501
2501
  target_property: string,
2502
- flags: GObject.BindingFlags,
2502
+ flags: GObject.BindingFlags | null,
2503
2503
  transform_to?: GObject.BindingTransformFunc | null,
2504
2504
  transform_from?: GObject.BindingTransformFunc | null,
2505
2505
  notify?: GLib.DestroyNotify | null,
@@ -2980,7 +2980,7 @@ export namespace Devhelp {
2980
2980
  source_property: string,
2981
2981
  target: GObject.Object,
2982
2982
  target_property: string,
2983
- flags: GObject.BindingFlags,
2983
+ flags: GObject.BindingFlags | null,
2984
2984
  ): GObject.Binding;
2985
2985
  /**
2986
2986
  * Complete version of g_object_bind_property().
@@ -3021,7 +3021,7 @@ export namespace Devhelp {
3021
3021
  source_property: string,
3022
3022
  target: GObject.Object,
3023
3023
  target_property: string,
3024
- flags: GObject.BindingFlags,
3024
+ flags: GObject.BindingFlags | null,
3025
3025
  transform_to?: GObject.BindingTransformFunc | null,
3026
3026
  transform_from?: GObject.BindingTransformFunc | null,
3027
3027
  notify?: GLib.DestroyNotify | null,
@@ -3673,7 +3673,7 @@ export namespace Devhelp {
3673
3673
  * Sets the orientation of the `orientable`.
3674
3674
  * @param orientation the orientable’s new orientation.
3675
3675
  */
3676
- set_orientation(orientation: Gtk.Orientation): void;
3676
+ set_orientation(orientation: Gtk.Orientation | null): void;
3677
3677
  /**
3678
3678
  * Creates a binding between `source_property` on `source` and `target_property`
3679
3679
  * on `target`.
@@ -3718,7 +3718,7 @@ export namespace Devhelp {
3718
3718
  source_property: string,
3719
3719
  target: GObject.Object,
3720
3720
  target_property: string,
3721
- flags: GObject.BindingFlags,
3721
+ flags: GObject.BindingFlags | null,
3722
3722
  ): GObject.Binding;
3723
3723
  /**
3724
3724
  * Complete version of g_object_bind_property().
@@ -3759,7 +3759,7 @@ export namespace Devhelp {
3759
3759
  source_property: string,
3760
3760
  target: GObject.Object,
3761
3761
  target_property: string,
3762
- flags: GObject.BindingFlags,
3762
+ flags: GObject.BindingFlags | null,
3763
3763
  transform_to?: GObject.BindingTransformFunc | null,
3764
3764
  transform_from?: GObject.BindingTransformFunc | null,
3765
3765
  notify?: GLib.DestroyNotify | null,
@@ -4137,7 +4137,7 @@ export namespace Devhelp {
4137
4137
  * Sets the orientation of the `orientable`.
4138
4138
  * @param orientation the orientable’s new orientation.
4139
4139
  */
4140
- set_orientation(orientation: Gtk.Orientation): void;
4140
+ set_orientation(orientation: Gtk.Orientation | null): void;
4141
4141
  /**
4142
4142
  * Creates a binding between `source_property` on `source` and `target_property`
4143
4143
  * on `target`.
@@ -4182,7 +4182,7 @@ export namespace Devhelp {
4182
4182
  source_property: string,
4183
4183
  target: GObject.Object,
4184
4184
  target_property: string,
4185
- flags: GObject.BindingFlags,
4185
+ flags: GObject.BindingFlags | null,
4186
4186
  ): GObject.Binding;
4187
4187
  /**
4188
4188
  * Complete version of g_object_bind_property().
@@ -4223,7 +4223,7 @@ export namespace Devhelp {
4223
4223
  source_property: string,
4224
4224
  target: GObject.Object,
4225
4225
  target_property: string,
4226
- flags: GObject.BindingFlags,
4226
+ flags: GObject.BindingFlags | null,
4227
4227
  transform_to?: GObject.BindingTransformFunc | null,
4228
4228
  transform_from?: GObject.BindingTransformFunc | null,
4229
4229
  notify?: GLib.DestroyNotify | null,
@@ -4595,7 +4595,7 @@ export namespace Devhelp {
4595
4595
  * Sets the orientation of the `orientable`.
4596
4596
  * @param orientation the orientable’s new orientation.
4597
4597
  */
4598
- set_orientation(orientation: Gtk.Orientation): void;
4598
+ set_orientation(orientation: Gtk.Orientation | null): void;
4599
4599
  /**
4600
4600
  * Creates a binding between `source_property` on `source` and `target_property`
4601
4601
  * on `target`.
@@ -4640,7 +4640,7 @@ export namespace Devhelp {
4640
4640
  source_property: string,
4641
4641
  target: GObject.Object,
4642
4642
  target_property: string,
4643
- flags: GObject.BindingFlags,
4643
+ flags: GObject.BindingFlags | null,
4644
4644
  ): GObject.Binding;
4645
4645
  /**
4646
4646
  * Complete version of g_object_bind_property().
@@ -4681,7 +4681,7 @@ export namespace Devhelp {
4681
4681
  source_property: string,
4682
4682
  target: GObject.Object,
4683
4683
  target_property: string,
4684
- flags: GObject.BindingFlags,
4684
+ flags: GObject.BindingFlags | null,
4685
4685
  transform_to?: GObject.BindingTransformFunc | null,
4686
4686
  transform_from?: GObject.BindingTransformFunc | null,
4687
4687
  notify?: GLib.DestroyNotify | null,
@@ -5139,7 +5139,7 @@ export namespace Devhelp {
5139
5139
  source_property: string,
5140
5140
  target: GObject.Object,
5141
5141
  target_property: string,
5142
- flags: GObject.BindingFlags,
5142
+ flags: GObject.BindingFlags | null,
5143
5143
  ): GObject.Binding;
5144
5144
  /**
5145
5145
  * Complete version of g_object_bind_property().
@@ -5180,7 +5180,7 @@ export namespace Devhelp {
5180
5180
  source_property: string,
5181
5181
  target: GObject.Object,
5182
5182
  target_property: string,
5183
- flags: GObject.BindingFlags,
5183
+ flags: GObject.BindingFlags | null,
5184
5184
  transform_to?: GObject.BindingTransformFunc | null,
5185
5185
  transform_from?: GObject.BindingTransformFunc | null,
5186
5186
  notify?: GLib.DestroyNotify | null,
@@ -5595,7 +5595,7 @@ export namespace Devhelp {
5595
5595
  * Sets the flags of the link.
5596
5596
  * @param flags the new flags of the link.
5597
5597
  */
5598
- set_flags(flags: LinkFlags): void;
5598
+ set_flags(flags: LinkFlags | null): void;
5599
5599
  /**
5600
5600
  * Decreases the reference count of `link`.
5601
5601
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/devhelp-3.0",
3
- "version": "3.0.0-4.0.0-beta.17",
3
+ "version": "3.0.0-4.0.0-beta.19",
4
4
  "description": "GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "devhelp-3.0.js",
@@ -31,23 +31,23 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/atk-1.0": "^2.54.0-4.0.0-beta.17",
35
- "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.17",
36
- "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.17",
37
- "@girs/gdk-3.0": "^3.24.43-4.0.0-beta.17",
38
- "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.17",
39
- "@girs/gio-2.0": "^2.82.2-4.0.0-beta.17",
40
- "@girs/gjs": "^4.0.0-beta.17",
41
- "@girs/glib-2.0": "^2.82.2-4.0.0-beta.17",
42
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.17",
43
- "@girs/gobject-2.0": "^2.82.2-4.0.0-beta.17",
44
- "@girs/gtk-3.0": "^3.24.43-4.0.0-beta.17",
45
- "@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.17",
46
- "@girs/javascriptcore-4.1": "^2.46.0-4.0.0-beta.17",
47
- "@girs/pango-1.0": "^1.54.0-4.0.0-beta.17",
48
- "@girs/soup-3.0": "^3.6.0-4.0.0-beta.17",
49
- "@girs/webkit2-4.1": "^2.46.0-4.0.0-beta.17",
50
- "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.17"
34
+ "@girs/atk-1.0": "^2.54.0-4.0.0-beta.19",
35
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.19",
36
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.19",
37
+ "@girs/gdk-3.0": "^3.24.43-4.0.0-beta.19",
38
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.19",
39
+ "@girs/gio-2.0": "^2.82.2-4.0.0-beta.19",
40
+ "@girs/gjs": "^4.0.0-beta.19",
41
+ "@girs/glib-2.0": "^2.82.2-4.0.0-beta.19",
42
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.19",
43
+ "@girs/gobject-2.0": "^2.82.2-4.0.0-beta.19",
44
+ "@girs/gtk-3.0": "^3.24.43-4.0.0-beta.19",
45
+ "@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.19",
46
+ "@girs/javascriptcore-4.1": "^2.46.0-4.0.0-beta.19",
47
+ "@girs/pango-1.0": "^1.54.0-4.0.0-beta.19",
48
+ "@girs/soup-3.0": "^3.6.0-4.0.0-beta.19",
49
+ "@girs/webkit2-4.1": "^2.46.0-4.0.0-beta.19",
50
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.19"
51
51
  },
52
52
  "devDependencies": {
53
53
  "typescript": "*"
package/tsconfig.json CHANGED
@@ -15,7 +15,9 @@
15
15
  "removeComments": false,
16
16
  "inlineSourceMap": false,
17
17
  "inlineSources": false,
18
- "newLine": "LF"
18
+ "newLine": "LF",
19
+ // Show diagnostics
20
+ "diagnostics": true
19
21
  },
20
22
  "include": ["./devhelp-3.0.d.ts"]
21
23
  }