@girs/gee-0.8 0.8.0-4.0.0-beta.1 → 0.8.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/gee-0.8.d.ts +4 -3
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gee-0.8, generated from library version 0.8.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for Gee-0.8, generated from library version 0.8.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/gee-0.8.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ import './gee-0.8-import.d.ts';
|
|
|
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
|
|
|
20
21
|
export namespace Gee {
|
|
21
22
|
class FutureError extends GLib.Error {
|
|
@@ -749,7 +750,7 @@ export namespace Gee {
|
|
|
749
750
|
* static void
|
|
750
751
|
* my_object_class_init (MyObjectClass *klass)
|
|
751
752
|
* {
|
|
752
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
753
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
|
|
753
754
|
* 0, 100,
|
|
754
755
|
* 50,
|
|
755
756
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -1405,7 +1406,7 @@ export namespace Gee {
|
|
|
1405
1406
|
* static void
|
|
1406
1407
|
* my_object_class_init (MyObjectClass *klass)
|
|
1407
1408
|
* {
|
|
1408
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
1409
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
|
|
1409
1410
|
* 0, 100,
|
|
1410
1411
|
* 50,
|
|
1411
1412
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
|
@@ -1870,7 +1871,7 @@ export namespace Gee {
|
|
|
1870
1871
|
* static void
|
|
1871
1872
|
* my_object_class_init (MyObjectClass *klass)
|
|
1872
1873
|
* {
|
|
1873
|
-
* properties[PROP_FOO] = g_param_spec_int ("foo",
|
|
1874
|
+
* properties[PROP_FOO] = g_param_spec_int ("foo", NULL, NULL,
|
|
1874
1875
|
* 0, 100,
|
|
1875
1876
|
* 50,
|
|
1876
1877
|
* G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gee-0.8",
|
|
3
|
-
"version": "0.8.0-4.0.0-beta.
|
|
3
|
+
"version": "0.8.0-4.0.0-beta.2",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gee-0.8, generated from library version 0.8.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gee-0.8.js",
|
|
@@ -26,10 +26,11 @@
|
|
|
26
26
|
"test": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gee-0.8.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/
|
|
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"
|
|
33
34
|
},
|
|
34
35
|
"devDependencies": {
|
|
35
36
|
"typescript": "*"
|