@girs/geocodeglib-2.0 2.0.0-4.0.0-beta.1 → 2.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.
- package/README.md +1 -1
- package/geocodeglib-2.0.d.ts +3 -2
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GeocodeGlib-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for GeocodeGlib-2.0, generated from library version 2.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/geocodeglib-2.0.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import type Soup from '@girs/soup-3.0';
|
|
|
15
15
|
import type Gio from '@girs/gio-2.0';
|
|
16
16
|
import type GObject from '@girs/gobject-2.0';
|
|
17
17
|
import type GLib from '@girs/glib-2.0';
|
|
18
|
+
import type GModule from '@girs/gmodule-2.0';
|
|
18
19
|
import type Json from '@girs/json-1.0';
|
|
19
20
|
|
|
20
21
|
export namespace GeocodeGlib {
|
|
@@ -1107,7 +1108,7 @@ export namespace GeocodeGlib {
|
|
|
1107
1108
|
* static void
|
|
1108
1109
|
* my_object_class_init (MyObjectClass *klass)
|
|
1109
1110
|
* {
|
|
1110
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
1111
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
|
|
1111
1112
|
* 0, 100,
|
|
1112
1113
|
* 50,
|
|
1113
1114
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -1757,7 +1758,7 @@ export namespace GeocodeGlib {
|
|
|
1757
1758
|
* static void
|
|
1758
1759
|
* my_object_class_init (MyObjectClass *klass)
|
|
1759
1760
|
* {
|
|
1760
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
1761
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
|
|
1761
1762
|
* 0, 100,
|
|
1762
1763
|
* 50,
|
|
1763
1764
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/geocodeglib-2.0",
|
|
3
|
-
"version": "2.0.0-4.0.0-beta.
|
|
3
|
+
"version": "2.0.0-4.0.0-beta.2",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GeocodeGlib-2.0, generated from library version 2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "geocodeglib-2.0.js",
|
|
@@ -26,12 +26,13 @@
|
|
|
26
26
|
"test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit geocodeglib-2.0.d.ts"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@girs/gio-2.0": "^2.
|
|
30
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
31
|
-
"@girs/glib-2.0": "^2.
|
|
32
|
-
"@girs/
|
|
33
|
-
"@girs/
|
|
34
|
-
"@girs/
|
|
29
|
+
"@girs/gio-2.0": "^2.80.0-4.0.0-beta.2",
|
|
30
|
+
"@girs/gjs": "^4.0.0-beta.2",
|
|
31
|
+
"@girs/glib-2.0": "^2.80.0-4.0.0-beta.2",
|
|
32
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.2",
|
|
33
|
+
"@girs/gobject-2.0": "^2.80.0-4.0.0-beta.2",
|
|
34
|
+
"@girs/json-1.0": "^1.7.1-4.0.0-beta.2",
|
|
35
|
+
"@girs/soup-3.0": "^3.4.4-4.0.0-beta.2"
|
|
35
36
|
},
|
|
36
37
|
"devDependencies": {
|
|
37
38
|
"typescript": "*"
|