@girs/vpg-1 1.0.0-4.0.0-beta.3 → 1.0.0-4.0.0-beta.4

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 (2) hide show
  1. package/package.json +11 -11
  2. package/vpg-1.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/vpg-1",
3
- "version": "1.0.0-4.0.0-beta.3",
3
+ "version": "1.0.0-4.0.0-beta.4",
4
4
  "description": "GJS TypeScript type definitions for Vpg-1, generated from library version 1.0.0",
5
5
  "type": "module",
6
6
  "module": "vpg-1.js",
@@ -26,16 +26,16 @@
26
26
  "test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit vpg-1.d.ts"
27
27
  },
28
28
  "dependencies": {
29
- "@girs/gcalc-2": "^2.0.0-4.0.0-beta.3",
30
- "@girs/gee-0.8": "^0.8.0-4.0.0-beta.3",
31
- "@girs/gio-2.0": "^2.80.0-4.0.0-beta.3",
32
- "@girs/gjs": "^4.0.0-beta.3",
33
- "@girs/glib-2.0": "^2.80.0-4.0.0-beta.3",
34
- "@girs/gobject-2.0": "^2.80.0-4.0.0-beta.3",
35
- "@girs/gxml-0.20": "^0.20.0-4.0.0-beta.3",
36
- "@girs/json-1.0": "^1.8.0-4.0.0-beta.3",
37
- "@girs/libxml2-2.0": "^2.0.0-4.0.0-beta.3",
38
- "@girs/vda-1": "^1.0.0-4.0.0-beta.3"
29
+ "@girs/gcalc-2": "^2.0.0-4.0.0-beta.4",
30
+ "@girs/gee-0.8": "^0.8.0-4.0.0-beta.4",
31
+ "@girs/gio-2.0": "^2.80.0-4.0.0-beta.4",
32
+ "@girs/gjs": "^4.0.0-beta.4",
33
+ "@girs/glib-2.0": "^2.80.0-4.0.0-beta.4",
34
+ "@girs/gobject-2.0": "^2.80.0-4.0.0-beta.4",
35
+ "@girs/gxml-0.20": "^0.20.0-4.0.0-beta.4",
36
+ "@girs/json-1.0": "^1.8.0-4.0.0-beta.4",
37
+ "@girs/libxml2-2.0": "^2.0.0-4.0.0-beta.4",
38
+ "@girs/vda-1": "^1.0.0-4.0.0-beta.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "typescript": "*"
package/vpg-1.d.ts CHANGED
@@ -260,7 +260,7 @@ export namespace Vpg {
260
260
  * static void
261
261
  * my_object_class_init (MyObjectClass *klass)
262
262
  * {
263
- * properties[PROP_FOO] = g_param_spec_int ("foo", "Foo", "The foo",
263
+ * properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
264
264
  * 0, 100,
265
265
  * 50,
266
266
  * G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);