@girs/ecal-2.0 2.0.0-3.2.7 → 2.0.0-3.2.8
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/ecal-2.0-ambient.js +2 -0
- package/ecal-2.0-import.js +3 -0
- package/ecal-2.0.d.cts +1 -37
- package/ecal-2.0.d.ts +1 -37
- package/package.json +20 -14
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for ECal-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for ECal-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
|
|
9
9
|
|
|
10
10
|
This package is a client library for evolution calendars.
|
|
11
11
|
|
package/ecal-2.0.d.cts
CHANGED
|
@@ -1475,8 +1475,6 @@ export module Client {
|
|
|
1475
1475
|
|
|
1476
1476
|
// Own constructor properties of ECal-2.0.ECal.Client
|
|
1477
1477
|
|
|
1478
|
-
default_timezone?: ICalGLib.Timezone | null
|
|
1479
|
-
source_type?: ClientSourceType | null
|
|
1480
1478
|
defaultTimezone?: ICalGLib.Timezone | null
|
|
1481
1479
|
sourceType?: ClientSourceType | null
|
|
1482
1480
|
}
|
|
@@ -1487,9 +1485,7 @@ export interface Client extends TimezoneCache, Gio.AsyncInitable, Gio.Initable {
|
|
|
1487
1485
|
|
|
1488
1486
|
// Own properties of ECal-2.0.ECal.Client
|
|
1489
1487
|
|
|
1490
|
-
default_timezone: ICalGLib.Timezone
|
|
1491
1488
|
defaultTimezone: ICalGLib.Timezone
|
|
1492
|
-
readonly source_type: ClientSourceType
|
|
1493
1489
|
readonly sourceType: ClientSourceType
|
|
1494
1490
|
|
|
1495
1491
|
// Owm methods of ECal-2.0.ECal.Client
|
|
@@ -2504,10 +2500,6 @@ export module ClientView {
|
|
|
2504
2500
|
* The GDBusConnection used to create the D-Bus proxy
|
|
2505
2501
|
*/
|
|
2506
2502
|
connection?: Gio.DBusConnection | null
|
|
2507
|
-
/**
|
|
2508
|
-
* The object path used to create the D-Bus proxy
|
|
2509
|
-
*/
|
|
2510
|
-
object_path?: string | null
|
|
2511
2503
|
/**
|
|
2512
2504
|
* The object path used to create the D-Bus proxy
|
|
2513
2505
|
*/
|
|
@@ -2528,10 +2520,6 @@ export interface ClientView extends Gio.Initable {
|
|
|
2528
2520
|
* The GDBusConnection used to create the D-Bus proxy
|
|
2529
2521
|
*/
|
|
2530
2522
|
readonly connection: Gio.DBusConnection
|
|
2531
|
-
/**
|
|
2532
|
-
* The object path used to create the D-Bus proxy
|
|
2533
|
-
*/
|
|
2534
|
-
readonly object_path: string | null
|
|
2535
2523
|
/**
|
|
2536
2524
|
* The object path used to create the D-Bus proxy
|
|
2537
2525
|
*/
|
|
@@ -3407,23 +3395,11 @@ export module ReminderWatcher {
|
|
|
3407
3395
|
/**
|
|
3408
3396
|
* An #ICalTimezone to be used as the default time zone.
|
|
3409
3397
|
*/
|
|
3410
|
-
|
|
3398
|
+
defaultZone?: ICalGLib.Timezone | null
|
|
3411
3399
|
/**
|
|
3412
3400
|
* The #ESourceRegistry which manages #ESource instances.
|
|
3413
3401
|
*/
|
|
3414
3402
|
registry?: EDataServer.SourceRegistry | null
|
|
3415
|
-
/**
|
|
3416
|
-
* Whether timers are enabled for the #EReminderWatcher. See
|
|
3417
|
-
* e_reminder_watcher_set_timers_enabled() for more information
|
|
3418
|
-
* what it means.
|
|
3419
|
-
*
|
|
3420
|
-
* Default: %TRUE
|
|
3421
|
-
*/
|
|
3422
|
-
timers_enabled?: boolean | null
|
|
3423
|
-
/**
|
|
3424
|
-
* An #ICalTimezone to be used as the default time zone.
|
|
3425
|
-
*/
|
|
3426
|
-
defaultZone?: ICalGLib.Timezone | null
|
|
3427
3403
|
/**
|
|
3428
3404
|
* Whether timers are enabled for the #EReminderWatcher. See
|
|
3429
3405
|
* e_reminder_watcher_set_timers_enabled() for more information
|
|
@@ -3440,10 +3416,6 @@ export interface ReminderWatcher {
|
|
|
3440
3416
|
|
|
3441
3417
|
// Own properties of ECal-2.0.ECal.ReminderWatcher
|
|
3442
3418
|
|
|
3443
|
-
/**
|
|
3444
|
-
* An #ICalTimezone to be used as the default time zone.
|
|
3445
|
-
*/
|
|
3446
|
-
default_zone: ICalGLib.Timezone
|
|
3447
3419
|
/**
|
|
3448
3420
|
* An #ICalTimezone to be used as the default time zone.
|
|
3449
3421
|
*/
|
|
@@ -3452,14 +3424,6 @@ export interface ReminderWatcher {
|
|
|
3452
3424
|
* The #ESourceRegistry which manages #ESource instances.
|
|
3453
3425
|
*/
|
|
3454
3426
|
readonly registry: EDataServer.SourceRegistry
|
|
3455
|
-
/**
|
|
3456
|
-
* Whether timers are enabled for the #EReminderWatcher. See
|
|
3457
|
-
* e_reminder_watcher_set_timers_enabled() for more information
|
|
3458
|
-
* what it means.
|
|
3459
|
-
*
|
|
3460
|
-
* Default: %TRUE
|
|
3461
|
-
*/
|
|
3462
|
-
timers_enabled: boolean
|
|
3463
3427
|
/**
|
|
3464
3428
|
* Whether timers are enabled for the #EReminderWatcher. See
|
|
3465
3429
|
* e_reminder_watcher_set_timers_enabled() for more information
|
package/ecal-2.0.d.ts
CHANGED
|
@@ -1477,8 +1477,6 @@ module Client {
|
|
|
1477
1477
|
|
|
1478
1478
|
// Own constructor properties of ECal-2.0.ECal.Client
|
|
1479
1479
|
|
|
1480
|
-
default_timezone?: ICalGLib.Timezone | null
|
|
1481
|
-
source_type?: ClientSourceType | null
|
|
1482
1480
|
defaultTimezone?: ICalGLib.Timezone | null
|
|
1483
1481
|
sourceType?: ClientSourceType | null
|
|
1484
1482
|
}
|
|
@@ -1489,9 +1487,7 @@ interface Client extends TimezoneCache, Gio.AsyncInitable, Gio.Initable {
|
|
|
1489
1487
|
|
|
1490
1488
|
// Own properties of ECal-2.0.ECal.Client
|
|
1491
1489
|
|
|
1492
|
-
default_timezone: ICalGLib.Timezone
|
|
1493
1490
|
defaultTimezone: ICalGLib.Timezone
|
|
1494
|
-
readonly source_type: ClientSourceType
|
|
1495
1491
|
readonly sourceType: ClientSourceType
|
|
1496
1492
|
|
|
1497
1493
|
// Owm methods of ECal-2.0.ECal.Client
|
|
@@ -2506,10 +2502,6 @@ module ClientView {
|
|
|
2506
2502
|
* The GDBusConnection used to create the D-Bus proxy
|
|
2507
2503
|
*/
|
|
2508
2504
|
connection?: Gio.DBusConnection | null
|
|
2509
|
-
/**
|
|
2510
|
-
* The object path used to create the D-Bus proxy
|
|
2511
|
-
*/
|
|
2512
|
-
object_path?: string | null
|
|
2513
2505
|
/**
|
|
2514
2506
|
* The object path used to create the D-Bus proxy
|
|
2515
2507
|
*/
|
|
@@ -2530,10 +2522,6 @@ interface ClientView extends Gio.Initable {
|
|
|
2530
2522
|
* The GDBusConnection used to create the D-Bus proxy
|
|
2531
2523
|
*/
|
|
2532
2524
|
readonly connection: Gio.DBusConnection
|
|
2533
|
-
/**
|
|
2534
|
-
* The object path used to create the D-Bus proxy
|
|
2535
|
-
*/
|
|
2536
|
-
readonly object_path: string | null
|
|
2537
2525
|
/**
|
|
2538
2526
|
* The object path used to create the D-Bus proxy
|
|
2539
2527
|
*/
|
|
@@ -3409,23 +3397,11 @@ module ReminderWatcher {
|
|
|
3409
3397
|
/**
|
|
3410
3398
|
* An #ICalTimezone to be used as the default time zone.
|
|
3411
3399
|
*/
|
|
3412
|
-
|
|
3400
|
+
defaultZone?: ICalGLib.Timezone | null
|
|
3413
3401
|
/**
|
|
3414
3402
|
* The #ESourceRegistry which manages #ESource instances.
|
|
3415
3403
|
*/
|
|
3416
3404
|
registry?: EDataServer.SourceRegistry | null
|
|
3417
|
-
/**
|
|
3418
|
-
* Whether timers are enabled for the #EReminderWatcher. See
|
|
3419
|
-
* e_reminder_watcher_set_timers_enabled() for more information
|
|
3420
|
-
* what it means.
|
|
3421
|
-
*
|
|
3422
|
-
* Default: %TRUE
|
|
3423
|
-
*/
|
|
3424
|
-
timers_enabled?: boolean | null
|
|
3425
|
-
/**
|
|
3426
|
-
* An #ICalTimezone to be used as the default time zone.
|
|
3427
|
-
*/
|
|
3428
|
-
defaultZone?: ICalGLib.Timezone | null
|
|
3429
3405
|
/**
|
|
3430
3406
|
* Whether timers are enabled for the #EReminderWatcher. See
|
|
3431
3407
|
* e_reminder_watcher_set_timers_enabled() for more information
|
|
@@ -3442,10 +3418,6 @@ interface ReminderWatcher {
|
|
|
3442
3418
|
|
|
3443
3419
|
// Own properties of ECal-2.0.ECal.ReminderWatcher
|
|
3444
3420
|
|
|
3445
|
-
/**
|
|
3446
|
-
* An #ICalTimezone to be used as the default time zone.
|
|
3447
|
-
*/
|
|
3448
|
-
default_zone: ICalGLib.Timezone
|
|
3449
3421
|
/**
|
|
3450
3422
|
* An #ICalTimezone to be used as the default time zone.
|
|
3451
3423
|
*/
|
|
@@ -3454,14 +3426,6 @@ interface ReminderWatcher {
|
|
|
3454
3426
|
* The #ESourceRegistry which manages #ESource instances.
|
|
3455
3427
|
*/
|
|
3456
3428
|
readonly registry: EDataServer.SourceRegistry
|
|
3457
|
-
/**
|
|
3458
|
-
* Whether timers are enabled for the #EReminderWatcher. See
|
|
3459
|
-
* e_reminder_watcher_set_timers_enabled() for more information
|
|
3460
|
-
* what it means.
|
|
3461
|
-
*
|
|
3462
|
-
* Default: %TRUE
|
|
3463
|
-
*/
|
|
3464
|
-
timers_enabled: boolean
|
|
3465
3429
|
/**
|
|
3466
3430
|
* Whether timers are enabled for the #EReminderWatcher. See
|
|
3467
3431
|
* e_reminder_watcher_set_timers_enabled() for more information
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/ecal-2.0",
|
|
3
|
-
"version": "2.0.0-3.2.
|
|
3
|
+
"version": "2.0.0-3.2.8",
|
|
4
4
|
"description": "GJS TypeScript type definitions for ECal-2.0, generated from library version 2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "ecal-2.0.js",
|
|
7
7
|
"main": "ecal-2.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./ecal-2.0-ambient.d.ts",
|
|
11
|
+
"default": "./ecal-2.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./ecal-2.0-import.d.ts",
|
|
15
|
+
"default": "./ecal-2.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./ecal-2.0.d.ts",
|
|
@@ -25,16 +31,16 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit ecal-2.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/camel-1.2": "^1.2.0-3.2.
|
|
29
|
-
"@girs/edataserver-1.2": "^1.2.0-3.2.
|
|
30
|
-
"@girs/gio-2.0": "^2.
|
|
31
|
-
"@girs/gjs": "^3.2.
|
|
32
|
-
"@girs/glib-2.0": "^2.
|
|
33
|
-
"@girs/gobject-2.0": "^2.
|
|
34
|
-
"@girs/icalglib-3.0": "^3.0.0-3.2.
|
|
35
|
-
"@girs/json-1.0": "^1.7.1-3.2.
|
|
36
|
-
"@girs/libxml2-2.0": "^2.0.0-3.2.
|
|
37
|
-
"@girs/soup-3.0": "^3.4.
|
|
34
|
+
"@girs/camel-1.2": "^1.2.0-3.2.8",
|
|
35
|
+
"@girs/edataserver-1.2": "^1.2.0-3.2.8",
|
|
36
|
+
"@girs/gio-2.0": "^2.77.0-3.2.8",
|
|
37
|
+
"@girs/gjs": "^3.2.8",
|
|
38
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
39
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8",
|
|
40
|
+
"@girs/icalglib-3.0": "^3.0.0-3.2.8",
|
|
41
|
+
"@girs/json-1.0": "^1.7.1-3.2.8",
|
|
42
|
+
"@girs/libxml2-2.0": "^2.0.0-3.2.8",
|
|
43
|
+
"@girs/soup-3.0": "^3.4.2-3.2.8"
|
|
38
44
|
},
|
|
39
45
|
"devDependencies": {
|
|
40
46
|
"typescript": "*"
|
|
@@ -51,7 +57,7 @@
|
|
|
51
57
|
"license": "MIT",
|
|
52
58
|
"repository": {
|
|
53
59
|
"type": "git",
|
|
54
|
-
"url": "git+https://github.com/gjsify/
|
|
60
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
55
61
|
},
|
|
56
62
|
"bugs": {
|
|
57
63
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|