@girs/devhelp-3.0 3.0.0-4.0.0-beta.1 → 3.0.0-4.0.0-beta.2

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/devhelp-3.0.d.ts +10 -10
  3. package/package.json +18 -18
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.1.
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.2.
9
9
 
10
10
 
11
11
  ## Install
package/devhelp-3.0.d.ts CHANGED
@@ -16,6 +16,7 @@ import type Soup from '@girs/soup-3.0';
16
16
  import type Gio from '@girs/gio-2.0';
17
17
  import type GObject from '@girs/gobject-2.0';
18
18
  import type GLib from '@girs/glib-2.0';
19
+ import type GModule from '@girs/gmodule-2.0';
19
20
  import type JavaScriptCore from '@girs/javascriptcore-4.1';
20
21
  import type Gtk from '@girs/gtk-3.0';
21
22
  import type xlib from '@girs/xlib-2.0';
@@ -25,7 +26,6 @@ import type Pango from '@girs/pango-1.0';
25
26
  import type HarfBuzz from '@girs/harfbuzz-0.0';
26
27
  import type freetype2 from '@girs/freetype2-2.0';
27
28
  import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
28
- import type GModule from '@girs/gmodule-2.0';
29
29
  import type Atk from '@girs/atk-1.0';
30
30
 
31
31
  export namespace Devhelp {
@@ -349,7 +349,7 @@ export namespace Devhelp {
349
349
  * static void
350
350
  * my_object_class_init (MyObjectClass *klass)
351
351
  * {
352
- * properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
352
+ * properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
353
353
  * 0, 100,
354
354
  * 50,
355
355
  * G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
@@ -1178,7 +1178,7 @@ export namespace Devhelp {
1178
1178
  * static void
1179
1179
  * my_object_class_init (MyObjectClass *klass)
1180
1180
  * {
1181
- * properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
1181
+ * properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
1182
1182
  * 0, 100,
1183
1183
  * 50,
1184
1184
  * G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
@@ -2036,7 +2036,7 @@ export namespace Devhelp {
2036
2036
  * static void
2037
2037
  * my_object_class_init (MyObjectClass *klass)
2038
2038
  * {
2039
- * properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
2039
+ * properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
2040
2040
  * 0, 100,
2041
2041
  * 50,
2042
2042
  * G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
@@ -2442,7 +2442,7 @@ export namespace Devhelp {
2442
2442
  * static void
2443
2443
  * my_object_class_init (MyObjectClass *klass)
2444
2444
  * {
2445
- * properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
2445
+ * properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
2446
2446
  * 0, 100,
2447
2447
  * 50,
2448
2448
  * G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
@@ -2919,7 +2919,7 @@ export namespace Devhelp {
2919
2919
  * static void
2920
2920
  * my_object_class_init (MyObjectClass *klass)
2921
2921
  * {
2922
- * properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
2922
+ * properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
2923
2923
  * 0, 100,
2924
2924
  * 50,
2925
2925
  * G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
@@ -3612,7 +3612,7 @@ export namespace Devhelp {
3612
3612
  * static void
3613
3613
  * my_object_class_init (MyObjectClass *klass)
3614
3614
  * {
3615
- * properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
3615
+ * properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
3616
3616
  * 0, 100,
3617
3617
  * 50,
3618
3618
  * G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
@@ -4031,7 +4031,7 @@ export namespace Devhelp {
4031
4031
  * static void
4032
4032
  * my_object_class_init (MyObjectClass *klass)
4033
4033
  * {
4034
- * properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
4034
+ * properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
4035
4035
  * 0, 100,
4036
4036
  * 50,
4037
4037
  * G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
@@ -4444,7 +4444,7 @@ export namespace Devhelp {
4444
4444
  * static void
4445
4445
  * my_object_class_init (MyObjectClass *klass)
4446
4446
  * {
4447
- * properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
4447
+ * properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
4448
4448
  * 0, 100,
4449
4449
  * 50,
4450
4450
  * G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
@@ -4898,7 +4898,7 @@ export namespace Devhelp {
4898
4898
  * static void
4899
4899
  * my_object_class_init (MyObjectClass *klass)
4900
4900
  * {
4901
- * properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
4901
+ * properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
4902
4902
  * 0, 100,
4903
4903
  * 50,
4904
4904
  * G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
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.1",
3
+ "version": "3.0.0-4.0.0-beta.2",
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",
@@ -26,23 +26,23 @@
26
26
  "test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit devhelp-3.0.d.ts"
27
27
  },
28
28
  "dependencies": {
29
- "@girs/atk-1.0": "^2.45.1-4.0.0-beta.1",
30
- "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.1",
31
- "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.1",
32
- "@girs/gdk-3.0": "^3.24.39-4.0.0-beta.1",
33
- "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.1",
34
- "@girs/gio-2.0": "^2.77.0-4.0.0-beta.1",
35
- "@girs/gjs": "^4.0.0-beta.1",
36
- "@girs/glib-2.0": "^2.77.0-4.0.0-beta.1",
37
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.1",
38
- "@girs/gobject-2.0": "^2.77.0-4.0.0-beta.1",
39
- "@girs/gtk-3.0": "^3.24.39-4.0.0-beta.1",
40
- "@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.1",
41
- "@girs/javascriptcore-4.1": "^2.40.0-4.0.0-beta.1",
42
- "@girs/pango-1.0": "^1.51.0-4.0.0-beta.1",
43
- "@girs/soup-3.0": "^3.4.2-4.0.0-beta.1",
44
- "@girs/webkit2-4.1": "^2.41.90-4.0.0-beta.1",
45
- "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.1"
29
+ "@girs/atk-1.0": "^2.52.0-4.0.0-beta.2",
30
+ "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.2",
31
+ "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.2",
32
+ "@girs/gdk-3.0": "^3.24.41-4.0.0-beta.2",
33
+ "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.2",
34
+ "@girs/gio-2.0": "^2.80.0-4.0.0-beta.2",
35
+ "@girs/gjs": "^4.0.0-beta.2",
36
+ "@girs/glib-2.0": "^2.80.0-4.0.0-beta.2",
37
+ "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.2",
38
+ "@girs/gobject-2.0": "^2.80.0-4.0.0-beta.2",
39
+ "@girs/gtk-3.0": "^3.24.41-4.0.0-beta.2",
40
+ "@girs/harfbuzz-0.0": "^8.3.1-4.0.0-beta.2",
41
+ "@girs/javascriptcore-4.1": "^2.40.0-4.0.0-beta.2",
42
+ "@girs/pango-1.0": "^1.51.2-4.0.0-beta.2",
43
+ "@girs/soup-3.0": "^3.4.4-4.0.0-beta.2",
44
+ "@girs/webkit2-4.1": "^2.41.90-4.0.0-beta.2",
45
+ "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "typescript": "*"