@girs/meta-11 11.0.0-3.2.7 → 11.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/meta-11-ambient.js +2 -0
- package/meta-11-import.js +3 -0
- package/meta-11.d.cts +12 -57
- package/meta-11.d.ts +12 -57
- package/package.json +33 -27
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Meta-11, generated from library version 11.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Meta-11, generated from library version 11.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/meta-11.d.cts
CHANGED
|
@@ -2016,7 +2016,6 @@ export module Background {
|
|
|
2016
2016
|
|
|
2017
2017
|
// Own constructor properties of Meta-11.Meta.Background
|
|
2018
2018
|
|
|
2019
|
-
meta_display?: Display | null
|
|
2020
2019
|
metaDisplay?: Display | null
|
|
2021
2020
|
}
|
|
2022
2021
|
|
|
@@ -2026,7 +2025,6 @@ export interface Background {
|
|
|
2026
2025
|
|
|
2027
2026
|
// Own properties of Meta-11.Meta.Background
|
|
2028
2027
|
|
|
2029
|
-
readonly meta_display: Display
|
|
2030
2028
|
readonly metaDisplay: Display
|
|
2031
2029
|
|
|
2032
2030
|
// Owm methods of Meta-11.Meta.Background
|
|
@@ -2088,9 +2086,8 @@ export module BackgroundActor {
|
|
|
2088
2086
|
|
|
2089
2087
|
// Own constructor properties of Meta-11.Meta.BackgroundActor
|
|
2090
2088
|
|
|
2091
|
-
meta_display?: Display | null
|
|
2092
|
-
monitor?: number | null
|
|
2093
2089
|
metaDisplay?: Display | null
|
|
2090
|
+
monitor?: number | null
|
|
2094
2091
|
}
|
|
2095
2092
|
|
|
2096
2093
|
}
|
|
@@ -2099,7 +2096,6 @@ export interface BackgroundActor extends Atk.ImplementorIface, Clutter.Animatabl
|
|
|
2099
2096
|
|
|
2100
2097
|
// Own properties of Meta-11.Meta.BackgroundActor
|
|
2101
2098
|
|
|
2102
|
-
readonly meta_display: Display
|
|
2103
2099
|
readonly metaDisplay: Display
|
|
2104
2100
|
readonly monitor: number
|
|
2105
2101
|
|
|
@@ -2388,17 +2384,12 @@ export module BackgroundContent {
|
|
|
2388
2384
|
background?: Background | null
|
|
2389
2385
|
brightness?: number | null
|
|
2390
2386
|
gradient?: boolean | null
|
|
2391
|
-
gradient_height?: number | null
|
|
2392
|
-
gradient_max_darkness?: number | null
|
|
2393
|
-
meta_display?: Display | null
|
|
2394
|
-
monitor?: number | null
|
|
2395
|
-
rounded_clip_radius?: number | null
|
|
2396
|
-
vignette?: boolean | null
|
|
2397
|
-
vignette_sharpness?: number | null
|
|
2398
2387
|
gradientHeight?: number | null
|
|
2399
2388
|
gradientMaxDarkness?: number | null
|
|
2400
2389
|
metaDisplay?: Display | null
|
|
2390
|
+
monitor?: number | null
|
|
2401
2391
|
roundedClipRadius?: number | null
|
|
2392
|
+
vignette?: boolean | null
|
|
2402
2393
|
vignetteSharpness?: number | null
|
|
2403
2394
|
}
|
|
2404
2395
|
|
|
@@ -2411,17 +2402,12 @@ export interface BackgroundContent extends Clutter.Content {
|
|
|
2411
2402
|
background: Background
|
|
2412
2403
|
brightness: number
|
|
2413
2404
|
gradient: boolean
|
|
2414
|
-
gradient_height: number
|
|
2415
2405
|
gradientHeight: number
|
|
2416
|
-
gradient_max_darkness: number
|
|
2417
2406
|
gradientMaxDarkness: number
|
|
2418
|
-
readonly meta_display: Display
|
|
2419
2407
|
readonly metaDisplay: Display
|
|
2420
2408
|
readonly monitor: number
|
|
2421
|
-
rounded_clip_radius: number
|
|
2422
2409
|
roundedClipRadius: number
|
|
2423
2410
|
vignette: boolean
|
|
2424
|
-
vignette_sharpness: number
|
|
2425
2411
|
vignetteSharpness: number
|
|
2426
2412
|
|
|
2427
2413
|
// Owm methods of Meta-11.Meta.BackgroundContent
|
|
@@ -3082,7 +3068,6 @@ export module Context {
|
|
|
3082
3068
|
// Own constructor properties of Meta-11.Meta.Context
|
|
3083
3069
|
|
|
3084
3070
|
name?: string | null
|
|
3085
|
-
unsafe_mode?: boolean | null
|
|
3086
3071
|
unsafeMode?: boolean | null
|
|
3087
3072
|
}
|
|
3088
3073
|
|
|
@@ -3093,7 +3078,6 @@ export interface Context {
|
|
|
3093
3078
|
// Own properties of Meta-11.Meta.Context
|
|
3094
3079
|
|
|
3095
3080
|
readonly name: string | null
|
|
3096
|
-
unsafe_mode: boolean
|
|
3097
3081
|
unsafeMode: boolean
|
|
3098
3082
|
|
|
3099
3083
|
// Own fields of Meta-11.Meta.Context
|
|
@@ -3476,9 +3460,7 @@ export interface Display {
|
|
|
3476
3460
|
|
|
3477
3461
|
// Own properties of Meta-11.Meta.Display
|
|
3478
3462
|
|
|
3479
|
-
readonly compositor_modifiers: Clutter.ModifierType
|
|
3480
3463
|
readonly compositorModifiers: Clutter.ModifierType
|
|
3481
|
-
readonly focus_window: Window
|
|
3482
3464
|
readonly focusWindow: Window
|
|
3483
3465
|
|
|
3484
3466
|
// Owm methods of Meta-11.Meta.Display
|
|
@@ -4034,11 +4016,8 @@ export interface MonitorManager {
|
|
|
4034
4016
|
// Own properties of Meta-11.Meta.MonitorManager
|
|
4035
4017
|
|
|
4036
4018
|
readonly backend: Backend
|
|
4037
|
-
readonly has_builtin_panel: boolean
|
|
4038
4019
|
readonly hasBuiltinPanel: boolean
|
|
4039
|
-
readonly night_light_supported: boolean
|
|
4040
4020
|
readonly nightLightSupported: boolean
|
|
4041
|
-
readonly panel_orientation_managed: boolean
|
|
4042
4021
|
readonly panelOrientationManaged: boolean
|
|
4043
4022
|
|
|
4044
4023
|
// Owm methods of Meta-11.Meta.MonitorManager
|
|
@@ -4332,7 +4311,6 @@ export module RemoteAccessHandle {
|
|
|
4332
4311
|
|
|
4333
4312
|
// Own constructor properties of Meta-11.Meta.RemoteAccessHandle
|
|
4334
4313
|
|
|
4335
|
-
is_recording?: boolean | null
|
|
4336
4314
|
isRecording?: boolean | null
|
|
4337
4315
|
}
|
|
4338
4316
|
|
|
@@ -4342,7 +4320,6 @@ export interface RemoteAccessHandle {
|
|
|
4342
4320
|
|
|
4343
4321
|
// Own properties of Meta-11.Meta.RemoteAccessHandle
|
|
4344
4322
|
|
|
4345
|
-
readonly is_recording: boolean
|
|
4346
4323
|
readonly isRecording: boolean
|
|
4347
4324
|
|
|
4348
4325
|
// Own fields of Meta-11.Meta.RemoteAccessHandle
|
|
@@ -5221,15 +5198,13 @@ export module StartupSequence {
|
|
|
5221
5198
|
|
|
5222
5199
|
// Own constructor properties of Meta-11.Meta.StartupSequence
|
|
5223
5200
|
|
|
5224
|
-
|
|
5225
|
-
|
|
5201
|
+
applicationId?: string | null
|
|
5202
|
+
iconName?: string | null
|
|
5226
5203
|
id?: string | null
|
|
5227
5204
|
name?: string | null
|
|
5228
5205
|
timestamp?: number | null
|
|
5229
5206
|
wmclass?: string | null
|
|
5230
5207
|
workspace?: number | null
|
|
5231
|
-
applicationId?: string | null
|
|
5232
|
-
iconName?: string | null
|
|
5233
5208
|
}
|
|
5234
5209
|
|
|
5235
5210
|
}
|
|
@@ -5238,9 +5213,7 @@ export interface StartupSequence {
|
|
|
5238
5213
|
|
|
5239
5214
|
// Own properties of Meta-11.Meta.StartupSequence
|
|
5240
5215
|
|
|
5241
|
-
readonly application_id: string | null
|
|
5242
5216
|
readonly applicationId: string | null
|
|
5243
|
-
readonly icon_name: string | null
|
|
5244
5217
|
readonly iconName: string | null
|
|
5245
5218
|
readonly id: string | null
|
|
5246
5219
|
readonly name: string | null
|
|
@@ -5475,48 +5448,30 @@ export interface Window {
|
|
|
5475
5448
|
// Own properties of Meta-11.Meta.Window
|
|
5476
5449
|
|
|
5477
5450
|
readonly above: boolean
|
|
5478
|
-
readonly appears_focused: boolean
|
|
5479
5451
|
readonly appearsFocused: boolean
|
|
5480
5452
|
readonly decorated: boolean
|
|
5481
|
-
readonly demands_attention: boolean
|
|
5482
5453
|
readonly demandsAttention: boolean
|
|
5483
5454
|
readonly fullscreen: boolean
|
|
5484
|
-
readonly gtk_app_menu_object_path: string | null
|
|
5485
5455
|
readonly gtkAppMenuObjectPath: string | null
|
|
5486
|
-
readonly gtk_application_id: string | null
|
|
5487
5456
|
readonly gtkApplicationId: string | null
|
|
5488
|
-
readonly gtk_application_object_path: string | null
|
|
5489
5457
|
readonly gtkApplicationObjectPath: string | null
|
|
5490
|
-
readonly gtk_menubar_object_path: string | null
|
|
5491
5458
|
readonly gtkMenubarObjectPath: string | null
|
|
5492
|
-
readonly gtk_unique_bus_name: string | null
|
|
5493
5459
|
readonly gtkUniqueBusName: string | null
|
|
5494
|
-
readonly gtk_window_object_path: string | null
|
|
5495
5460
|
readonly gtkWindowObjectPath: string | null
|
|
5496
5461
|
readonly icon: any
|
|
5497
|
-
readonly is_alive: boolean
|
|
5498
5462
|
readonly isAlive: boolean
|
|
5499
|
-
readonly maximized_horizontally: boolean
|
|
5500
5463
|
readonly maximizedHorizontally: boolean
|
|
5501
|
-
readonly maximized_vertically: boolean
|
|
5502
5464
|
readonly maximizedVertically: boolean
|
|
5503
|
-
readonly mini_icon: any
|
|
5504
5465
|
readonly miniIcon: any
|
|
5505
5466
|
readonly minimized: boolean
|
|
5506
|
-
readonly mutter_hints: string | null
|
|
5507
5467
|
readonly mutterHints: string | null
|
|
5508
|
-
readonly on_all_workspaces: boolean
|
|
5509
5468
|
readonly onAllWorkspaces: boolean
|
|
5510
5469
|
readonly resizeable: boolean
|
|
5511
|
-
readonly skip_taskbar: boolean
|
|
5512
5470
|
readonly skipTaskbar: boolean
|
|
5513
5471
|
readonly title: string | null
|
|
5514
5472
|
readonly urgent: boolean
|
|
5515
|
-
readonly user_time: number
|
|
5516
5473
|
readonly userTime: number
|
|
5517
|
-
readonly window_type: WindowType
|
|
5518
5474
|
readonly windowType: WindowType
|
|
5519
|
-
readonly wm_class: string | null
|
|
5520
5475
|
readonly wmClass: string | null
|
|
5521
5476
|
|
|
5522
5477
|
// Owm methods of Meta-11.Meta.Window
|
|
@@ -5525,6 +5480,13 @@ export interface Window {
|
|
|
5525
5480
|
activate_with_workspace(current_time: number, workspace: Workspace): void
|
|
5526
5481
|
allows_move(): boolean
|
|
5527
5482
|
allows_resize(): boolean
|
|
5483
|
+
/**
|
|
5484
|
+
* Determines if the window should be drawn with a focused appearance. This is
|
|
5485
|
+
* true for focused windows but also true for windows with a focused modal
|
|
5486
|
+
* dialog attached.
|
|
5487
|
+
* @returns %TRUE if the window should be drawn with a focused frame
|
|
5488
|
+
*/
|
|
5489
|
+
appears_focused(): boolean
|
|
5528
5490
|
begin_grab_op(op: GrabOp, frame_action: boolean, timestamp: number): void
|
|
5529
5491
|
can_close(): boolean
|
|
5530
5492
|
can_maximize(): boolean
|
|
@@ -6026,7 +5988,6 @@ export module WindowActor {
|
|
|
6026
5988
|
|
|
6027
5989
|
// Own constructor properties of Meta-11.Meta.WindowActor
|
|
6028
5990
|
|
|
6029
|
-
meta_window?: Window | null
|
|
6030
5991
|
metaWindow?: Window | null
|
|
6031
5992
|
}
|
|
6032
5993
|
|
|
@@ -6036,7 +5997,6 @@ export interface WindowActor extends Atk.ImplementorIface, Clutter.Animatable, C
|
|
|
6036
5997
|
|
|
6037
5998
|
// Own properties of Meta-11.Meta.WindowActor
|
|
6038
5999
|
|
|
6039
|
-
readonly meta_window: Window
|
|
6040
6000
|
readonly metaWindow: Window
|
|
6041
6001
|
|
|
6042
6002
|
// Own fields of Meta-11.Meta.WindowActor
|
|
@@ -6611,9 +6571,7 @@ export interface Workspace {
|
|
|
6611
6571
|
// Own properties of Meta-11.Meta.Workspace
|
|
6612
6572
|
|
|
6613
6573
|
readonly active: boolean
|
|
6614
|
-
readonly n_windows: number
|
|
6615
6574
|
readonly nWindows: number
|
|
6616
|
-
readonly workspace_index: number
|
|
6617
6575
|
readonly workspaceIndex: number
|
|
6618
6576
|
|
|
6619
6577
|
// Owm methods of Meta-11.Meta.Workspace
|
|
@@ -6771,11 +6729,8 @@ export interface WorkspaceManager {
|
|
|
6771
6729
|
|
|
6772
6730
|
// Own properties of Meta-11.Meta.WorkspaceManager
|
|
6773
6731
|
|
|
6774
|
-
readonly layout_columns: number
|
|
6775
6732
|
readonly layoutColumns: number
|
|
6776
|
-
readonly layout_rows: number
|
|
6777
6733
|
readonly layoutRows: number
|
|
6778
|
-
readonly n_workspaces: number
|
|
6779
6734
|
readonly nWorkspaces: number
|
|
6780
6735
|
|
|
6781
6736
|
// Owm methods of Meta-11.Meta.WorkspaceManager
|
package/meta-11.d.ts
CHANGED
|
@@ -2018,7 +2018,6 @@ module Background {
|
|
|
2018
2018
|
|
|
2019
2019
|
// Own constructor properties of Meta-11.Meta.Background
|
|
2020
2020
|
|
|
2021
|
-
meta_display?: Display | null
|
|
2022
2021
|
metaDisplay?: Display | null
|
|
2023
2022
|
}
|
|
2024
2023
|
|
|
@@ -2028,7 +2027,6 @@ interface Background {
|
|
|
2028
2027
|
|
|
2029
2028
|
// Own properties of Meta-11.Meta.Background
|
|
2030
2029
|
|
|
2031
|
-
readonly meta_display: Display
|
|
2032
2030
|
readonly metaDisplay: Display
|
|
2033
2031
|
|
|
2034
2032
|
// Owm methods of Meta-11.Meta.Background
|
|
@@ -2090,9 +2088,8 @@ module BackgroundActor {
|
|
|
2090
2088
|
|
|
2091
2089
|
// Own constructor properties of Meta-11.Meta.BackgroundActor
|
|
2092
2090
|
|
|
2093
|
-
meta_display?: Display | null
|
|
2094
|
-
monitor?: number | null
|
|
2095
2091
|
metaDisplay?: Display | null
|
|
2092
|
+
monitor?: number | null
|
|
2096
2093
|
}
|
|
2097
2094
|
|
|
2098
2095
|
}
|
|
@@ -2101,7 +2098,6 @@ interface BackgroundActor extends Atk.ImplementorIface, Clutter.Animatable, Clut
|
|
|
2101
2098
|
|
|
2102
2099
|
// Own properties of Meta-11.Meta.BackgroundActor
|
|
2103
2100
|
|
|
2104
|
-
readonly meta_display: Display
|
|
2105
2101
|
readonly metaDisplay: Display
|
|
2106
2102
|
readonly monitor: number
|
|
2107
2103
|
|
|
@@ -2390,17 +2386,12 @@ module BackgroundContent {
|
|
|
2390
2386
|
background?: Background | null
|
|
2391
2387
|
brightness?: number | null
|
|
2392
2388
|
gradient?: boolean | null
|
|
2393
|
-
gradient_height?: number | null
|
|
2394
|
-
gradient_max_darkness?: number | null
|
|
2395
|
-
meta_display?: Display | null
|
|
2396
|
-
monitor?: number | null
|
|
2397
|
-
rounded_clip_radius?: number | null
|
|
2398
|
-
vignette?: boolean | null
|
|
2399
|
-
vignette_sharpness?: number | null
|
|
2400
2389
|
gradientHeight?: number | null
|
|
2401
2390
|
gradientMaxDarkness?: number | null
|
|
2402
2391
|
metaDisplay?: Display | null
|
|
2392
|
+
monitor?: number | null
|
|
2403
2393
|
roundedClipRadius?: number | null
|
|
2394
|
+
vignette?: boolean | null
|
|
2404
2395
|
vignetteSharpness?: number | null
|
|
2405
2396
|
}
|
|
2406
2397
|
|
|
@@ -2413,17 +2404,12 @@ interface BackgroundContent extends Clutter.Content {
|
|
|
2413
2404
|
background: Background
|
|
2414
2405
|
brightness: number
|
|
2415
2406
|
gradient: boolean
|
|
2416
|
-
gradient_height: number
|
|
2417
2407
|
gradientHeight: number
|
|
2418
|
-
gradient_max_darkness: number
|
|
2419
2408
|
gradientMaxDarkness: number
|
|
2420
|
-
readonly meta_display: Display
|
|
2421
2409
|
readonly metaDisplay: Display
|
|
2422
2410
|
readonly monitor: number
|
|
2423
|
-
rounded_clip_radius: number
|
|
2424
2411
|
roundedClipRadius: number
|
|
2425
2412
|
vignette: boolean
|
|
2426
|
-
vignette_sharpness: number
|
|
2427
2413
|
vignetteSharpness: number
|
|
2428
2414
|
|
|
2429
2415
|
// Owm methods of Meta-11.Meta.BackgroundContent
|
|
@@ -3084,7 +3070,6 @@ module Context {
|
|
|
3084
3070
|
// Own constructor properties of Meta-11.Meta.Context
|
|
3085
3071
|
|
|
3086
3072
|
name?: string | null
|
|
3087
|
-
unsafe_mode?: boolean | null
|
|
3088
3073
|
unsafeMode?: boolean | null
|
|
3089
3074
|
}
|
|
3090
3075
|
|
|
@@ -3095,7 +3080,6 @@ interface Context {
|
|
|
3095
3080
|
// Own properties of Meta-11.Meta.Context
|
|
3096
3081
|
|
|
3097
3082
|
readonly name: string | null
|
|
3098
|
-
unsafe_mode: boolean
|
|
3099
3083
|
unsafeMode: boolean
|
|
3100
3084
|
|
|
3101
3085
|
// Own fields of Meta-11.Meta.Context
|
|
@@ -3478,9 +3462,7 @@ interface Display {
|
|
|
3478
3462
|
|
|
3479
3463
|
// Own properties of Meta-11.Meta.Display
|
|
3480
3464
|
|
|
3481
|
-
readonly compositor_modifiers: Clutter.ModifierType
|
|
3482
3465
|
readonly compositorModifiers: Clutter.ModifierType
|
|
3483
|
-
readonly focus_window: Window
|
|
3484
3466
|
readonly focusWindow: Window
|
|
3485
3467
|
|
|
3486
3468
|
// Owm methods of Meta-11.Meta.Display
|
|
@@ -4036,11 +4018,8 @@ interface MonitorManager {
|
|
|
4036
4018
|
// Own properties of Meta-11.Meta.MonitorManager
|
|
4037
4019
|
|
|
4038
4020
|
readonly backend: Backend
|
|
4039
|
-
readonly has_builtin_panel: boolean
|
|
4040
4021
|
readonly hasBuiltinPanel: boolean
|
|
4041
|
-
readonly night_light_supported: boolean
|
|
4042
4022
|
readonly nightLightSupported: boolean
|
|
4043
|
-
readonly panel_orientation_managed: boolean
|
|
4044
4023
|
readonly panelOrientationManaged: boolean
|
|
4045
4024
|
|
|
4046
4025
|
// Owm methods of Meta-11.Meta.MonitorManager
|
|
@@ -4334,7 +4313,6 @@ module RemoteAccessHandle {
|
|
|
4334
4313
|
|
|
4335
4314
|
// Own constructor properties of Meta-11.Meta.RemoteAccessHandle
|
|
4336
4315
|
|
|
4337
|
-
is_recording?: boolean | null
|
|
4338
4316
|
isRecording?: boolean | null
|
|
4339
4317
|
}
|
|
4340
4318
|
|
|
@@ -4344,7 +4322,6 @@ interface RemoteAccessHandle {
|
|
|
4344
4322
|
|
|
4345
4323
|
// Own properties of Meta-11.Meta.RemoteAccessHandle
|
|
4346
4324
|
|
|
4347
|
-
readonly is_recording: boolean
|
|
4348
4325
|
readonly isRecording: boolean
|
|
4349
4326
|
|
|
4350
4327
|
// Own fields of Meta-11.Meta.RemoteAccessHandle
|
|
@@ -5223,15 +5200,13 @@ module StartupSequence {
|
|
|
5223
5200
|
|
|
5224
5201
|
// Own constructor properties of Meta-11.Meta.StartupSequence
|
|
5225
5202
|
|
|
5226
|
-
|
|
5227
|
-
|
|
5203
|
+
applicationId?: string | null
|
|
5204
|
+
iconName?: string | null
|
|
5228
5205
|
id?: string | null
|
|
5229
5206
|
name?: string | null
|
|
5230
5207
|
timestamp?: number | null
|
|
5231
5208
|
wmclass?: string | null
|
|
5232
5209
|
workspace?: number | null
|
|
5233
|
-
applicationId?: string | null
|
|
5234
|
-
iconName?: string | null
|
|
5235
5210
|
}
|
|
5236
5211
|
|
|
5237
5212
|
}
|
|
@@ -5240,9 +5215,7 @@ interface StartupSequence {
|
|
|
5240
5215
|
|
|
5241
5216
|
// Own properties of Meta-11.Meta.StartupSequence
|
|
5242
5217
|
|
|
5243
|
-
readonly application_id: string | null
|
|
5244
5218
|
readonly applicationId: string | null
|
|
5245
|
-
readonly icon_name: string | null
|
|
5246
5219
|
readonly iconName: string | null
|
|
5247
5220
|
readonly id: string | null
|
|
5248
5221
|
readonly name: string | null
|
|
@@ -5477,48 +5450,30 @@ interface Window {
|
|
|
5477
5450
|
// Own properties of Meta-11.Meta.Window
|
|
5478
5451
|
|
|
5479
5452
|
readonly above: boolean
|
|
5480
|
-
readonly appears_focused: boolean
|
|
5481
5453
|
readonly appearsFocused: boolean
|
|
5482
5454
|
readonly decorated: boolean
|
|
5483
|
-
readonly demands_attention: boolean
|
|
5484
5455
|
readonly demandsAttention: boolean
|
|
5485
5456
|
readonly fullscreen: boolean
|
|
5486
|
-
readonly gtk_app_menu_object_path: string | null
|
|
5487
5457
|
readonly gtkAppMenuObjectPath: string | null
|
|
5488
|
-
readonly gtk_application_id: string | null
|
|
5489
5458
|
readonly gtkApplicationId: string | null
|
|
5490
|
-
readonly gtk_application_object_path: string | null
|
|
5491
5459
|
readonly gtkApplicationObjectPath: string | null
|
|
5492
|
-
readonly gtk_menubar_object_path: string | null
|
|
5493
5460
|
readonly gtkMenubarObjectPath: string | null
|
|
5494
|
-
readonly gtk_unique_bus_name: string | null
|
|
5495
5461
|
readonly gtkUniqueBusName: string | null
|
|
5496
|
-
readonly gtk_window_object_path: string | null
|
|
5497
5462
|
readonly gtkWindowObjectPath: string | null
|
|
5498
5463
|
readonly icon: any
|
|
5499
|
-
readonly is_alive: boolean
|
|
5500
5464
|
readonly isAlive: boolean
|
|
5501
|
-
readonly maximized_horizontally: boolean
|
|
5502
5465
|
readonly maximizedHorizontally: boolean
|
|
5503
|
-
readonly maximized_vertically: boolean
|
|
5504
5466
|
readonly maximizedVertically: boolean
|
|
5505
|
-
readonly mini_icon: any
|
|
5506
5467
|
readonly miniIcon: any
|
|
5507
5468
|
readonly minimized: boolean
|
|
5508
|
-
readonly mutter_hints: string | null
|
|
5509
5469
|
readonly mutterHints: string | null
|
|
5510
|
-
readonly on_all_workspaces: boolean
|
|
5511
5470
|
readonly onAllWorkspaces: boolean
|
|
5512
5471
|
readonly resizeable: boolean
|
|
5513
|
-
readonly skip_taskbar: boolean
|
|
5514
5472
|
readonly skipTaskbar: boolean
|
|
5515
5473
|
readonly title: string | null
|
|
5516
5474
|
readonly urgent: boolean
|
|
5517
|
-
readonly user_time: number
|
|
5518
5475
|
readonly userTime: number
|
|
5519
|
-
readonly window_type: WindowType
|
|
5520
5476
|
readonly windowType: WindowType
|
|
5521
|
-
readonly wm_class: string | null
|
|
5522
5477
|
readonly wmClass: string | null
|
|
5523
5478
|
|
|
5524
5479
|
// Owm methods of Meta-11.Meta.Window
|
|
@@ -5527,6 +5482,13 @@ interface Window {
|
|
|
5527
5482
|
activate_with_workspace(current_time: number, workspace: Workspace): void
|
|
5528
5483
|
allows_move(): boolean
|
|
5529
5484
|
allows_resize(): boolean
|
|
5485
|
+
/**
|
|
5486
|
+
* Determines if the window should be drawn with a focused appearance. This is
|
|
5487
|
+
* true for focused windows but also true for windows with a focused modal
|
|
5488
|
+
* dialog attached.
|
|
5489
|
+
* @returns %TRUE if the window should be drawn with a focused frame
|
|
5490
|
+
*/
|
|
5491
|
+
appears_focused(): boolean
|
|
5530
5492
|
begin_grab_op(op: GrabOp, frame_action: boolean, timestamp: number): void
|
|
5531
5493
|
can_close(): boolean
|
|
5532
5494
|
can_maximize(): boolean
|
|
@@ -6028,7 +5990,6 @@ module WindowActor {
|
|
|
6028
5990
|
|
|
6029
5991
|
// Own constructor properties of Meta-11.Meta.WindowActor
|
|
6030
5992
|
|
|
6031
|
-
meta_window?: Window | null
|
|
6032
5993
|
metaWindow?: Window | null
|
|
6033
5994
|
}
|
|
6034
5995
|
|
|
@@ -6038,7 +5999,6 @@ interface WindowActor extends Atk.ImplementorIface, Clutter.Animatable, Clutter.
|
|
|
6038
5999
|
|
|
6039
6000
|
// Own properties of Meta-11.Meta.WindowActor
|
|
6040
6001
|
|
|
6041
|
-
readonly meta_window: Window
|
|
6042
6002
|
readonly metaWindow: Window
|
|
6043
6003
|
|
|
6044
6004
|
// Own fields of Meta-11.Meta.WindowActor
|
|
@@ -6613,9 +6573,7 @@ interface Workspace {
|
|
|
6613
6573
|
// Own properties of Meta-11.Meta.Workspace
|
|
6614
6574
|
|
|
6615
6575
|
readonly active: boolean
|
|
6616
|
-
readonly n_windows: number
|
|
6617
6576
|
readonly nWindows: number
|
|
6618
|
-
readonly workspace_index: number
|
|
6619
6577
|
readonly workspaceIndex: number
|
|
6620
6578
|
|
|
6621
6579
|
// Owm methods of Meta-11.Meta.Workspace
|
|
@@ -6773,11 +6731,8 @@ interface WorkspaceManager {
|
|
|
6773
6731
|
|
|
6774
6732
|
// Own properties of Meta-11.Meta.WorkspaceManager
|
|
6775
6733
|
|
|
6776
|
-
readonly layout_columns: number
|
|
6777
6734
|
readonly layoutColumns: number
|
|
6778
|
-
readonly layout_rows: number
|
|
6779
6735
|
readonly layoutRows: number
|
|
6780
|
-
readonly n_workspaces: number
|
|
6781
6736
|
readonly nWorkspaces: number
|
|
6782
6737
|
|
|
6783
6738
|
// Owm methods of Meta-11.Meta.WorkspaceManager
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/meta-11",
|
|
3
|
-
"version": "11.0.0-3.2.
|
|
3
|
+
"version": "11.0.0-3.2.8",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Meta-11, generated from library version 11.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "meta-11.js",
|
|
7
7
|
"main": "meta-11.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./meta-11-ambient.d.ts",
|
|
11
|
+
"default": "./meta-11-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./meta-11-import.d.ts",
|
|
15
|
+
"default": "./meta-11-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./meta-11.d.ts",
|
|
@@ -25,29 +31,29 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit meta-11.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/clutter-11": "^11.0.0-3.2.
|
|
31
|
-
"@girs/cogl-11": "^11.0.0-3.2.
|
|
32
|
-
"@girs/coglpango-11": "^11.0.0-3.2.
|
|
33
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
34
|
-
"@girs/gdesktopenums-3.0": "^3.0.0-3.2.
|
|
35
|
-
"@girs/gdk-3.0": "^3.24.
|
|
36
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
37
|
-
"@girs/gio-2.0": "^2.
|
|
38
|
-
"@girs/gjs": "^3.2.
|
|
39
|
-
"@girs/gl-1.0": "^1.0.0-3.2.
|
|
40
|
-
"@girs/glib-2.0": "^2.
|
|
41
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
42
|
-
"@girs/gobject-2.0": "^2.
|
|
43
|
-
"@girs/graphene-1.0": "^1.0.0-3.2.
|
|
44
|
-
"@girs/gtk-3.0": "^3.24.
|
|
45
|
-
"@girs/harfbuzz-0.0": "^8.
|
|
46
|
-
"@girs/json-1.0": "^1.7.1-3.2.
|
|
47
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
48
|
-
"@girs/pangocairo-1.0": "^1.0.0-3.2.
|
|
49
|
-
"@girs/xfixes-4.0": "^4.0.0-3.2.
|
|
50
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
34
|
+
"@girs/atk-1.0": "^2.45.1-3.2.8",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.8",
|
|
36
|
+
"@girs/clutter-11": "^11.0.0-3.2.8",
|
|
37
|
+
"@girs/cogl-11": "^11.0.0-3.2.8",
|
|
38
|
+
"@girs/coglpango-11": "^11.0.0-3.2.8",
|
|
39
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.8",
|
|
40
|
+
"@girs/gdesktopenums-3.0": "^3.0.0-3.2.8",
|
|
41
|
+
"@girs/gdk-3.0": "^3.24.39-3.2.8",
|
|
42
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
|
|
43
|
+
"@girs/gio-2.0": "^2.77.0-3.2.8",
|
|
44
|
+
"@girs/gjs": "^3.2.8",
|
|
45
|
+
"@girs/gl-1.0": "^1.0.0-3.2.8",
|
|
46
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
47
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.8",
|
|
48
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8",
|
|
49
|
+
"@girs/graphene-1.0": "^1.0.0-3.2.8",
|
|
50
|
+
"@girs/gtk-3.0": "^3.24.39-3.2.8",
|
|
51
|
+
"@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
|
|
52
|
+
"@girs/json-1.0": "^1.7.1-3.2.8",
|
|
53
|
+
"@girs/pango-1.0": "^1.51.0-3.2.8",
|
|
54
|
+
"@girs/pangocairo-1.0": "^1.0.0-3.2.8",
|
|
55
|
+
"@girs/xfixes-4.0": "^4.0.0-3.2.8",
|
|
56
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.8"
|
|
51
57
|
},
|
|
52
58
|
"devDependencies": {
|
|
53
59
|
"typescript": "*"
|
|
@@ -64,7 +70,7 @@
|
|
|
64
70
|
"license": "MIT",
|
|
65
71
|
"repository": {
|
|
66
72
|
"type": "git",
|
|
67
|
-
"url": "git+https://github.com/gjsify/
|
|
73
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
68
74
|
},
|
|
69
75
|
"bugs": {
|
|
70
76
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|