@girs/unity-7.0 7.0.0-3.2.7 → 7.0.0-3.2.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/package.json +16 -10
- package/unity-7.0-ambient.js +2 -0
- package/unity-7.0-import.js +3 -0
- package/unity-7.0.d.cts +19 -170
- package/unity-7.0.d.ts +19 -170
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Unity-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Unity-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/unity-7.0",
|
|
3
|
-
"version": "7.0.0-3.2.
|
|
3
|
+
"version": "7.0.0-3.2.9",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Unity-7.0, generated from library version 7.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "unity-7.0.js",
|
|
7
7
|
"main": "unity-7.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./unity-7.0-ambient.d.ts",
|
|
11
|
+
"default": "./unity-7.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./unity-7.0-import.d.ts",
|
|
15
|
+
"default": "./unity-7.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./unity-7.0.d.ts",
|
|
@@ -25,12 +31,12 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit unity-7.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/dbusmenu-0.4": "^0.4.0-3.2.
|
|
29
|
-
"@girs/dee-1.0": "^1.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/gobject-2.0": "^2.78.0-3.2.
|
|
34
|
+
"@girs/dbusmenu-0.4": "^0.4.0-3.2.9",
|
|
35
|
+
"@girs/dee-1.0": "^1.0.0-3.2.9",
|
|
36
|
+
"@girs/gio-2.0": "^2.78.0-3.2.9",
|
|
37
|
+
"@girs/gjs": "^3.2.9",
|
|
38
|
+
"@girs/glib-2.0": "^2.78.0-3.2.9",
|
|
39
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.9"
|
|
34
40
|
},
|
|
35
41
|
"devDependencies": {
|
|
36
42
|
"typescript": "*"
|
|
@@ -47,7 +53,7 @@
|
|
|
47
53
|
"license": "MIT",
|
|
48
54
|
"repository": {
|
|
49
55
|
"type": "git",
|
|
50
|
-
"url": "git+https://github.com/gjsify/
|
|
56
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
51
57
|
},
|
|
52
58
|
"bugs": {
|
|
53
59
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|
package/unity-7.0.d.cts
CHANGED
|
@@ -242,7 +242,6 @@ export module AnnotatedIcon {
|
|
|
242
242
|
icon?: Gio.Icon | null
|
|
243
243
|
ribbon?: string | null
|
|
244
244
|
category?: CategoryType | null
|
|
245
|
-
size_hint?: IconSizeHint | null
|
|
246
245
|
sizeHint?: IconSizeHint | null
|
|
247
246
|
}
|
|
248
247
|
|
|
@@ -255,7 +254,6 @@ export interface AnnotatedIcon {
|
|
|
255
254
|
icon: Gio.Icon
|
|
256
255
|
ribbon: string | null
|
|
257
256
|
category: CategoryType
|
|
258
|
-
size_hint: IconSizeHint
|
|
259
257
|
sizeHint: IconSizeHint
|
|
260
258
|
|
|
261
259
|
// Owm methods of Unity-7.0.Unity.AnnotatedIcon
|
|
@@ -319,9 +317,7 @@ export interface Inspector {
|
|
|
319
317
|
|
|
320
318
|
// Own properties of Unity-7.0.Unity.Inspector
|
|
321
319
|
|
|
322
|
-
readonly unity_running: boolean
|
|
323
320
|
readonly unityRunning: boolean
|
|
324
|
-
readonly unity_bus_name: string | null
|
|
325
321
|
readonly unityBusName: string | null
|
|
326
322
|
|
|
327
323
|
// Owm methods of Unity-7.0.Unity.Inspector
|
|
@@ -365,16 +361,13 @@ export module LauncherEntry {
|
|
|
365
361
|
|
|
366
362
|
// Own constructor properties of Unity-7.0.Unity.LauncherEntry
|
|
367
363
|
|
|
368
|
-
|
|
364
|
+
appUri?: string | null
|
|
369
365
|
count?: number | null
|
|
370
|
-
|
|
366
|
+
countVisible?: boolean | null
|
|
371
367
|
progress?: number | null
|
|
372
|
-
|
|
368
|
+
progressVisible?: boolean | null
|
|
373
369
|
urgent?: boolean | null
|
|
374
370
|
quicklist?: Dbusmenu.Menuitem | null
|
|
375
|
-
appUri?: string | null
|
|
376
|
-
countVisible?: boolean | null
|
|
377
|
-
progressVisible?: boolean | null
|
|
378
371
|
}
|
|
379
372
|
|
|
380
373
|
}
|
|
@@ -383,13 +376,10 @@ export interface LauncherEntry extends Dee.Serializable {
|
|
|
383
376
|
|
|
384
377
|
// Own properties of Unity-7.0.Unity.LauncherEntry
|
|
385
378
|
|
|
386
|
-
app_uri: string | null
|
|
387
379
|
appUri: string | null
|
|
388
380
|
count: number
|
|
389
|
-
count_visible: boolean
|
|
390
381
|
countVisible: boolean
|
|
391
382
|
progress: number
|
|
392
|
-
progress_visible: boolean
|
|
393
383
|
progressVisible: boolean
|
|
394
384
|
urgent: boolean
|
|
395
385
|
quicklist: Dbusmenu.Menuitem
|
|
@@ -553,8 +543,6 @@ export module ProgressSourceProvider {
|
|
|
553
543
|
|
|
554
544
|
// Own constructor properties of Unity-7.0.Unity.ProgressSourceProvider
|
|
555
545
|
|
|
556
|
-
dbus_name?: string | null
|
|
557
|
-
dbus_path?: string | null
|
|
558
546
|
dbusName?: string | null
|
|
559
547
|
dbusPath?: string | null
|
|
560
548
|
}
|
|
@@ -565,9 +553,7 @@ export interface ProgressSourceProvider {
|
|
|
565
553
|
|
|
566
554
|
// Own properties of Unity-7.0.Unity.ProgressSourceProvider
|
|
567
555
|
|
|
568
|
-
readonly dbus_name: string | null
|
|
569
556
|
readonly dbusName: string | null
|
|
570
|
-
readonly dbus_path: string | null
|
|
571
557
|
readonly dbusPath: string | null
|
|
572
558
|
|
|
573
559
|
// Owm methods of Unity-7.0.Unity.ProgressSourceProvider
|
|
@@ -614,10 +600,6 @@ export module Category {
|
|
|
614
600
|
|
|
615
601
|
id?: string | null
|
|
616
602
|
name?: string | null
|
|
617
|
-
icon_hint?: Gio.Icon | null
|
|
618
|
-
default_renderer?: CategoryRenderer | null
|
|
619
|
-
content_type?: CategoryContentType | null
|
|
620
|
-
renderer_hint?: string | null
|
|
621
603
|
iconHint?: Gio.Icon | null
|
|
622
604
|
defaultRenderer?: CategoryRenderer | null
|
|
623
605
|
contentType?: CategoryContentType | null
|
|
@@ -632,13 +614,9 @@ export interface Category {
|
|
|
632
614
|
|
|
633
615
|
readonly id: string | null
|
|
634
616
|
readonly name: string | null
|
|
635
|
-
readonly icon_hint: Gio.Icon
|
|
636
617
|
readonly iconHint: Gio.Icon
|
|
637
|
-
readonly default_renderer: CategoryRenderer
|
|
638
618
|
readonly defaultRenderer: CategoryRenderer
|
|
639
|
-
content_type: CategoryContentType
|
|
640
619
|
contentType: CategoryContentType
|
|
641
|
-
renderer_hint: string | null
|
|
642
620
|
rendererHint: string | null
|
|
643
621
|
readonly renderer: string | null
|
|
644
622
|
|
|
@@ -718,14 +696,12 @@ export module Filter {
|
|
|
718
696
|
// Own constructor properties of Unity-7.0.Unity.Filter
|
|
719
697
|
|
|
720
698
|
id?: string | null
|
|
721
|
-
|
|
722
|
-
|
|
699
|
+
displayName?: string | null
|
|
700
|
+
iconHint?: Gio.Icon | null
|
|
723
701
|
renderer?: FilterRenderer | null
|
|
724
702
|
visible?: boolean | null
|
|
725
703
|
collapsed?: boolean | null
|
|
726
704
|
filtering?: boolean | null
|
|
727
|
-
displayName?: string | null
|
|
728
|
-
iconHint?: Gio.Icon | null
|
|
729
705
|
}
|
|
730
706
|
|
|
731
707
|
}
|
|
@@ -735,9 +711,7 @@ export interface Filter extends Dee.Serializable {
|
|
|
735
711
|
// Own properties of Unity-7.0.Unity.Filter
|
|
736
712
|
|
|
737
713
|
readonly id: string | null
|
|
738
|
-
display_name: string | null
|
|
739
714
|
displayName: string | null
|
|
740
|
-
readonly icon_hint: Gio.Icon
|
|
741
715
|
readonly iconHint: Gio.Icon
|
|
742
716
|
readonly renderer: FilterRenderer
|
|
743
717
|
visible: boolean
|
|
@@ -812,11 +786,9 @@ export module FilterOption {
|
|
|
812
786
|
// Own constructor properties of Unity-7.0.Unity.FilterOption
|
|
813
787
|
|
|
814
788
|
id?: string | null
|
|
815
|
-
display_name?: string | null
|
|
816
|
-
icon_hint?: Gio.Icon | null
|
|
817
|
-
active?: boolean | null
|
|
818
789
|
displayName?: string | null
|
|
819
790
|
iconHint?: Gio.Icon | null
|
|
791
|
+
active?: boolean | null
|
|
820
792
|
}
|
|
821
793
|
|
|
822
794
|
}
|
|
@@ -826,9 +798,7 @@ export interface FilterOption {
|
|
|
826
798
|
// Own properties of Unity-7.0.Unity.FilterOption
|
|
827
799
|
|
|
828
800
|
readonly id: string | null
|
|
829
|
-
readonly display_name: string | null
|
|
830
801
|
readonly displayName: string | null
|
|
831
|
-
readonly icon_hint: Gio.Icon
|
|
832
802
|
readonly iconHint: Gio.Icon
|
|
833
803
|
active: boolean
|
|
834
804
|
|
|
@@ -883,8 +853,6 @@ export module OptionsFilter {
|
|
|
883
853
|
|
|
884
854
|
// Own constructor properties of Unity-7.0.Unity.OptionsFilter
|
|
885
855
|
|
|
886
|
-
sort_type?: OptionsFilterSortType | null
|
|
887
|
-
show_all_button?: boolean | null
|
|
888
856
|
sortType?: OptionsFilterSortType | null
|
|
889
857
|
showAllButton?: boolean | null
|
|
890
858
|
}
|
|
@@ -895,9 +863,7 @@ export interface OptionsFilter {
|
|
|
895
863
|
|
|
896
864
|
// Own properties of Unity-7.0.Unity.OptionsFilter
|
|
897
865
|
|
|
898
|
-
sort_type: OptionsFilterSortType
|
|
899
866
|
sortType: OptionsFilterSortType
|
|
900
|
-
show_all_button: boolean
|
|
901
867
|
showAllButton: boolean
|
|
902
868
|
|
|
903
869
|
// Own fields of Unity-7.0.Unity.OptionsFilter
|
|
@@ -1311,11 +1277,6 @@ export module PreferencesManager {
|
|
|
1311
1277
|
|
|
1312
1278
|
// Own constructor properties of Unity-7.0.Unity.PreferencesManager
|
|
1313
1279
|
|
|
1314
|
-
remote_content_search?: PreferencesManagerRemoteContent | null
|
|
1315
|
-
always_search?: string[] | null
|
|
1316
|
-
home_lens_priority?: string[] | null
|
|
1317
|
-
home_lens_default_view?: string[] | null
|
|
1318
|
-
disabled_scopes?: string[] | null
|
|
1319
1280
|
remoteContentSearch?: PreferencesManagerRemoteContent | null
|
|
1320
1281
|
alwaysSearch?: string[] | null
|
|
1321
1282
|
homeLensPriority?: string[] | null
|
|
@@ -1329,15 +1290,10 @@ export interface PreferencesManager {
|
|
|
1329
1290
|
|
|
1330
1291
|
// Own properties of Unity-7.0.Unity.PreferencesManager
|
|
1331
1292
|
|
|
1332
|
-
remote_content_search: PreferencesManagerRemoteContent
|
|
1333
1293
|
remoteContentSearch: PreferencesManagerRemoteContent
|
|
1334
|
-
always_search: string[]
|
|
1335
1294
|
alwaysSearch: string[]
|
|
1336
|
-
home_lens_priority: string[]
|
|
1337
1295
|
homeLensPriority: string[]
|
|
1338
|
-
home_lens_default_view: string[]
|
|
1339
1296
|
homeLensDefaultView: string[]
|
|
1340
|
-
disabled_scopes: string[]
|
|
1341
1297
|
disabledScopes: string[]
|
|
1342
1298
|
|
|
1343
1299
|
// Owm methods of Unity-7.0.Unity.PreferencesManager
|
|
@@ -1408,12 +1364,10 @@ export module DeprecatedScopeSearch {
|
|
|
1408
1364
|
|
|
1409
1365
|
// Own constructor properties of Unity-7.0.Unity.DeprecatedScopeSearch
|
|
1410
1366
|
|
|
1411
|
-
channel_id?: string | null
|
|
1412
|
-
hints?: GLib.HashTable | null
|
|
1413
|
-
results_model?: Dee.SerializableModel | null
|
|
1414
|
-
owner?: DeprecatedScopeBase | null
|
|
1415
1367
|
channelId?: string | null
|
|
1368
|
+
hints?: GLib.HashTable | null
|
|
1416
1369
|
resultsModel?: Dee.SerializableModel | null
|
|
1370
|
+
owner?: DeprecatedScopeBase | null
|
|
1417
1371
|
}
|
|
1418
1372
|
|
|
1419
1373
|
}
|
|
@@ -1422,14 +1376,10 @@ export interface DeprecatedScopeSearch {
|
|
|
1422
1376
|
|
|
1423
1377
|
// Own properties of Unity-7.0.Unity.DeprecatedScopeSearch
|
|
1424
1378
|
|
|
1425
|
-
readonly channel_id: string | null
|
|
1426
1379
|
readonly channelId: string | null
|
|
1427
|
-
readonly search_string: string | null
|
|
1428
1380
|
readonly searchString: string | null
|
|
1429
|
-
readonly search_type: SearchType
|
|
1430
1381
|
readonly searchType: SearchType
|
|
1431
1382
|
readonly hints: GLib.HashTable
|
|
1432
|
-
readonly results_model: Dee.SerializableModel
|
|
1433
1383
|
readonly resultsModel: Dee.SerializableModel
|
|
1434
1384
|
readonly owner: DeprecatedScopeBase
|
|
1435
1385
|
|
|
@@ -1586,11 +1536,9 @@ export module Preview {
|
|
|
1586
1536
|
|
|
1587
1537
|
title?: string | null
|
|
1588
1538
|
subtitle?: string | null
|
|
1589
|
-
description_markup?: string | null
|
|
1590
|
-
image_source_uri?: string | null
|
|
1591
|
-
image?: Gio.Icon | null
|
|
1592
1539
|
descriptionMarkup?: string | null
|
|
1593
1540
|
imageSourceUri?: string | null
|
|
1541
|
+
image?: Gio.Icon | null
|
|
1594
1542
|
}
|
|
1595
1543
|
|
|
1596
1544
|
}
|
|
@@ -1601,9 +1549,7 @@ export interface Preview extends Dee.Serializable {
|
|
|
1601
1549
|
|
|
1602
1550
|
title: string | null
|
|
1603
1551
|
subtitle: string | null
|
|
1604
|
-
description_markup: string | null
|
|
1605
1552
|
descriptionMarkup: string | null
|
|
1606
|
-
image_source_uri: string | null
|
|
1607
1553
|
imageSourceUri: string | null
|
|
1608
1554
|
image: Gio.Icon
|
|
1609
1555
|
|
|
@@ -1677,10 +1623,6 @@ export module PreviewAction {
|
|
|
1677
1623
|
// Own constructor properties of Unity-7.0.Unity.PreviewAction
|
|
1678
1624
|
|
|
1679
1625
|
id?: string | null
|
|
1680
|
-
display_name?: string | null
|
|
1681
|
-
extra_text?: string | null
|
|
1682
|
-
icon_hint?: Gio.Icon | null
|
|
1683
|
-
layout_hint?: LayoutHint | null
|
|
1684
1626
|
displayName?: string | null
|
|
1685
1627
|
extraText?: string | null
|
|
1686
1628
|
iconHint?: Gio.Icon | null
|
|
@@ -1694,13 +1636,9 @@ export interface PreviewAction extends Dee.Serializable {
|
|
|
1694
1636
|
// Own properties of Unity-7.0.Unity.PreviewAction
|
|
1695
1637
|
|
|
1696
1638
|
readonly id: string | null
|
|
1697
|
-
readonly display_name: string | null
|
|
1698
1639
|
readonly displayName: string | null
|
|
1699
|
-
extra_text: string | null
|
|
1700
1640
|
extraText: string | null
|
|
1701
|
-
readonly icon_hint: Gio.Icon
|
|
1702
1641
|
readonly iconHint: Gio.Icon
|
|
1703
|
-
readonly layout_hint: LayoutHint
|
|
1704
1642
|
readonly layoutHint: LayoutHint
|
|
1705
1643
|
readonly hints: GLib.HashTable
|
|
1706
1644
|
|
|
@@ -1772,11 +1710,9 @@ export module InfoHint {
|
|
|
1772
1710
|
// Own constructor properties of Unity-7.0.Unity.InfoHint
|
|
1773
1711
|
|
|
1774
1712
|
id?: string | null
|
|
1775
|
-
display_name?: string | null
|
|
1776
|
-
icon_hint?: Gio.Icon | null
|
|
1777
|
-
data?: GLib.Variant | null
|
|
1778
1713
|
displayName?: string | null
|
|
1779
1714
|
iconHint?: Gio.Icon | null
|
|
1715
|
+
data?: GLib.Variant | null
|
|
1780
1716
|
}
|
|
1781
1717
|
|
|
1782
1718
|
}
|
|
@@ -1786,9 +1722,7 @@ export interface InfoHint {
|
|
|
1786
1722
|
// Own properties of Unity-7.0.Unity.InfoHint
|
|
1787
1723
|
|
|
1788
1724
|
readonly id: string | null
|
|
1789
|
-
readonly display_name: string | null
|
|
1790
1725
|
readonly displayName: string | null
|
|
1791
|
-
readonly icon_hint: Gio.Icon
|
|
1792
1726
|
readonly iconHint: Gio.Icon
|
|
1793
1727
|
readonly data: GLib.Variant
|
|
1794
1728
|
|
|
@@ -1901,11 +1835,9 @@ export module ApplicationPreview {
|
|
|
1901
1835
|
|
|
1902
1836
|
// Own constructor properties of Unity-7.0.Unity.ApplicationPreview
|
|
1903
1837
|
|
|
1904
|
-
|
|
1838
|
+
appIcon?: Gio.Icon | null
|
|
1905
1839
|
license?: string | null
|
|
1906
1840
|
copyright?: string | null
|
|
1907
|
-
last_update?: string | null
|
|
1908
|
-
appIcon?: Gio.Icon | null
|
|
1909
1841
|
lastUpdate?: string | null
|
|
1910
1842
|
}
|
|
1911
1843
|
|
|
@@ -1915,11 +1847,9 @@ export interface ApplicationPreview {
|
|
|
1915
1847
|
|
|
1916
1848
|
// Own properties of Unity-7.0.Unity.ApplicationPreview
|
|
1917
1849
|
|
|
1918
|
-
app_icon: Gio.Icon
|
|
1919
1850
|
appIcon: Gio.Icon
|
|
1920
1851
|
license: string | null
|
|
1921
1852
|
copyright: string | null
|
|
1922
|
-
last_update: string | null
|
|
1923
1853
|
lastUpdate: string | null
|
|
1924
1854
|
|
|
1925
1855
|
// Owm methods of Unity-7.0.Unity.ApplicationPreview
|
|
@@ -2047,10 +1977,6 @@ export module PaymentPreview {
|
|
|
2047
1977
|
|
|
2048
1978
|
header?: string | null
|
|
2049
1979
|
email?: string | null
|
|
2050
|
-
payment_method?: string | null
|
|
2051
|
-
purchase_prize?: string | null
|
|
2052
|
-
purchase_type?: string | null
|
|
2053
|
-
preview_type?: PaymentPreviewType | null
|
|
2054
1980
|
paymentMethod?: string | null
|
|
2055
1981
|
purchasePrize?: string | null
|
|
2056
1982
|
purchaseType?: string | null
|
|
@@ -2065,13 +1991,9 @@ export interface PaymentPreview {
|
|
|
2065
1991
|
|
|
2066
1992
|
header: string | null
|
|
2067
1993
|
email: string | null
|
|
2068
|
-
payment_method: string | null
|
|
2069
1994
|
paymentMethod: string | null
|
|
2070
|
-
purchase_prize: string | null
|
|
2071
1995
|
purchasePrize: string | null
|
|
2072
|
-
purchase_type: string | null
|
|
2073
1996
|
purchaseType: string | null
|
|
2074
|
-
preview_type: PaymentPreviewType
|
|
2075
1997
|
previewType: PaymentPreviewType
|
|
2076
1998
|
|
|
2077
1999
|
// Owm methods of Unity-7.0.Unity.PaymentPreview
|
|
@@ -2371,7 +2293,6 @@ export module ActivationResponse {
|
|
|
2371
2293
|
// Own constructor properties of Unity-7.0.Unity.ActivationResponse
|
|
2372
2294
|
|
|
2373
2295
|
handled?: HandledType | null
|
|
2374
|
-
goto_uri?: string | null
|
|
2375
2296
|
gotoUri?: string | null
|
|
2376
2297
|
}
|
|
2377
2298
|
|
|
@@ -2382,7 +2303,6 @@ export interface ActivationResponse {
|
|
|
2382
2303
|
// Own properties of Unity-7.0.Unity.ActivationResponse
|
|
2383
2304
|
|
|
2384
2305
|
readonly handled: HandledType
|
|
2385
|
-
goto_uri: string | null
|
|
2386
2306
|
gotoUri: string | null
|
|
2387
2307
|
|
|
2388
2308
|
// Owm methods of Unity-7.0.Unity.ActivationResponse
|
|
@@ -2430,15 +2350,11 @@ export module AggregatorActivation {
|
|
|
2430
2350
|
|
|
2431
2351
|
// Own constructor properties of Unity-7.0.Unity.AggregatorActivation
|
|
2432
2352
|
|
|
2433
|
-
channel_id?: string | null
|
|
2434
|
-
scope_id?: string | null
|
|
2435
|
-
action_type?: number | null
|
|
2436
|
-
scope_result?: ScopeResult | null
|
|
2437
|
-
hints?: GLib.HashTable | null
|
|
2438
2353
|
channelId?: string | null
|
|
2439
2354
|
scopeId?: string | null
|
|
2440
2355
|
actionType?: number | null
|
|
2441
2356
|
scopeResult?: ScopeResult | null
|
|
2357
|
+
hints?: GLib.HashTable | null
|
|
2442
2358
|
}
|
|
2443
2359
|
|
|
2444
2360
|
}
|
|
@@ -2447,13 +2363,9 @@ export interface AggregatorActivation {
|
|
|
2447
2363
|
|
|
2448
2364
|
// Own properties of Unity-7.0.Unity.AggregatorActivation
|
|
2449
2365
|
|
|
2450
|
-
channel_id: string | null
|
|
2451
2366
|
channelId: string | null
|
|
2452
|
-
scope_id: string | null
|
|
2453
2367
|
scopeId: string | null
|
|
2454
|
-
action_type: number
|
|
2455
2368
|
actionType: number
|
|
2456
|
-
scope_result: ScopeResult
|
|
2457
2369
|
scopeResult: ScopeResult
|
|
2458
2370
|
hints: GLib.HashTable
|
|
2459
2371
|
|
|
@@ -2886,7 +2798,6 @@ export interface SearchMetadata {
|
|
|
2886
2798
|
// Own properties of Unity-7.0.Unity.SearchMetadata
|
|
2887
2799
|
|
|
2888
2800
|
readonly locale: string | null
|
|
2889
|
-
readonly form_factor: string | null
|
|
2890
2801
|
readonly formFactor: string | null
|
|
2891
2802
|
readonly location: GeoCoordinate
|
|
2892
2803
|
|
|
@@ -3122,19 +3033,15 @@ export module DeprecatedScopeBase {
|
|
|
3122
3033
|
// Own constructor properties of Unity-7.0.Unity.DeprecatedScopeBase
|
|
3123
3034
|
|
|
3124
3035
|
id?: string | null
|
|
3125
|
-
|
|
3126
|
-
|
|
3036
|
+
dbusPath?: string | null
|
|
3037
|
+
searchInGlobal?: boolean | null
|
|
3127
3038
|
visible?: boolean | null
|
|
3128
|
-
|
|
3129
|
-
|
|
3039
|
+
isMaster?: boolean | null
|
|
3040
|
+
searchHint?: string | null
|
|
3130
3041
|
sources?: OptionsFilter | null
|
|
3131
3042
|
categories?: CategorySet | null
|
|
3132
3043
|
filters?: FilterSet | null
|
|
3133
3044
|
schema?: Schema | null
|
|
3134
|
-
dbusPath?: string | null
|
|
3135
|
-
searchInGlobal?: boolean | null
|
|
3136
|
-
isMaster?: boolean | null
|
|
3137
|
-
searchHint?: string | null
|
|
3138
3045
|
}
|
|
3139
3046
|
|
|
3140
3047
|
}
|
|
@@ -3144,14 +3051,10 @@ export interface DeprecatedScopeBase {
|
|
|
3144
3051
|
// Own properties of Unity-7.0.Unity.DeprecatedScopeBase
|
|
3145
3052
|
|
|
3146
3053
|
readonly id: string | null
|
|
3147
|
-
readonly dbus_path: string | null
|
|
3148
3054
|
readonly dbusPath: string | null
|
|
3149
|
-
search_in_global: boolean
|
|
3150
3055
|
searchInGlobal: boolean
|
|
3151
3056
|
visible: boolean
|
|
3152
|
-
readonly is_master: boolean
|
|
3153
3057
|
readonly isMaster: boolean
|
|
3154
|
-
search_hint: string | null
|
|
3155
3058
|
searchHint: string | null
|
|
3156
3059
|
sources: OptionsFilter
|
|
3157
3060
|
categories: CategorySet
|
|
@@ -3369,9 +3272,6 @@ export module AggregatorScope {
|
|
|
3369
3272
|
|
|
3370
3273
|
// Own constructor properties of Unity-7.0.Unity.AggregatorScope
|
|
3371
3274
|
|
|
3372
|
-
merge_mode?: AggregatorScopeMergeMode | null
|
|
3373
|
-
proxy_filter_hints?: boolean | null
|
|
3374
|
-
automatic_flushing?: boolean | null
|
|
3375
3275
|
mergeMode?: AggregatorScopeMergeMode | null
|
|
3376
3276
|
proxyFilterHints?: boolean | null
|
|
3377
3277
|
automaticFlushing?: boolean | null
|
|
@@ -3383,11 +3283,8 @@ export interface AggregatorScope {
|
|
|
3383
3283
|
|
|
3384
3284
|
// Own properties of Unity-7.0.Unity.AggregatorScope
|
|
3385
3285
|
|
|
3386
|
-
merge_mode: AggregatorScopeMergeMode
|
|
3387
3286
|
mergeMode: AggregatorScopeMergeMode
|
|
3388
|
-
proxy_filter_hints: boolean
|
|
3389
3287
|
proxyFilterHints: boolean
|
|
3390
|
-
automatic_flushing: boolean
|
|
3391
3288
|
automaticFlushing: boolean
|
|
3392
3289
|
|
|
3393
3290
|
// Owm methods of Unity-7.0.Unity.AggregatorScope
|
|
@@ -3482,7 +3379,6 @@ export module MasterScope {
|
|
|
3482
3379
|
|
|
3483
3380
|
// Own constructor properties of Unity-7.0.Unity.MasterScope
|
|
3484
3381
|
|
|
3485
|
-
no_content_hint?: string | null
|
|
3486
3382
|
noContentHint?: string | null
|
|
3487
3383
|
}
|
|
3488
3384
|
|
|
@@ -3492,7 +3388,6 @@ export interface MasterScope {
|
|
|
3492
3388
|
|
|
3493
3389
|
// Own properties of Unity-7.0.Unity.MasterScope
|
|
3494
3390
|
|
|
3495
|
-
no_content_hint: string | null
|
|
3496
3391
|
noContentHint: string | null
|
|
3497
3392
|
|
|
3498
3393
|
// Owm methods of Unity-7.0.Unity.MasterScope
|
|
@@ -3573,14 +3468,9 @@ export module SimpleScope {
|
|
|
3573
3468
|
|
|
3574
3469
|
// Own constructor properties of Unity-7.0.Unity.SimpleScope
|
|
3575
3470
|
|
|
3576
|
-
filter_set?: FilterSet | null
|
|
3577
|
-
category_set?: CategorySet | null
|
|
3578
|
-
schema?: Schema | null
|
|
3579
|
-
search_hint?: string | null
|
|
3580
|
-
group_name?: string | null
|
|
3581
|
-
unique_name?: string | null
|
|
3582
3471
|
filterSet?: FilterSet | null
|
|
3583
3472
|
categorySet?: CategorySet | null
|
|
3473
|
+
schema?: Schema | null
|
|
3584
3474
|
searchHint?: string | null
|
|
3585
3475
|
groupName?: string | null
|
|
3586
3476
|
uniqueName?: string | null
|
|
@@ -3592,16 +3482,11 @@ export interface SimpleScope {
|
|
|
3592
3482
|
|
|
3593
3483
|
// Own properties of Unity-7.0.Unity.SimpleScope
|
|
3594
3484
|
|
|
3595
|
-
filter_set: FilterSet
|
|
3596
3485
|
filterSet: FilterSet
|
|
3597
|
-
category_set: CategorySet
|
|
3598
3486
|
categorySet: CategorySet
|
|
3599
3487
|
schema: Schema
|
|
3600
|
-
search_hint: string | null
|
|
3601
3488
|
searchHint: string | null
|
|
3602
|
-
group_name: string | null
|
|
3603
3489
|
groupName: string | null
|
|
3604
|
-
unique_name: string | null
|
|
3605
3490
|
uniqueName: string | null
|
|
3606
3491
|
|
|
3607
3492
|
// Owm methods of Unity-7.0.Unity.SimpleScope
|
|
@@ -3733,14 +3618,11 @@ export module TrackMetadata {
|
|
|
3733
3618
|
// Own constructor properties of Unity-7.0.Unity.TrackMetadata
|
|
3734
3619
|
|
|
3735
3620
|
uri?: string | null
|
|
3736
|
-
|
|
3621
|
+
trackNo?: number | null
|
|
3737
3622
|
artist?: string | null
|
|
3738
3623
|
title?: string | null
|
|
3739
3624
|
album?: string | null
|
|
3740
3625
|
length?: number | null
|
|
3741
|
-
art_location?: Gio.File | null
|
|
3742
|
-
art_icon?: Gio.Icon | null
|
|
3743
|
-
trackNo?: number | null
|
|
3744
3626
|
artLocation?: Gio.File | null
|
|
3745
3627
|
artIcon?: Gio.Icon | null
|
|
3746
3628
|
}
|
|
@@ -3752,15 +3634,12 @@ export interface TrackMetadata {
|
|
|
3752
3634
|
// Own properties of Unity-7.0.Unity.TrackMetadata
|
|
3753
3635
|
|
|
3754
3636
|
uri: string | null
|
|
3755
|
-
track_no: number
|
|
3756
3637
|
trackNo: number
|
|
3757
3638
|
artist: string | null
|
|
3758
3639
|
title: string | null
|
|
3759
3640
|
album: string | null
|
|
3760
3641
|
length: number
|
|
3761
|
-
art_location: Gio.File
|
|
3762
3642
|
artLocation: Gio.File
|
|
3763
|
-
art_icon: Gio.Icon
|
|
3764
3643
|
artIcon: Gio.Icon
|
|
3765
3644
|
|
|
3766
3645
|
// Owm methods of Unity-7.0.Unity.TrackMetadata
|
|
@@ -3841,9 +3720,6 @@ export module Playlist {
|
|
|
3841
3720
|
id?: string | null
|
|
3842
3721
|
name?: string | null
|
|
3843
3722
|
icon?: Gio.Icon | null
|
|
3844
|
-
creation_date?: GLib.DateTime | null
|
|
3845
|
-
modification_date?: GLib.DateTime | null
|
|
3846
|
-
last_play_date?: GLib.DateTime | null
|
|
3847
3723
|
creationDate?: GLib.DateTime | null
|
|
3848
3724
|
modificationDate?: GLib.DateTime | null
|
|
3849
3725
|
lastPlayDate?: GLib.DateTime | null
|
|
@@ -3858,11 +3734,8 @@ export interface Playlist {
|
|
|
3858
3734
|
readonly id: string | null
|
|
3859
3735
|
name: string | null
|
|
3860
3736
|
icon: Gio.Icon
|
|
3861
|
-
creation_date: GLib.DateTime
|
|
3862
3737
|
creationDate: GLib.DateTime
|
|
3863
|
-
modification_date: GLib.DateTime
|
|
3864
3738
|
modificationDate: GLib.DateTime
|
|
3865
|
-
last_play_date: GLib.DateTime
|
|
3866
3739
|
lastPlayDate: GLib.DateTime
|
|
3867
3740
|
|
|
3868
3741
|
// Owm methods of Unity-7.0.Unity.Playlist
|
|
@@ -3966,22 +3839,10 @@ export module MusicPlayer {
|
|
|
3966
3839
|
|
|
3967
3840
|
// Own constructor properties of Unity-7.0.Unity.MusicPlayer
|
|
3968
3841
|
|
|
3969
|
-
app_info?: Gio.AppInfo | null
|
|
3970
|
-
desktop_file_name?: string | null
|
|
3971
|
-
is_blacklisted?: boolean | null
|
|
3972
|
-
title?: string | null
|
|
3973
|
-
can_go_next?: boolean | null
|
|
3974
|
-
can_go_previous?: boolean | null
|
|
3975
|
-
can_play?: boolean | null
|
|
3976
|
-
can_pause?: boolean | null
|
|
3977
|
-
current_track?: TrackMetadata | null
|
|
3978
|
-
playback_state?: PlaybackState | null
|
|
3979
|
-
current_playlist?: Playlist | null
|
|
3980
|
-
track_menu?: Dbusmenu.Menuitem | null
|
|
3981
|
-
player_menu?: Dbusmenu.Menuitem | null
|
|
3982
3842
|
appInfo?: Gio.AppInfo | null
|
|
3983
3843
|
desktopFileName?: string | null
|
|
3984
3844
|
isBlacklisted?: boolean | null
|
|
3845
|
+
title?: string | null
|
|
3985
3846
|
canGoNext?: boolean | null
|
|
3986
3847
|
canGoPrevious?: boolean | null
|
|
3987
3848
|
canPlay?: boolean | null
|
|
@@ -3999,30 +3860,18 @@ export interface MusicPlayer {
|
|
|
3999
3860
|
|
|
4000
3861
|
// Own properties of Unity-7.0.Unity.MusicPlayer
|
|
4001
3862
|
|
|
4002
|
-
readonly app_info: Gio.AppInfo
|
|
4003
3863
|
readonly appInfo: Gio.AppInfo
|
|
4004
|
-
readonly desktop_file_name: string | null
|
|
4005
3864
|
readonly desktopFileName: string | null
|
|
4006
|
-
is_blacklisted: boolean
|
|
4007
3865
|
isBlacklisted: boolean
|
|
4008
3866
|
title: string | null
|
|
4009
|
-
can_go_next: boolean
|
|
4010
3867
|
canGoNext: boolean
|
|
4011
|
-
can_go_previous: boolean
|
|
4012
3868
|
canGoPrevious: boolean
|
|
4013
|
-
can_play: boolean
|
|
4014
3869
|
canPlay: boolean
|
|
4015
|
-
can_pause: boolean
|
|
4016
3870
|
canPause: boolean
|
|
4017
|
-
current_track: TrackMetadata
|
|
4018
3871
|
currentTrack: TrackMetadata
|
|
4019
|
-
playback_state: PlaybackState
|
|
4020
3872
|
playbackState: PlaybackState
|
|
4021
|
-
current_playlist: Playlist
|
|
4022
3873
|
currentPlaylist: Playlist
|
|
4023
|
-
track_menu: Dbusmenu.Menuitem
|
|
4024
3874
|
trackMenu: Dbusmenu.Menuitem
|
|
4025
|
-
player_menu: Dbusmenu.Menuitem
|
|
4026
3875
|
playerMenu: Dbusmenu.Menuitem
|
|
4027
3876
|
|
|
4028
3877
|
// Owm methods of Unity-7.0.Unity.MusicPlayer
|
package/unity-7.0.d.ts
CHANGED
|
@@ -244,7 +244,6 @@ module AnnotatedIcon {
|
|
|
244
244
|
icon?: Gio.Icon | null
|
|
245
245
|
ribbon?: string | null
|
|
246
246
|
category?: CategoryType | null
|
|
247
|
-
size_hint?: IconSizeHint | null
|
|
248
247
|
sizeHint?: IconSizeHint | null
|
|
249
248
|
}
|
|
250
249
|
|
|
@@ -257,7 +256,6 @@ interface AnnotatedIcon {
|
|
|
257
256
|
icon: Gio.Icon
|
|
258
257
|
ribbon: string | null
|
|
259
258
|
category: CategoryType
|
|
260
|
-
size_hint: IconSizeHint
|
|
261
259
|
sizeHint: IconSizeHint
|
|
262
260
|
|
|
263
261
|
// Owm methods of Unity-7.0.Unity.AnnotatedIcon
|
|
@@ -321,9 +319,7 @@ interface Inspector {
|
|
|
321
319
|
|
|
322
320
|
// Own properties of Unity-7.0.Unity.Inspector
|
|
323
321
|
|
|
324
|
-
readonly unity_running: boolean
|
|
325
322
|
readonly unityRunning: boolean
|
|
326
|
-
readonly unity_bus_name: string | null
|
|
327
323
|
readonly unityBusName: string | null
|
|
328
324
|
|
|
329
325
|
// Owm methods of Unity-7.0.Unity.Inspector
|
|
@@ -367,16 +363,13 @@ module LauncherEntry {
|
|
|
367
363
|
|
|
368
364
|
// Own constructor properties of Unity-7.0.Unity.LauncherEntry
|
|
369
365
|
|
|
370
|
-
|
|
366
|
+
appUri?: string | null
|
|
371
367
|
count?: number | null
|
|
372
|
-
|
|
368
|
+
countVisible?: boolean | null
|
|
373
369
|
progress?: number | null
|
|
374
|
-
|
|
370
|
+
progressVisible?: boolean | null
|
|
375
371
|
urgent?: boolean | null
|
|
376
372
|
quicklist?: Dbusmenu.Menuitem | null
|
|
377
|
-
appUri?: string | null
|
|
378
|
-
countVisible?: boolean | null
|
|
379
|
-
progressVisible?: boolean | null
|
|
380
373
|
}
|
|
381
374
|
|
|
382
375
|
}
|
|
@@ -385,13 +378,10 @@ interface LauncherEntry extends Dee.Serializable {
|
|
|
385
378
|
|
|
386
379
|
// Own properties of Unity-7.0.Unity.LauncherEntry
|
|
387
380
|
|
|
388
|
-
app_uri: string | null
|
|
389
381
|
appUri: string | null
|
|
390
382
|
count: number
|
|
391
|
-
count_visible: boolean
|
|
392
383
|
countVisible: boolean
|
|
393
384
|
progress: number
|
|
394
|
-
progress_visible: boolean
|
|
395
385
|
progressVisible: boolean
|
|
396
386
|
urgent: boolean
|
|
397
387
|
quicklist: Dbusmenu.Menuitem
|
|
@@ -555,8 +545,6 @@ module ProgressSourceProvider {
|
|
|
555
545
|
|
|
556
546
|
// Own constructor properties of Unity-7.0.Unity.ProgressSourceProvider
|
|
557
547
|
|
|
558
|
-
dbus_name?: string | null
|
|
559
|
-
dbus_path?: string | null
|
|
560
548
|
dbusName?: string | null
|
|
561
549
|
dbusPath?: string | null
|
|
562
550
|
}
|
|
@@ -567,9 +555,7 @@ interface ProgressSourceProvider {
|
|
|
567
555
|
|
|
568
556
|
// Own properties of Unity-7.0.Unity.ProgressSourceProvider
|
|
569
557
|
|
|
570
|
-
readonly dbus_name: string | null
|
|
571
558
|
readonly dbusName: string | null
|
|
572
|
-
readonly dbus_path: string | null
|
|
573
559
|
readonly dbusPath: string | null
|
|
574
560
|
|
|
575
561
|
// Owm methods of Unity-7.0.Unity.ProgressSourceProvider
|
|
@@ -616,10 +602,6 @@ module Category {
|
|
|
616
602
|
|
|
617
603
|
id?: string | null
|
|
618
604
|
name?: string | null
|
|
619
|
-
icon_hint?: Gio.Icon | null
|
|
620
|
-
default_renderer?: CategoryRenderer | null
|
|
621
|
-
content_type?: CategoryContentType | null
|
|
622
|
-
renderer_hint?: string | null
|
|
623
605
|
iconHint?: Gio.Icon | null
|
|
624
606
|
defaultRenderer?: CategoryRenderer | null
|
|
625
607
|
contentType?: CategoryContentType | null
|
|
@@ -634,13 +616,9 @@ interface Category {
|
|
|
634
616
|
|
|
635
617
|
readonly id: string | null
|
|
636
618
|
readonly name: string | null
|
|
637
|
-
readonly icon_hint: Gio.Icon
|
|
638
619
|
readonly iconHint: Gio.Icon
|
|
639
|
-
readonly default_renderer: CategoryRenderer
|
|
640
620
|
readonly defaultRenderer: CategoryRenderer
|
|
641
|
-
content_type: CategoryContentType
|
|
642
621
|
contentType: CategoryContentType
|
|
643
|
-
renderer_hint: string | null
|
|
644
622
|
rendererHint: string | null
|
|
645
623
|
readonly renderer: string | null
|
|
646
624
|
|
|
@@ -720,14 +698,12 @@ module Filter {
|
|
|
720
698
|
// Own constructor properties of Unity-7.0.Unity.Filter
|
|
721
699
|
|
|
722
700
|
id?: string | null
|
|
723
|
-
|
|
724
|
-
|
|
701
|
+
displayName?: string | null
|
|
702
|
+
iconHint?: Gio.Icon | null
|
|
725
703
|
renderer?: FilterRenderer | null
|
|
726
704
|
visible?: boolean | null
|
|
727
705
|
collapsed?: boolean | null
|
|
728
706
|
filtering?: boolean | null
|
|
729
|
-
displayName?: string | null
|
|
730
|
-
iconHint?: Gio.Icon | null
|
|
731
707
|
}
|
|
732
708
|
|
|
733
709
|
}
|
|
@@ -737,9 +713,7 @@ interface Filter extends Dee.Serializable {
|
|
|
737
713
|
// Own properties of Unity-7.0.Unity.Filter
|
|
738
714
|
|
|
739
715
|
readonly id: string | null
|
|
740
|
-
display_name: string | null
|
|
741
716
|
displayName: string | null
|
|
742
|
-
readonly icon_hint: Gio.Icon
|
|
743
717
|
readonly iconHint: Gio.Icon
|
|
744
718
|
readonly renderer: FilterRenderer
|
|
745
719
|
visible: boolean
|
|
@@ -814,11 +788,9 @@ module FilterOption {
|
|
|
814
788
|
// Own constructor properties of Unity-7.0.Unity.FilterOption
|
|
815
789
|
|
|
816
790
|
id?: string | null
|
|
817
|
-
display_name?: string | null
|
|
818
|
-
icon_hint?: Gio.Icon | null
|
|
819
|
-
active?: boolean | null
|
|
820
791
|
displayName?: string | null
|
|
821
792
|
iconHint?: Gio.Icon | null
|
|
793
|
+
active?: boolean | null
|
|
822
794
|
}
|
|
823
795
|
|
|
824
796
|
}
|
|
@@ -828,9 +800,7 @@ interface FilterOption {
|
|
|
828
800
|
// Own properties of Unity-7.0.Unity.FilterOption
|
|
829
801
|
|
|
830
802
|
readonly id: string | null
|
|
831
|
-
readonly display_name: string | null
|
|
832
803
|
readonly displayName: string | null
|
|
833
|
-
readonly icon_hint: Gio.Icon
|
|
834
804
|
readonly iconHint: Gio.Icon
|
|
835
805
|
active: boolean
|
|
836
806
|
|
|
@@ -885,8 +855,6 @@ module OptionsFilter {
|
|
|
885
855
|
|
|
886
856
|
// Own constructor properties of Unity-7.0.Unity.OptionsFilter
|
|
887
857
|
|
|
888
|
-
sort_type?: OptionsFilterSortType | null
|
|
889
|
-
show_all_button?: boolean | null
|
|
890
858
|
sortType?: OptionsFilterSortType | null
|
|
891
859
|
showAllButton?: boolean | null
|
|
892
860
|
}
|
|
@@ -897,9 +865,7 @@ interface OptionsFilter {
|
|
|
897
865
|
|
|
898
866
|
// Own properties of Unity-7.0.Unity.OptionsFilter
|
|
899
867
|
|
|
900
|
-
sort_type: OptionsFilterSortType
|
|
901
868
|
sortType: OptionsFilterSortType
|
|
902
|
-
show_all_button: boolean
|
|
903
869
|
showAllButton: boolean
|
|
904
870
|
|
|
905
871
|
// Own fields of Unity-7.0.Unity.OptionsFilter
|
|
@@ -1313,11 +1279,6 @@ module PreferencesManager {
|
|
|
1313
1279
|
|
|
1314
1280
|
// Own constructor properties of Unity-7.0.Unity.PreferencesManager
|
|
1315
1281
|
|
|
1316
|
-
remote_content_search?: PreferencesManagerRemoteContent | null
|
|
1317
|
-
always_search?: string[] | null
|
|
1318
|
-
home_lens_priority?: string[] | null
|
|
1319
|
-
home_lens_default_view?: string[] | null
|
|
1320
|
-
disabled_scopes?: string[] | null
|
|
1321
1282
|
remoteContentSearch?: PreferencesManagerRemoteContent | null
|
|
1322
1283
|
alwaysSearch?: string[] | null
|
|
1323
1284
|
homeLensPriority?: string[] | null
|
|
@@ -1331,15 +1292,10 @@ interface PreferencesManager {
|
|
|
1331
1292
|
|
|
1332
1293
|
// Own properties of Unity-7.0.Unity.PreferencesManager
|
|
1333
1294
|
|
|
1334
|
-
remote_content_search: PreferencesManagerRemoteContent
|
|
1335
1295
|
remoteContentSearch: PreferencesManagerRemoteContent
|
|
1336
|
-
always_search: string[]
|
|
1337
1296
|
alwaysSearch: string[]
|
|
1338
|
-
home_lens_priority: string[]
|
|
1339
1297
|
homeLensPriority: string[]
|
|
1340
|
-
home_lens_default_view: string[]
|
|
1341
1298
|
homeLensDefaultView: string[]
|
|
1342
|
-
disabled_scopes: string[]
|
|
1343
1299
|
disabledScopes: string[]
|
|
1344
1300
|
|
|
1345
1301
|
// Owm methods of Unity-7.0.Unity.PreferencesManager
|
|
@@ -1410,12 +1366,10 @@ module DeprecatedScopeSearch {
|
|
|
1410
1366
|
|
|
1411
1367
|
// Own constructor properties of Unity-7.0.Unity.DeprecatedScopeSearch
|
|
1412
1368
|
|
|
1413
|
-
channel_id?: string | null
|
|
1414
|
-
hints?: GLib.HashTable | null
|
|
1415
|
-
results_model?: Dee.SerializableModel | null
|
|
1416
|
-
owner?: DeprecatedScopeBase | null
|
|
1417
1369
|
channelId?: string | null
|
|
1370
|
+
hints?: GLib.HashTable | null
|
|
1418
1371
|
resultsModel?: Dee.SerializableModel | null
|
|
1372
|
+
owner?: DeprecatedScopeBase | null
|
|
1419
1373
|
}
|
|
1420
1374
|
|
|
1421
1375
|
}
|
|
@@ -1424,14 +1378,10 @@ interface DeprecatedScopeSearch {
|
|
|
1424
1378
|
|
|
1425
1379
|
// Own properties of Unity-7.0.Unity.DeprecatedScopeSearch
|
|
1426
1380
|
|
|
1427
|
-
readonly channel_id: string | null
|
|
1428
1381
|
readonly channelId: string | null
|
|
1429
|
-
readonly search_string: string | null
|
|
1430
1382
|
readonly searchString: string | null
|
|
1431
|
-
readonly search_type: SearchType
|
|
1432
1383
|
readonly searchType: SearchType
|
|
1433
1384
|
readonly hints: GLib.HashTable
|
|
1434
|
-
readonly results_model: Dee.SerializableModel
|
|
1435
1385
|
readonly resultsModel: Dee.SerializableModel
|
|
1436
1386
|
readonly owner: DeprecatedScopeBase
|
|
1437
1387
|
|
|
@@ -1588,11 +1538,9 @@ module Preview {
|
|
|
1588
1538
|
|
|
1589
1539
|
title?: string | null
|
|
1590
1540
|
subtitle?: string | null
|
|
1591
|
-
description_markup?: string | null
|
|
1592
|
-
image_source_uri?: string | null
|
|
1593
|
-
image?: Gio.Icon | null
|
|
1594
1541
|
descriptionMarkup?: string | null
|
|
1595
1542
|
imageSourceUri?: string | null
|
|
1543
|
+
image?: Gio.Icon | null
|
|
1596
1544
|
}
|
|
1597
1545
|
|
|
1598
1546
|
}
|
|
@@ -1603,9 +1551,7 @@ interface Preview extends Dee.Serializable {
|
|
|
1603
1551
|
|
|
1604
1552
|
title: string | null
|
|
1605
1553
|
subtitle: string | null
|
|
1606
|
-
description_markup: string | null
|
|
1607
1554
|
descriptionMarkup: string | null
|
|
1608
|
-
image_source_uri: string | null
|
|
1609
1555
|
imageSourceUri: string | null
|
|
1610
1556
|
image: Gio.Icon
|
|
1611
1557
|
|
|
@@ -1679,10 +1625,6 @@ module PreviewAction {
|
|
|
1679
1625
|
// Own constructor properties of Unity-7.0.Unity.PreviewAction
|
|
1680
1626
|
|
|
1681
1627
|
id?: string | null
|
|
1682
|
-
display_name?: string | null
|
|
1683
|
-
extra_text?: string | null
|
|
1684
|
-
icon_hint?: Gio.Icon | null
|
|
1685
|
-
layout_hint?: LayoutHint | null
|
|
1686
1628
|
displayName?: string | null
|
|
1687
1629
|
extraText?: string | null
|
|
1688
1630
|
iconHint?: Gio.Icon | null
|
|
@@ -1696,13 +1638,9 @@ interface PreviewAction extends Dee.Serializable {
|
|
|
1696
1638
|
// Own properties of Unity-7.0.Unity.PreviewAction
|
|
1697
1639
|
|
|
1698
1640
|
readonly id: string | null
|
|
1699
|
-
readonly display_name: string | null
|
|
1700
1641
|
readonly displayName: string | null
|
|
1701
|
-
extra_text: string | null
|
|
1702
1642
|
extraText: string | null
|
|
1703
|
-
readonly icon_hint: Gio.Icon
|
|
1704
1643
|
readonly iconHint: Gio.Icon
|
|
1705
|
-
readonly layout_hint: LayoutHint
|
|
1706
1644
|
readonly layoutHint: LayoutHint
|
|
1707
1645
|
readonly hints: GLib.HashTable
|
|
1708
1646
|
|
|
@@ -1774,11 +1712,9 @@ module InfoHint {
|
|
|
1774
1712
|
// Own constructor properties of Unity-7.0.Unity.InfoHint
|
|
1775
1713
|
|
|
1776
1714
|
id?: string | null
|
|
1777
|
-
display_name?: string | null
|
|
1778
|
-
icon_hint?: Gio.Icon | null
|
|
1779
|
-
data?: GLib.Variant | null
|
|
1780
1715
|
displayName?: string | null
|
|
1781
1716
|
iconHint?: Gio.Icon | null
|
|
1717
|
+
data?: GLib.Variant | null
|
|
1782
1718
|
}
|
|
1783
1719
|
|
|
1784
1720
|
}
|
|
@@ -1788,9 +1724,7 @@ interface InfoHint {
|
|
|
1788
1724
|
// Own properties of Unity-7.0.Unity.InfoHint
|
|
1789
1725
|
|
|
1790
1726
|
readonly id: string | null
|
|
1791
|
-
readonly display_name: string | null
|
|
1792
1727
|
readonly displayName: string | null
|
|
1793
|
-
readonly icon_hint: Gio.Icon
|
|
1794
1728
|
readonly iconHint: Gio.Icon
|
|
1795
1729
|
readonly data: GLib.Variant
|
|
1796
1730
|
|
|
@@ -1903,11 +1837,9 @@ module ApplicationPreview {
|
|
|
1903
1837
|
|
|
1904
1838
|
// Own constructor properties of Unity-7.0.Unity.ApplicationPreview
|
|
1905
1839
|
|
|
1906
|
-
|
|
1840
|
+
appIcon?: Gio.Icon | null
|
|
1907
1841
|
license?: string | null
|
|
1908
1842
|
copyright?: string | null
|
|
1909
|
-
last_update?: string | null
|
|
1910
|
-
appIcon?: Gio.Icon | null
|
|
1911
1843
|
lastUpdate?: string | null
|
|
1912
1844
|
}
|
|
1913
1845
|
|
|
@@ -1917,11 +1849,9 @@ interface ApplicationPreview {
|
|
|
1917
1849
|
|
|
1918
1850
|
// Own properties of Unity-7.0.Unity.ApplicationPreview
|
|
1919
1851
|
|
|
1920
|
-
app_icon: Gio.Icon
|
|
1921
1852
|
appIcon: Gio.Icon
|
|
1922
1853
|
license: string | null
|
|
1923
1854
|
copyright: string | null
|
|
1924
|
-
last_update: string | null
|
|
1925
1855
|
lastUpdate: string | null
|
|
1926
1856
|
|
|
1927
1857
|
// Owm methods of Unity-7.0.Unity.ApplicationPreview
|
|
@@ -2049,10 +1979,6 @@ module PaymentPreview {
|
|
|
2049
1979
|
|
|
2050
1980
|
header?: string | null
|
|
2051
1981
|
email?: string | null
|
|
2052
|
-
payment_method?: string | null
|
|
2053
|
-
purchase_prize?: string | null
|
|
2054
|
-
purchase_type?: string | null
|
|
2055
|
-
preview_type?: PaymentPreviewType | null
|
|
2056
1982
|
paymentMethod?: string | null
|
|
2057
1983
|
purchasePrize?: string | null
|
|
2058
1984
|
purchaseType?: string | null
|
|
@@ -2067,13 +1993,9 @@ interface PaymentPreview {
|
|
|
2067
1993
|
|
|
2068
1994
|
header: string | null
|
|
2069
1995
|
email: string | null
|
|
2070
|
-
payment_method: string | null
|
|
2071
1996
|
paymentMethod: string | null
|
|
2072
|
-
purchase_prize: string | null
|
|
2073
1997
|
purchasePrize: string | null
|
|
2074
|
-
purchase_type: string | null
|
|
2075
1998
|
purchaseType: string | null
|
|
2076
|
-
preview_type: PaymentPreviewType
|
|
2077
1999
|
previewType: PaymentPreviewType
|
|
2078
2000
|
|
|
2079
2001
|
// Owm methods of Unity-7.0.Unity.PaymentPreview
|
|
@@ -2373,7 +2295,6 @@ module ActivationResponse {
|
|
|
2373
2295
|
// Own constructor properties of Unity-7.0.Unity.ActivationResponse
|
|
2374
2296
|
|
|
2375
2297
|
handled?: HandledType | null
|
|
2376
|
-
goto_uri?: string | null
|
|
2377
2298
|
gotoUri?: string | null
|
|
2378
2299
|
}
|
|
2379
2300
|
|
|
@@ -2384,7 +2305,6 @@ interface ActivationResponse {
|
|
|
2384
2305
|
// Own properties of Unity-7.0.Unity.ActivationResponse
|
|
2385
2306
|
|
|
2386
2307
|
readonly handled: HandledType
|
|
2387
|
-
goto_uri: string | null
|
|
2388
2308
|
gotoUri: string | null
|
|
2389
2309
|
|
|
2390
2310
|
// Owm methods of Unity-7.0.Unity.ActivationResponse
|
|
@@ -2432,15 +2352,11 @@ module AggregatorActivation {
|
|
|
2432
2352
|
|
|
2433
2353
|
// Own constructor properties of Unity-7.0.Unity.AggregatorActivation
|
|
2434
2354
|
|
|
2435
|
-
channel_id?: string | null
|
|
2436
|
-
scope_id?: string | null
|
|
2437
|
-
action_type?: number | null
|
|
2438
|
-
scope_result?: ScopeResult | null
|
|
2439
|
-
hints?: GLib.HashTable | null
|
|
2440
2355
|
channelId?: string | null
|
|
2441
2356
|
scopeId?: string | null
|
|
2442
2357
|
actionType?: number | null
|
|
2443
2358
|
scopeResult?: ScopeResult | null
|
|
2359
|
+
hints?: GLib.HashTable | null
|
|
2444
2360
|
}
|
|
2445
2361
|
|
|
2446
2362
|
}
|
|
@@ -2449,13 +2365,9 @@ interface AggregatorActivation {
|
|
|
2449
2365
|
|
|
2450
2366
|
// Own properties of Unity-7.0.Unity.AggregatorActivation
|
|
2451
2367
|
|
|
2452
|
-
channel_id: string | null
|
|
2453
2368
|
channelId: string | null
|
|
2454
|
-
scope_id: string | null
|
|
2455
2369
|
scopeId: string | null
|
|
2456
|
-
action_type: number
|
|
2457
2370
|
actionType: number
|
|
2458
|
-
scope_result: ScopeResult
|
|
2459
2371
|
scopeResult: ScopeResult
|
|
2460
2372
|
hints: GLib.HashTable
|
|
2461
2373
|
|
|
@@ -2888,7 +2800,6 @@ interface SearchMetadata {
|
|
|
2888
2800
|
// Own properties of Unity-7.0.Unity.SearchMetadata
|
|
2889
2801
|
|
|
2890
2802
|
readonly locale: string | null
|
|
2891
|
-
readonly form_factor: string | null
|
|
2892
2803
|
readonly formFactor: string | null
|
|
2893
2804
|
readonly location: GeoCoordinate
|
|
2894
2805
|
|
|
@@ -3124,19 +3035,15 @@ module DeprecatedScopeBase {
|
|
|
3124
3035
|
// Own constructor properties of Unity-7.0.Unity.DeprecatedScopeBase
|
|
3125
3036
|
|
|
3126
3037
|
id?: string | null
|
|
3127
|
-
|
|
3128
|
-
|
|
3038
|
+
dbusPath?: string | null
|
|
3039
|
+
searchInGlobal?: boolean | null
|
|
3129
3040
|
visible?: boolean | null
|
|
3130
|
-
|
|
3131
|
-
|
|
3041
|
+
isMaster?: boolean | null
|
|
3042
|
+
searchHint?: string | null
|
|
3132
3043
|
sources?: OptionsFilter | null
|
|
3133
3044
|
categories?: CategorySet | null
|
|
3134
3045
|
filters?: FilterSet | null
|
|
3135
3046
|
schema?: Schema | null
|
|
3136
|
-
dbusPath?: string | null
|
|
3137
|
-
searchInGlobal?: boolean | null
|
|
3138
|
-
isMaster?: boolean | null
|
|
3139
|
-
searchHint?: string | null
|
|
3140
3047
|
}
|
|
3141
3048
|
|
|
3142
3049
|
}
|
|
@@ -3146,14 +3053,10 @@ interface DeprecatedScopeBase {
|
|
|
3146
3053
|
// Own properties of Unity-7.0.Unity.DeprecatedScopeBase
|
|
3147
3054
|
|
|
3148
3055
|
readonly id: string | null
|
|
3149
|
-
readonly dbus_path: string | null
|
|
3150
3056
|
readonly dbusPath: string | null
|
|
3151
|
-
search_in_global: boolean
|
|
3152
3057
|
searchInGlobal: boolean
|
|
3153
3058
|
visible: boolean
|
|
3154
|
-
readonly is_master: boolean
|
|
3155
3059
|
readonly isMaster: boolean
|
|
3156
|
-
search_hint: string | null
|
|
3157
3060
|
searchHint: string | null
|
|
3158
3061
|
sources: OptionsFilter
|
|
3159
3062
|
categories: CategorySet
|
|
@@ -3371,9 +3274,6 @@ module AggregatorScope {
|
|
|
3371
3274
|
|
|
3372
3275
|
// Own constructor properties of Unity-7.0.Unity.AggregatorScope
|
|
3373
3276
|
|
|
3374
|
-
merge_mode?: AggregatorScopeMergeMode | null
|
|
3375
|
-
proxy_filter_hints?: boolean | null
|
|
3376
|
-
automatic_flushing?: boolean | null
|
|
3377
3277
|
mergeMode?: AggregatorScopeMergeMode | null
|
|
3378
3278
|
proxyFilterHints?: boolean | null
|
|
3379
3279
|
automaticFlushing?: boolean | null
|
|
@@ -3385,11 +3285,8 @@ interface AggregatorScope {
|
|
|
3385
3285
|
|
|
3386
3286
|
// Own properties of Unity-7.0.Unity.AggregatorScope
|
|
3387
3287
|
|
|
3388
|
-
merge_mode: AggregatorScopeMergeMode
|
|
3389
3288
|
mergeMode: AggregatorScopeMergeMode
|
|
3390
|
-
proxy_filter_hints: boolean
|
|
3391
3289
|
proxyFilterHints: boolean
|
|
3392
|
-
automatic_flushing: boolean
|
|
3393
3290
|
automaticFlushing: boolean
|
|
3394
3291
|
|
|
3395
3292
|
// Owm methods of Unity-7.0.Unity.AggregatorScope
|
|
@@ -3484,7 +3381,6 @@ module MasterScope {
|
|
|
3484
3381
|
|
|
3485
3382
|
// Own constructor properties of Unity-7.0.Unity.MasterScope
|
|
3486
3383
|
|
|
3487
|
-
no_content_hint?: string | null
|
|
3488
3384
|
noContentHint?: string | null
|
|
3489
3385
|
}
|
|
3490
3386
|
|
|
@@ -3494,7 +3390,6 @@ interface MasterScope {
|
|
|
3494
3390
|
|
|
3495
3391
|
// Own properties of Unity-7.0.Unity.MasterScope
|
|
3496
3392
|
|
|
3497
|
-
no_content_hint: string | null
|
|
3498
3393
|
noContentHint: string | null
|
|
3499
3394
|
|
|
3500
3395
|
// Owm methods of Unity-7.0.Unity.MasterScope
|
|
@@ -3575,14 +3470,9 @@ module SimpleScope {
|
|
|
3575
3470
|
|
|
3576
3471
|
// Own constructor properties of Unity-7.0.Unity.SimpleScope
|
|
3577
3472
|
|
|
3578
|
-
filter_set?: FilterSet | null
|
|
3579
|
-
category_set?: CategorySet | null
|
|
3580
|
-
schema?: Schema | null
|
|
3581
|
-
search_hint?: string | null
|
|
3582
|
-
group_name?: string | null
|
|
3583
|
-
unique_name?: string | null
|
|
3584
3473
|
filterSet?: FilterSet | null
|
|
3585
3474
|
categorySet?: CategorySet | null
|
|
3475
|
+
schema?: Schema | null
|
|
3586
3476
|
searchHint?: string | null
|
|
3587
3477
|
groupName?: string | null
|
|
3588
3478
|
uniqueName?: string | null
|
|
@@ -3594,16 +3484,11 @@ interface SimpleScope {
|
|
|
3594
3484
|
|
|
3595
3485
|
// Own properties of Unity-7.0.Unity.SimpleScope
|
|
3596
3486
|
|
|
3597
|
-
filter_set: FilterSet
|
|
3598
3487
|
filterSet: FilterSet
|
|
3599
|
-
category_set: CategorySet
|
|
3600
3488
|
categorySet: CategorySet
|
|
3601
3489
|
schema: Schema
|
|
3602
|
-
search_hint: string | null
|
|
3603
3490
|
searchHint: string | null
|
|
3604
|
-
group_name: string | null
|
|
3605
3491
|
groupName: string | null
|
|
3606
|
-
unique_name: string | null
|
|
3607
3492
|
uniqueName: string | null
|
|
3608
3493
|
|
|
3609
3494
|
// Owm methods of Unity-7.0.Unity.SimpleScope
|
|
@@ -3735,14 +3620,11 @@ module TrackMetadata {
|
|
|
3735
3620
|
// Own constructor properties of Unity-7.0.Unity.TrackMetadata
|
|
3736
3621
|
|
|
3737
3622
|
uri?: string | null
|
|
3738
|
-
|
|
3623
|
+
trackNo?: number | null
|
|
3739
3624
|
artist?: string | null
|
|
3740
3625
|
title?: string | null
|
|
3741
3626
|
album?: string | null
|
|
3742
3627
|
length?: number | null
|
|
3743
|
-
art_location?: Gio.File | null
|
|
3744
|
-
art_icon?: Gio.Icon | null
|
|
3745
|
-
trackNo?: number | null
|
|
3746
3628
|
artLocation?: Gio.File | null
|
|
3747
3629
|
artIcon?: Gio.Icon | null
|
|
3748
3630
|
}
|
|
@@ -3754,15 +3636,12 @@ interface TrackMetadata {
|
|
|
3754
3636
|
// Own properties of Unity-7.0.Unity.TrackMetadata
|
|
3755
3637
|
|
|
3756
3638
|
uri: string | null
|
|
3757
|
-
track_no: number
|
|
3758
3639
|
trackNo: number
|
|
3759
3640
|
artist: string | null
|
|
3760
3641
|
title: string | null
|
|
3761
3642
|
album: string | null
|
|
3762
3643
|
length: number
|
|
3763
|
-
art_location: Gio.File
|
|
3764
3644
|
artLocation: Gio.File
|
|
3765
|
-
art_icon: Gio.Icon
|
|
3766
3645
|
artIcon: Gio.Icon
|
|
3767
3646
|
|
|
3768
3647
|
// Owm methods of Unity-7.0.Unity.TrackMetadata
|
|
@@ -3843,9 +3722,6 @@ module Playlist {
|
|
|
3843
3722
|
id?: string | null
|
|
3844
3723
|
name?: string | null
|
|
3845
3724
|
icon?: Gio.Icon | null
|
|
3846
|
-
creation_date?: GLib.DateTime | null
|
|
3847
|
-
modification_date?: GLib.DateTime | null
|
|
3848
|
-
last_play_date?: GLib.DateTime | null
|
|
3849
3725
|
creationDate?: GLib.DateTime | null
|
|
3850
3726
|
modificationDate?: GLib.DateTime | null
|
|
3851
3727
|
lastPlayDate?: GLib.DateTime | null
|
|
@@ -3860,11 +3736,8 @@ interface Playlist {
|
|
|
3860
3736
|
readonly id: string | null
|
|
3861
3737
|
name: string | null
|
|
3862
3738
|
icon: Gio.Icon
|
|
3863
|
-
creation_date: GLib.DateTime
|
|
3864
3739
|
creationDate: GLib.DateTime
|
|
3865
|
-
modification_date: GLib.DateTime
|
|
3866
3740
|
modificationDate: GLib.DateTime
|
|
3867
|
-
last_play_date: GLib.DateTime
|
|
3868
3741
|
lastPlayDate: GLib.DateTime
|
|
3869
3742
|
|
|
3870
3743
|
// Owm methods of Unity-7.0.Unity.Playlist
|
|
@@ -3968,22 +3841,10 @@ module MusicPlayer {
|
|
|
3968
3841
|
|
|
3969
3842
|
// Own constructor properties of Unity-7.0.Unity.MusicPlayer
|
|
3970
3843
|
|
|
3971
|
-
app_info?: Gio.AppInfo | null
|
|
3972
|
-
desktop_file_name?: string | null
|
|
3973
|
-
is_blacklisted?: boolean | null
|
|
3974
|
-
title?: string | null
|
|
3975
|
-
can_go_next?: boolean | null
|
|
3976
|
-
can_go_previous?: boolean | null
|
|
3977
|
-
can_play?: boolean | null
|
|
3978
|
-
can_pause?: boolean | null
|
|
3979
|
-
current_track?: TrackMetadata | null
|
|
3980
|
-
playback_state?: PlaybackState | null
|
|
3981
|
-
current_playlist?: Playlist | null
|
|
3982
|
-
track_menu?: Dbusmenu.Menuitem | null
|
|
3983
|
-
player_menu?: Dbusmenu.Menuitem | null
|
|
3984
3844
|
appInfo?: Gio.AppInfo | null
|
|
3985
3845
|
desktopFileName?: string | null
|
|
3986
3846
|
isBlacklisted?: boolean | null
|
|
3847
|
+
title?: string | null
|
|
3987
3848
|
canGoNext?: boolean | null
|
|
3988
3849
|
canGoPrevious?: boolean | null
|
|
3989
3850
|
canPlay?: boolean | null
|
|
@@ -4001,30 +3862,18 @@ interface MusicPlayer {
|
|
|
4001
3862
|
|
|
4002
3863
|
// Own properties of Unity-7.0.Unity.MusicPlayer
|
|
4003
3864
|
|
|
4004
|
-
readonly app_info: Gio.AppInfo
|
|
4005
3865
|
readonly appInfo: Gio.AppInfo
|
|
4006
|
-
readonly desktop_file_name: string | null
|
|
4007
3866
|
readonly desktopFileName: string | null
|
|
4008
|
-
is_blacklisted: boolean
|
|
4009
3867
|
isBlacklisted: boolean
|
|
4010
3868
|
title: string | null
|
|
4011
|
-
can_go_next: boolean
|
|
4012
3869
|
canGoNext: boolean
|
|
4013
|
-
can_go_previous: boolean
|
|
4014
3870
|
canGoPrevious: boolean
|
|
4015
|
-
can_play: boolean
|
|
4016
3871
|
canPlay: boolean
|
|
4017
|
-
can_pause: boolean
|
|
4018
3872
|
canPause: boolean
|
|
4019
|
-
current_track: TrackMetadata
|
|
4020
3873
|
currentTrack: TrackMetadata
|
|
4021
|
-
playback_state: PlaybackState
|
|
4022
3874
|
playbackState: PlaybackState
|
|
4023
|
-
current_playlist: Playlist
|
|
4024
3875
|
currentPlaylist: Playlist
|
|
4025
|
-
track_menu: Dbusmenu.Menuitem
|
|
4026
3876
|
trackMenu: Dbusmenu.Menuitem
|
|
4027
|
-
player_menu: Dbusmenu.Menuitem
|
|
4028
3877
|
playerMenu: Dbusmenu.Menuitem
|
|
4029
3878
|
|
|
4030
3879
|
// Owm methods of Unity-7.0.Unity.MusicPlayer
|