@girs/gnomedesktop-4.0 4.0.0-3.2.5 → 4.0.0-3.2.6
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/gnomedesktop-4.0.d.cts +22 -0
- package/gnomedesktop-4.0.d.ts +22 -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 GnomeDesktop-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for GnomeDesktop-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/gnomedesktop-4.0.d.cts
CHANGED
|
@@ -500,6 +500,17 @@ export module WallClock {
|
|
|
500
500
|
* day of the week, irrespective of configuration.
|
|
501
501
|
*/
|
|
502
502
|
time_only?: boolean | null
|
|
503
|
+
/**
|
|
504
|
+
* If %TRUE, the formatted clock will always have seconds precision and the
|
|
505
|
+
* 'clock' property will always be updated every second, irrespective of
|
|
506
|
+
* system configuration.
|
|
507
|
+
*/
|
|
508
|
+
forceSeconds?: boolean | null
|
|
509
|
+
/**
|
|
510
|
+
* If %TRUE, the formatted clock will never include a date or the
|
|
511
|
+
* day of the week, irrespective of configuration.
|
|
512
|
+
*/
|
|
513
|
+
timeOnly?: boolean | null
|
|
503
514
|
}
|
|
504
515
|
|
|
505
516
|
}
|
|
@@ -518,11 +529,22 @@ export interface WallClock {
|
|
|
518
529
|
* system configuration.
|
|
519
530
|
*/
|
|
520
531
|
force_seconds: boolean
|
|
532
|
+
/**
|
|
533
|
+
* If %TRUE, the formatted clock will always have seconds precision and the
|
|
534
|
+
* 'clock' property will always be updated every second, irrespective of
|
|
535
|
+
* system configuration.
|
|
536
|
+
*/
|
|
537
|
+
forceSeconds: boolean
|
|
521
538
|
/**
|
|
522
539
|
* If %TRUE, the formatted clock will never include a date or the
|
|
523
540
|
* day of the week, irrespective of configuration.
|
|
524
541
|
*/
|
|
525
542
|
time_only: boolean
|
|
543
|
+
/**
|
|
544
|
+
* If %TRUE, the formatted clock will never include a date or the
|
|
545
|
+
* day of the week, irrespective of configuration.
|
|
546
|
+
*/
|
|
547
|
+
timeOnly: boolean
|
|
526
548
|
/**
|
|
527
549
|
* The timezone used for this clock
|
|
528
550
|
*/
|
package/gnomedesktop-4.0.d.ts
CHANGED
|
@@ -502,6 +502,17 @@ module WallClock {
|
|
|
502
502
|
* day of the week, irrespective of configuration.
|
|
503
503
|
*/
|
|
504
504
|
time_only?: boolean | null
|
|
505
|
+
/**
|
|
506
|
+
* If %TRUE, the formatted clock will always have seconds precision and the
|
|
507
|
+
* 'clock' property will always be updated every second, irrespective of
|
|
508
|
+
* system configuration.
|
|
509
|
+
*/
|
|
510
|
+
forceSeconds?: boolean | null
|
|
511
|
+
/**
|
|
512
|
+
* If %TRUE, the formatted clock will never include a date or the
|
|
513
|
+
* day of the week, irrespective of configuration.
|
|
514
|
+
*/
|
|
515
|
+
timeOnly?: boolean | null
|
|
505
516
|
}
|
|
506
517
|
|
|
507
518
|
}
|
|
@@ -520,11 +531,22 @@ interface WallClock {
|
|
|
520
531
|
* system configuration.
|
|
521
532
|
*/
|
|
522
533
|
force_seconds: boolean
|
|
534
|
+
/**
|
|
535
|
+
* If %TRUE, the formatted clock will always have seconds precision and the
|
|
536
|
+
* 'clock' property will always be updated every second, irrespective of
|
|
537
|
+
* system configuration.
|
|
538
|
+
*/
|
|
539
|
+
forceSeconds: boolean
|
|
523
540
|
/**
|
|
524
541
|
* If %TRUE, the formatted clock will never include a date or the
|
|
525
542
|
* day of the week, irrespective of configuration.
|
|
526
543
|
*/
|
|
527
544
|
time_only: boolean
|
|
545
|
+
/**
|
|
546
|
+
* If %TRUE, the formatted clock will never include a date or the
|
|
547
|
+
* day of the week, irrespective of configuration.
|
|
548
|
+
*/
|
|
549
|
+
timeOnly: boolean
|
|
528
550
|
/**
|
|
529
551
|
* The timezone used for this clock
|
|
530
552
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gnomedesktop-4.0",
|
|
3
|
-
"version": "4.0.0-3.2.
|
|
3
|
+
"version": "4.0.0-3.2.6",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GnomeDesktop-4.0, generated from library version 4.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gnomedesktop-4.0.js",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gnomedesktop-4.0.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/gdesktopenums-3.0": "^3.0.0-3.2.
|
|
29
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
30
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
31
|
-
"@girs/gjs": "^3.2.
|
|
32
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
33
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
34
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
28
|
+
"@girs/gdesktopenums-3.0": "^3.0.0-3.2.6",
|
|
29
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.6",
|
|
30
|
+
"@girs/gio-2.0": "^2.78.0-3.2.6",
|
|
31
|
+
"@girs/gjs": "^3.2.6",
|
|
32
|
+
"@girs/glib-2.0": "^2.78.0-3.2.6",
|
|
33
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.6",
|
|
34
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.6"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"typescript": "*"
|