@girs/geocodeglib-2.0 2.0.0-4.0.0-beta.7 → 2.0.0-4.0.0-beta.9
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 +16 -0
- package/package.json +8 -8
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.9.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/geocodeglib-2.0.d.ts
CHANGED
|
@@ -62,6 +62,10 @@ export namespace GeocodeGlib {
|
|
|
62
62
|
static quark(): GLib.Quark;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
+
export namespace LocationCRS {
|
|
66
|
+
export const $gtype: GObject.GType<LocationCRS>;
|
|
67
|
+
}
|
|
68
|
+
|
|
65
69
|
/**
|
|
66
70
|
* Coordinate Reference System Identification for a location.
|
|
67
71
|
*/
|
|
@@ -71,6 +75,10 @@ export namespace GeocodeGlib {
|
|
|
71
75
|
*/
|
|
72
76
|
WGS84,
|
|
73
77
|
}
|
|
78
|
+
export namespace LocationURIScheme {
|
|
79
|
+
export const $gtype: GObject.GType<LocationURIScheme>;
|
|
80
|
+
}
|
|
81
|
+
|
|
74
82
|
/**
|
|
75
83
|
* The URI scheme for this location.
|
|
76
84
|
*/
|
|
@@ -80,6 +88,10 @@ export namespace GeocodeGlib {
|
|
|
80
88
|
*/
|
|
81
89
|
GEO,
|
|
82
90
|
}
|
|
91
|
+
export namespace PlaceOsmType {
|
|
92
|
+
export const $gtype: GObject.GType<PlaceOsmType>;
|
|
93
|
+
}
|
|
94
|
+
|
|
83
95
|
/**
|
|
84
96
|
* Osm type of the place.
|
|
85
97
|
*/
|
|
@@ -101,6 +113,10 @@ export namespace GeocodeGlib {
|
|
|
101
113
|
*/
|
|
102
114
|
WAY,
|
|
103
115
|
}
|
|
116
|
+
export namespace PlaceType {
|
|
117
|
+
export const $gtype: GObject.GType<PlaceType>;
|
|
118
|
+
}
|
|
119
|
+
|
|
104
120
|
/**
|
|
105
121
|
* Type of the place.
|
|
106
122
|
*/
|
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.9",
|
|
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",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.
|
|
35
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
36
|
-
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.
|
|
37
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
38
|
-
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.
|
|
39
|
-
"@girs/json-1.0": "^1.8.0-4.0.0-beta.
|
|
40
|
-
"@girs/soup-3.0": "^3.4.4-4.0.0-beta.
|
|
34
|
+
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.9",
|
|
35
|
+
"@girs/gjs": "^4.0.0-beta.9",
|
|
36
|
+
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.9",
|
|
37
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.9",
|
|
38
|
+
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.9",
|
|
39
|
+
"@girs/json-1.0": "^1.8.0-4.0.0-beta.9",
|
|
40
|
+
"@girs/soup-3.0": "^3.4.4-4.0.0-beta.9"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"typescript": "*"
|