@girs/meta-13 13.0.0-3.2.7 → 13.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/meta-13-ambient.js +2 -0
- package/meta-13-import.js +3 -0
- package/meta-13.d.cts +19 -60
- package/meta-13.d.ts +19 -60
- package/package.json +30 -24
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Meta-13, generated from library version 13.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Meta-13, generated from library version 13.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/meta-13.d.cts
CHANGED
|
@@ -2007,7 +2007,6 @@ export module Background {
|
|
|
2007
2007
|
|
|
2008
2008
|
// Own constructor properties of Meta-13.Meta.Background
|
|
2009
2009
|
|
|
2010
|
-
meta_display?: Display | null
|
|
2011
2010
|
metaDisplay?: Display | null
|
|
2012
2011
|
}
|
|
2013
2012
|
|
|
@@ -2017,7 +2016,6 @@ export interface Background {
|
|
|
2017
2016
|
|
|
2018
2017
|
// Own properties of Meta-13.Meta.Background
|
|
2019
2018
|
|
|
2020
|
-
readonly meta_display: Display
|
|
2021
2019
|
readonly metaDisplay: Display
|
|
2022
2020
|
|
|
2023
2021
|
// Owm methods of Meta-13.Meta.Background
|
|
@@ -2080,9 +2078,8 @@ export module BackgroundActor {
|
|
|
2080
2078
|
|
|
2081
2079
|
// Own constructor properties of Meta-13.Meta.BackgroundActor
|
|
2082
2080
|
|
|
2083
|
-
meta_display?: Display | null
|
|
2084
|
-
monitor?: number | null
|
|
2085
2081
|
metaDisplay?: Display | null
|
|
2082
|
+
monitor?: number | null
|
|
2086
2083
|
}
|
|
2087
2084
|
|
|
2088
2085
|
}
|
|
@@ -2091,7 +2088,6 @@ export interface BackgroundActor extends Atk.ImplementorIface, Clutter.Animatabl
|
|
|
2091
2088
|
|
|
2092
2089
|
// Own properties of Meta-13.Meta.BackgroundActor
|
|
2093
2090
|
|
|
2094
|
-
readonly meta_display: Display
|
|
2095
2091
|
readonly metaDisplay: Display
|
|
2096
2092
|
readonly monitor: number
|
|
2097
2093
|
|
|
@@ -2381,17 +2377,12 @@ export module BackgroundContent {
|
|
|
2381
2377
|
background?: Background | null
|
|
2382
2378
|
brightness?: number | null
|
|
2383
2379
|
gradient?: boolean | null
|
|
2384
|
-
gradient_height?: number | null
|
|
2385
|
-
gradient_max_darkness?: number | null
|
|
2386
|
-
meta_display?: Display | null
|
|
2387
|
-
monitor?: number | null
|
|
2388
|
-
rounded_clip_radius?: number | null
|
|
2389
|
-
vignette?: boolean | null
|
|
2390
|
-
vignette_sharpness?: number | null
|
|
2391
2380
|
gradientHeight?: number | null
|
|
2392
2381
|
gradientMaxDarkness?: number | null
|
|
2393
2382
|
metaDisplay?: Display | null
|
|
2383
|
+
monitor?: number | null
|
|
2394
2384
|
roundedClipRadius?: number | null
|
|
2385
|
+
vignette?: boolean | null
|
|
2395
2386
|
vignetteSharpness?: number | null
|
|
2396
2387
|
}
|
|
2397
2388
|
|
|
@@ -2404,17 +2395,12 @@ export interface BackgroundContent extends Clutter.Content {
|
|
|
2404
2395
|
background: Background
|
|
2405
2396
|
brightness: number
|
|
2406
2397
|
gradient: boolean
|
|
2407
|
-
gradient_height: number
|
|
2408
2398
|
gradientHeight: number
|
|
2409
|
-
gradient_max_darkness: number
|
|
2410
2399
|
gradientMaxDarkness: number
|
|
2411
|
-
readonly meta_display: Display
|
|
2412
2400
|
readonly metaDisplay: Display
|
|
2413
2401
|
readonly monitor: number
|
|
2414
|
-
rounded_clip_radius: number
|
|
2415
2402
|
roundedClipRadius: number
|
|
2416
2403
|
vignette: boolean
|
|
2417
|
-
vignette_sharpness: number
|
|
2418
2404
|
vignetteSharpness: number
|
|
2419
2405
|
|
|
2420
2406
|
// Owm methods of Meta-13.Meta.BackgroundContent
|
|
@@ -3188,7 +3174,6 @@ export module Context {
|
|
|
3188
3174
|
// Own constructor properties of Meta-13.Meta.Context
|
|
3189
3175
|
|
|
3190
3176
|
name?: string | null
|
|
3191
|
-
unsafe_mode?: boolean | null
|
|
3192
3177
|
unsafeMode?: boolean | null
|
|
3193
3178
|
}
|
|
3194
3179
|
|
|
@@ -3199,7 +3184,6 @@ export interface Context {
|
|
|
3199
3184
|
// Own properties of Meta-13.Meta.Context
|
|
3200
3185
|
|
|
3201
3186
|
readonly name: string | null
|
|
3202
|
-
unsafe_mode: boolean
|
|
3203
3187
|
unsafeMode: boolean
|
|
3204
3188
|
|
|
3205
3189
|
// Own fields of Meta-13.Meta.Context
|
|
@@ -3615,9 +3599,7 @@ export interface Display {
|
|
|
3615
3599
|
|
|
3616
3600
|
// Own properties of Meta-13.Meta.Display
|
|
3617
3601
|
|
|
3618
|
-
readonly compositor_modifiers: Clutter.ModifierType
|
|
3619
3602
|
readonly compositorModifiers: Clutter.ModifierType
|
|
3620
|
-
readonly focus_window: Window
|
|
3621
3603
|
readonly focusWindow: Window
|
|
3622
3604
|
|
|
3623
3605
|
// Owm methods of Meta-13.Meta.Display
|
|
@@ -4217,7 +4199,6 @@ export module MonitorManager {
|
|
|
4217
4199
|
// Own constructor properties of Meta-13.Meta.MonitorManager
|
|
4218
4200
|
|
|
4219
4201
|
backend?: Backend | null
|
|
4220
|
-
experimental_hdr?: string | null
|
|
4221
4202
|
experimentalHdr?: string | null
|
|
4222
4203
|
}
|
|
4223
4204
|
|
|
@@ -4228,13 +4209,9 @@ export interface MonitorManager {
|
|
|
4228
4209
|
// Own properties of Meta-13.Meta.MonitorManager
|
|
4229
4210
|
|
|
4230
4211
|
readonly backend: Backend
|
|
4231
|
-
experimental_hdr: string | null
|
|
4232
4212
|
experimentalHdr: string | null
|
|
4233
|
-
readonly has_builtin_panel: boolean
|
|
4234
4213
|
readonly hasBuiltinPanel: boolean
|
|
4235
|
-
readonly night_light_supported: boolean
|
|
4236
4214
|
readonly nightLightSupported: boolean
|
|
4237
|
-
readonly panel_orientation_managed: boolean
|
|
4238
4215
|
readonly panelOrientationManaged: boolean
|
|
4239
4216
|
|
|
4240
4217
|
// Owm methods of Meta-13.Meta.MonitorManager
|
|
@@ -4601,7 +4578,7 @@ export interface RemoteAccessController {
|
|
|
4601
4578
|
inhibit_remote_access(): void
|
|
4602
4579
|
/**
|
|
4603
4580
|
* Uninhibits remote access sessions from being created and running. If this was
|
|
4604
|
-
* the last
|
|
4581
|
+
* the last inhibition that was inhibited, new remote access sessions can now
|
|
4605
4582
|
* be created.
|
|
4606
4583
|
*/
|
|
4607
4584
|
uninhibit_remote_access(): void
|
|
@@ -4651,7 +4628,6 @@ export module RemoteAccessHandle {
|
|
|
4651
4628
|
|
|
4652
4629
|
// Own constructor properties of Meta-13.Meta.RemoteAccessHandle
|
|
4653
4630
|
|
|
4654
|
-
is_recording?: boolean | null
|
|
4655
4631
|
isRecording?: boolean | null
|
|
4656
4632
|
}
|
|
4657
4633
|
|
|
@@ -4661,7 +4637,6 @@ export interface RemoteAccessHandle {
|
|
|
4661
4637
|
|
|
4662
4638
|
// Own properties of Meta-13.Meta.RemoteAccessHandle
|
|
4663
4639
|
|
|
4664
|
-
readonly is_recording: boolean
|
|
4665
4640
|
readonly isRecording: boolean
|
|
4666
4641
|
|
|
4667
4642
|
// Own fields of Meta-13.Meta.RemoteAccessHandle
|
|
@@ -5537,16 +5512,14 @@ export module StartupSequence {
|
|
|
5537
5512
|
|
|
5538
5513
|
// Own constructor properties of Meta-13.Meta.StartupSequence
|
|
5539
5514
|
|
|
5540
|
-
|
|
5515
|
+
applicationId?: string | null
|
|
5541
5516
|
display?: Display | null
|
|
5542
|
-
|
|
5517
|
+
iconName?: string | null
|
|
5543
5518
|
id?: string | null
|
|
5544
5519
|
name?: string | null
|
|
5545
5520
|
timestamp?: number | null
|
|
5546
5521
|
wmclass?: string | null
|
|
5547
5522
|
workspace?: number | null
|
|
5548
|
-
applicationId?: string | null
|
|
5549
|
-
iconName?: string | null
|
|
5550
5523
|
}
|
|
5551
5524
|
|
|
5552
5525
|
}
|
|
@@ -5555,10 +5528,8 @@ export interface StartupSequence {
|
|
|
5555
5528
|
|
|
5556
5529
|
// Own properties of Meta-13.Meta.StartupSequence
|
|
5557
5530
|
|
|
5558
|
-
readonly application_id: string | null
|
|
5559
5531
|
readonly applicationId: string | null
|
|
5560
5532
|
readonly display: Display
|
|
5561
|
-
readonly icon_name: string | null
|
|
5562
5533
|
readonly iconName: string | null
|
|
5563
5534
|
readonly id: string | null
|
|
5564
5535
|
readonly name: string | null
|
|
@@ -5672,6 +5643,11 @@ export interface WaylandClient {
|
|
|
5672
5643
|
// Owm methods of Meta-13.Meta.WaylandClient
|
|
5673
5644
|
|
|
5674
5645
|
hide_from_window_list(window: Window): void
|
|
5646
|
+
/**
|
|
5647
|
+
* Mark window as DESKTOP window
|
|
5648
|
+
* @param window a MetaWindow
|
|
5649
|
+
*/
|
|
5650
|
+
make_desktop(window: Window): void
|
|
5675
5651
|
owns_window(window: Window): boolean
|
|
5676
5652
|
/**
|
|
5677
5653
|
* Shows again this window in window lists, like taskbars, pagers...
|
|
@@ -5872,50 +5848,32 @@ export interface Window extends Gio.Initable {
|
|
|
5872
5848
|
// Own properties of Meta-13.Meta.Window
|
|
5873
5849
|
|
|
5874
5850
|
readonly above: boolean
|
|
5875
|
-
readonly appears_focused: boolean
|
|
5876
5851
|
readonly appearsFocused: boolean
|
|
5877
5852
|
readonly decorated: boolean
|
|
5878
|
-
readonly demands_attention: boolean
|
|
5879
5853
|
readonly demandsAttention: boolean
|
|
5880
5854
|
readonly display: Display
|
|
5881
5855
|
readonly effect: number
|
|
5882
5856
|
readonly fullscreen: boolean
|
|
5883
|
-
readonly gtk_app_menu_object_path: string | null
|
|
5884
5857
|
readonly gtkAppMenuObjectPath: string | null
|
|
5885
|
-
readonly gtk_application_id: string | null
|
|
5886
5858
|
readonly gtkApplicationId: string | null
|
|
5887
|
-
readonly gtk_application_object_path: string | null
|
|
5888
5859
|
readonly gtkApplicationObjectPath: string | null
|
|
5889
|
-
readonly gtk_menubar_object_path: string | null
|
|
5890
5860
|
readonly gtkMenubarObjectPath: string | null
|
|
5891
|
-
readonly gtk_unique_bus_name: string | null
|
|
5892
5861
|
readonly gtkUniqueBusName: string | null
|
|
5893
|
-
readonly gtk_window_object_path: string | null
|
|
5894
5862
|
readonly gtkWindowObjectPath: string | null
|
|
5895
5863
|
readonly icon: any
|
|
5896
|
-
readonly is_alive: boolean
|
|
5897
5864
|
readonly isAlive: boolean
|
|
5898
|
-
readonly maximized_horizontally: boolean
|
|
5899
5865
|
readonly maximizedHorizontally: boolean
|
|
5900
|
-
readonly maximized_vertically: boolean
|
|
5901
5866
|
readonly maximizedVertically: boolean
|
|
5902
|
-
readonly mini_icon: any
|
|
5903
5867
|
readonly miniIcon: any
|
|
5904
5868
|
readonly minimized: boolean
|
|
5905
|
-
readonly mutter_hints: string | null
|
|
5906
5869
|
readonly mutterHints: string | null
|
|
5907
|
-
readonly on_all_workspaces: boolean
|
|
5908
5870
|
readonly onAllWorkspaces: boolean
|
|
5909
5871
|
readonly resizeable: boolean
|
|
5910
|
-
readonly skip_taskbar: boolean
|
|
5911
5872
|
readonly skipTaskbar: boolean
|
|
5912
5873
|
readonly title: string | null
|
|
5913
5874
|
readonly urgent: boolean
|
|
5914
|
-
readonly user_time: number
|
|
5915
5875
|
readonly userTime: number
|
|
5916
|
-
readonly window_type: WindowType
|
|
5917
5876
|
readonly windowType: WindowType
|
|
5918
|
-
readonly wm_class: string | null
|
|
5919
5877
|
readonly wmClass: string | null
|
|
5920
5878
|
readonly xwindow: number
|
|
5921
5879
|
|
|
@@ -5925,6 +5883,14 @@ export interface Window extends Gio.Initable {
|
|
|
5925
5883
|
activate_with_workspace(current_time: number, workspace: Workspace): void
|
|
5926
5884
|
allows_move(): boolean
|
|
5927
5885
|
allows_resize(): boolean
|
|
5886
|
+
/**
|
|
5887
|
+
* Determines if the window should be drawn with a focused appearance.
|
|
5888
|
+
*
|
|
5889
|
+
* This is true for focused windows but also true for windows with a focused modal
|
|
5890
|
+
* dialog attached.
|
|
5891
|
+
* @returns %TRUE if the window should be drawn with a focused frame
|
|
5892
|
+
*/
|
|
5893
|
+
appears_focused(): boolean
|
|
5928
5894
|
begin_grab_op(op: GrabOp, device: Clutter.InputDevice | null, sequence: Clutter.EventSequence | null, timestamp: number): boolean
|
|
5929
5895
|
can_close(): boolean
|
|
5930
5896
|
can_maximize(): boolean
|
|
@@ -6477,7 +6443,6 @@ export module WindowActor {
|
|
|
6477
6443
|
|
|
6478
6444
|
// Own constructor properties of Meta-13.Meta.WindowActor
|
|
6479
6445
|
|
|
6480
|
-
meta_window?: Window | null
|
|
6481
6446
|
metaWindow?: Window | null
|
|
6482
6447
|
}
|
|
6483
6448
|
|
|
@@ -6487,7 +6452,6 @@ export interface WindowActor extends Atk.ImplementorIface, Clutter.Animatable, C
|
|
|
6487
6452
|
|
|
6488
6453
|
// Own properties of Meta-13.Meta.WindowActor
|
|
6489
6454
|
|
|
6490
|
-
readonly meta_window: Window
|
|
6491
6455
|
readonly metaWindow: Window
|
|
6492
6456
|
|
|
6493
6457
|
// Own fields of Meta-13.Meta.WindowActor
|
|
@@ -7078,9 +7042,7 @@ export interface Workspace {
|
|
|
7078
7042
|
// Own properties of Meta-13.Meta.Workspace
|
|
7079
7043
|
|
|
7080
7044
|
readonly active: boolean
|
|
7081
|
-
readonly n_windows: number
|
|
7082
7045
|
readonly nWindows: number
|
|
7083
|
-
readonly workspace_index: number
|
|
7084
7046
|
readonly workspaceIndex: number
|
|
7085
7047
|
|
|
7086
7048
|
// Owm methods of Meta-13.Meta.Workspace
|
|
@@ -7248,11 +7210,8 @@ export interface WorkspaceManager {
|
|
|
7248
7210
|
|
|
7249
7211
|
// Own properties of Meta-13.Meta.WorkspaceManager
|
|
7250
7212
|
|
|
7251
|
-
readonly layout_columns: number
|
|
7252
7213
|
readonly layoutColumns: number
|
|
7253
|
-
readonly layout_rows: number
|
|
7254
7214
|
readonly layoutRows: number
|
|
7255
|
-
readonly n_workspaces: number
|
|
7256
7215
|
readonly nWorkspaces: number
|
|
7257
7216
|
|
|
7258
7217
|
// Owm methods of Meta-13.Meta.WorkspaceManager
|
package/meta-13.d.ts
CHANGED
|
@@ -2009,7 +2009,6 @@ module Background {
|
|
|
2009
2009
|
|
|
2010
2010
|
// Own constructor properties of Meta-13.Meta.Background
|
|
2011
2011
|
|
|
2012
|
-
meta_display?: Display | null
|
|
2013
2012
|
metaDisplay?: Display | null
|
|
2014
2013
|
}
|
|
2015
2014
|
|
|
@@ -2019,7 +2018,6 @@ interface Background {
|
|
|
2019
2018
|
|
|
2020
2019
|
// Own properties of Meta-13.Meta.Background
|
|
2021
2020
|
|
|
2022
|
-
readonly meta_display: Display
|
|
2023
2021
|
readonly metaDisplay: Display
|
|
2024
2022
|
|
|
2025
2023
|
// Owm methods of Meta-13.Meta.Background
|
|
@@ -2082,9 +2080,8 @@ module BackgroundActor {
|
|
|
2082
2080
|
|
|
2083
2081
|
// Own constructor properties of Meta-13.Meta.BackgroundActor
|
|
2084
2082
|
|
|
2085
|
-
meta_display?: Display | null
|
|
2086
|
-
monitor?: number | null
|
|
2087
2083
|
metaDisplay?: Display | null
|
|
2084
|
+
monitor?: number | null
|
|
2088
2085
|
}
|
|
2089
2086
|
|
|
2090
2087
|
}
|
|
@@ -2093,7 +2090,6 @@ interface BackgroundActor extends Atk.ImplementorIface, Clutter.Animatable, Clut
|
|
|
2093
2090
|
|
|
2094
2091
|
// Own properties of Meta-13.Meta.BackgroundActor
|
|
2095
2092
|
|
|
2096
|
-
readonly meta_display: Display
|
|
2097
2093
|
readonly metaDisplay: Display
|
|
2098
2094
|
readonly monitor: number
|
|
2099
2095
|
|
|
@@ -2383,17 +2379,12 @@ module BackgroundContent {
|
|
|
2383
2379
|
background?: Background | null
|
|
2384
2380
|
brightness?: number | null
|
|
2385
2381
|
gradient?: boolean | null
|
|
2386
|
-
gradient_height?: number | null
|
|
2387
|
-
gradient_max_darkness?: number | null
|
|
2388
|
-
meta_display?: Display | null
|
|
2389
|
-
monitor?: number | null
|
|
2390
|
-
rounded_clip_radius?: number | null
|
|
2391
|
-
vignette?: boolean | null
|
|
2392
|
-
vignette_sharpness?: number | null
|
|
2393
2382
|
gradientHeight?: number | null
|
|
2394
2383
|
gradientMaxDarkness?: number | null
|
|
2395
2384
|
metaDisplay?: Display | null
|
|
2385
|
+
monitor?: number | null
|
|
2396
2386
|
roundedClipRadius?: number | null
|
|
2387
|
+
vignette?: boolean | null
|
|
2397
2388
|
vignetteSharpness?: number | null
|
|
2398
2389
|
}
|
|
2399
2390
|
|
|
@@ -2406,17 +2397,12 @@ interface BackgroundContent extends Clutter.Content {
|
|
|
2406
2397
|
background: Background
|
|
2407
2398
|
brightness: number
|
|
2408
2399
|
gradient: boolean
|
|
2409
|
-
gradient_height: number
|
|
2410
2400
|
gradientHeight: number
|
|
2411
|
-
gradient_max_darkness: number
|
|
2412
2401
|
gradientMaxDarkness: number
|
|
2413
|
-
readonly meta_display: Display
|
|
2414
2402
|
readonly metaDisplay: Display
|
|
2415
2403
|
readonly monitor: number
|
|
2416
|
-
rounded_clip_radius: number
|
|
2417
2404
|
roundedClipRadius: number
|
|
2418
2405
|
vignette: boolean
|
|
2419
|
-
vignette_sharpness: number
|
|
2420
2406
|
vignetteSharpness: number
|
|
2421
2407
|
|
|
2422
2408
|
// Owm methods of Meta-13.Meta.BackgroundContent
|
|
@@ -3190,7 +3176,6 @@ module Context {
|
|
|
3190
3176
|
// Own constructor properties of Meta-13.Meta.Context
|
|
3191
3177
|
|
|
3192
3178
|
name?: string | null
|
|
3193
|
-
unsafe_mode?: boolean | null
|
|
3194
3179
|
unsafeMode?: boolean | null
|
|
3195
3180
|
}
|
|
3196
3181
|
|
|
@@ -3201,7 +3186,6 @@ interface Context {
|
|
|
3201
3186
|
// Own properties of Meta-13.Meta.Context
|
|
3202
3187
|
|
|
3203
3188
|
readonly name: string | null
|
|
3204
|
-
unsafe_mode: boolean
|
|
3205
3189
|
unsafeMode: boolean
|
|
3206
3190
|
|
|
3207
3191
|
// Own fields of Meta-13.Meta.Context
|
|
@@ -3617,9 +3601,7 @@ interface Display {
|
|
|
3617
3601
|
|
|
3618
3602
|
// Own properties of Meta-13.Meta.Display
|
|
3619
3603
|
|
|
3620
|
-
readonly compositor_modifiers: Clutter.ModifierType
|
|
3621
3604
|
readonly compositorModifiers: Clutter.ModifierType
|
|
3622
|
-
readonly focus_window: Window
|
|
3623
3605
|
readonly focusWindow: Window
|
|
3624
3606
|
|
|
3625
3607
|
// Owm methods of Meta-13.Meta.Display
|
|
@@ -4219,7 +4201,6 @@ module MonitorManager {
|
|
|
4219
4201
|
// Own constructor properties of Meta-13.Meta.MonitorManager
|
|
4220
4202
|
|
|
4221
4203
|
backend?: Backend | null
|
|
4222
|
-
experimental_hdr?: string | null
|
|
4223
4204
|
experimentalHdr?: string | null
|
|
4224
4205
|
}
|
|
4225
4206
|
|
|
@@ -4230,13 +4211,9 @@ interface MonitorManager {
|
|
|
4230
4211
|
// Own properties of Meta-13.Meta.MonitorManager
|
|
4231
4212
|
|
|
4232
4213
|
readonly backend: Backend
|
|
4233
|
-
experimental_hdr: string | null
|
|
4234
4214
|
experimentalHdr: string | null
|
|
4235
|
-
readonly has_builtin_panel: boolean
|
|
4236
4215
|
readonly hasBuiltinPanel: boolean
|
|
4237
|
-
readonly night_light_supported: boolean
|
|
4238
4216
|
readonly nightLightSupported: boolean
|
|
4239
|
-
readonly panel_orientation_managed: boolean
|
|
4240
4217
|
readonly panelOrientationManaged: boolean
|
|
4241
4218
|
|
|
4242
4219
|
// Owm methods of Meta-13.Meta.MonitorManager
|
|
@@ -4603,7 +4580,7 @@ interface RemoteAccessController {
|
|
|
4603
4580
|
inhibit_remote_access(): void
|
|
4604
4581
|
/**
|
|
4605
4582
|
* Uninhibits remote access sessions from being created and running. If this was
|
|
4606
|
-
* the last
|
|
4583
|
+
* the last inhibition that was inhibited, new remote access sessions can now
|
|
4607
4584
|
* be created.
|
|
4608
4585
|
*/
|
|
4609
4586
|
uninhibit_remote_access(): void
|
|
@@ -4653,7 +4630,6 @@ module RemoteAccessHandle {
|
|
|
4653
4630
|
|
|
4654
4631
|
// Own constructor properties of Meta-13.Meta.RemoteAccessHandle
|
|
4655
4632
|
|
|
4656
|
-
is_recording?: boolean | null
|
|
4657
4633
|
isRecording?: boolean | null
|
|
4658
4634
|
}
|
|
4659
4635
|
|
|
@@ -4663,7 +4639,6 @@ interface RemoteAccessHandle {
|
|
|
4663
4639
|
|
|
4664
4640
|
// Own properties of Meta-13.Meta.RemoteAccessHandle
|
|
4665
4641
|
|
|
4666
|
-
readonly is_recording: boolean
|
|
4667
4642
|
readonly isRecording: boolean
|
|
4668
4643
|
|
|
4669
4644
|
// Own fields of Meta-13.Meta.RemoteAccessHandle
|
|
@@ -5539,16 +5514,14 @@ module StartupSequence {
|
|
|
5539
5514
|
|
|
5540
5515
|
// Own constructor properties of Meta-13.Meta.StartupSequence
|
|
5541
5516
|
|
|
5542
|
-
|
|
5517
|
+
applicationId?: string | null
|
|
5543
5518
|
display?: Display | null
|
|
5544
|
-
|
|
5519
|
+
iconName?: string | null
|
|
5545
5520
|
id?: string | null
|
|
5546
5521
|
name?: string | null
|
|
5547
5522
|
timestamp?: number | null
|
|
5548
5523
|
wmclass?: string | null
|
|
5549
5524
|
workspace?: number | null
|
|
5550
|
-
applicationId?: string | null
|
|
5551
|
-
iconName?: string | null
|
|
5552
5525
|
}
|
|
5553
5526
|
|
|
5554
5527
|
}
|
|
@@ -5557,10 +5530,8 @@ interface StartupSequence {
|
|
|
5557
5530
|
|
|
5558
5531
|
// Own properties of Meta-13.Meta.StartupSequence
|
|
5559
5532
|
|
|
5560
|
-
readonly application_id: string | null
|
|
5561
5533
|
readonly applicationId: string | null
|
|
5562
5534
|
readonly display: Display
|
|
5563
|
-
readonly icon_name: string | null
|
|
5564
5535
|
readonly iconName: string | null
|
|
5565
5536
|
readonly id: string | null
|
|
5566
5537
|
readonly name: string | null
|
|
@@ -5674,6 +5645,11 @@ interface WaylandClient {
|
|
|
5674
5645
|
// Owm methods of Meta-13.Meta.WaylandClient
|
|
5675
5646
|
|
|
5676
5647
|
hide_from_window_list(window: Window): void
|
|
5648
|
+
/**
|
|
5649
|
+
* Mark window as DESKTOP window
|
|
5650
|
+
* @param window a MetaWindow
|
|
5651
|
+
*/
|
|
5652
|
+
make_desktop(window: Window): void
|
|
5677
5653
|
owns_window(window: Window): boolean
|
|
5678
5654
|
/**
|
|
5679
5655
|
* Shows again this window in window lists, like taskbars, pagers...
|
|
@@ -5874,50 +5850,32 @@ interface Window extends Gio.Initable {
|
|
|
5874
5850
|
// Own properties of Meta-13.Meta.Window
|
|
5875
5851
|
|
|
5876
5852
|
readonly above: boolean
|
|
5877
|
-
readonly appears_focused: boolean
|
|
5878
5853
|
readonly appearsFocused: boolean
|
|
5879
5854
|
readonly decorated: boolean
|
|
5880
|
-
readonly demands_attention: boolean
|
|
5881
5855
|
readonly demandsAttention: boolean
|
|
5882
5856
|
readonly display: Display
|
|
5883
5857
|
readonly effect: number
|
|
5884
5858
|
readonly fullscreen: boolean
|
|
5885
|
-
readonly gtk_app_menu_object_path: string | null
|
|
5886
5859
|
readonly gtkAppMenuObjectPath: string | null
|
|
5887
|
-
readonly gtk_application_id: string | null
|
|
5888
5860
|
readonly gtkApplicationId: string | null
|
|
5889
|
-
readonly gtk_application_object_path: string | null
|
|
5890
5861
|
readonly gtkApplicationObjectPath: string | null
|
|
5891
|
-
readonly gtk_menubar_object_path: string | null
|
|
5892
5862
|
readonly gtkMenubarObjectPath: string | null
|
|
5893
|
-
readonly gtk_unique_bus_name: string | null
|
|
5894
5863
|
readonly gtkUniqueBusName: string | null
|
|
5895
|
-
readonly gtk_window_object_path: string | null
|
|
5896
5864
|
readonly gtkWindowObjectPath: string | null
|
|
5897
5865
|
readonly icon: any
|
|
5898
|
-
readonly is_alive: boolean
|
|
5899
5866
|
readonly isAlive: boolean
|
|
5900
|
-
readonly maximized_horizontally: boolean
|
|
5901
5867
|
readonly maximizedHorizontally: boolean
|
|
5902
|
-
readonly maximized_vertically: boolean
|
|
5903
5868
|
readonly maximizedVertically: boolean
|
|
5904
|
-
readonly mini_icon: any
|
|
5905
5869
|
readonly miniIcon: any
|
|
5906
5870
|
readonly minimized: boolean
|
|
5907
|
-
readonly mutter_hints: string | null
|
|
5908
5871
|
readonly mutterHints: string | null
|
|
5909
|
-
readonly on_all_workspaces: boolean
|
|
5910
5872
|
readonly onAllWorkspaces: boolean
|
|
5911
5873
|
readonly resizeable: boolean
|
|
5912
|
-
readonly skip_taskbar: boolean
|
|
5913
5874
|
readonly skipTaskbar: boolean
|
|
5914
5875
|
readonly title: string | null
|
|
5915
5876
|
readonly urgent: boolean
|
|
5916
|
-
readonly user_time: number
|
|
5917
5877
|
readonly userTime: number
|
|
5918
|
-
readonly window_type: WindowType
|
|
5919
5878
|
readonly windowType: WindowType
|
|
5920
|
-
readonly wm_class: string | null
|
|
5921
5879
|
readonly wmClass: string | null
|
|
5922
5880
|
readonly xwindow: number
|
|
5923
5881
|
|
|
@@ -5927,6 +5885,14 @@ interface Window extends Gio.Initable {
|
|
|
5927
5885
|
activate_with_workspace(current_time: number, workspace: Workspace): void
|
|
5928
5886
|
allows_move(): boolean
|
|
5929
5887
|
allows_resize(): boolean
|
|
5888
|
+
/**
|
|
5889
|
+
* Determines if the window should be drawn with a focused appearance.
|
|
5890
|
+
*
|
|
5891
|
+
* This is true for focused windows but also true for windows with a focused modal
|
|
5892
|
+
* dialog attached.
|
|
5893
|
+
* @returns %TRUE if the window should be drawn with a focused frame
|
|
5894
|
+
*/
|
|
5895
|
+
appears_focused(): boolean
|
|
5930
5896
|
begin_grab_op(op: GrabOp, device: Clutter.InputDevice | null, sequence: Clutter.EventSequence | null, timestamp: number): boolean
|
|
5931
5897
|
can_close(): boolean
|
|
5932
5898
|
can_maximize(): boolean
|
|
@@ -6479,7 +6445,6 @@ module WindowActor {
|
|
|
6479
6445
|
|
|
6480
6446
|
// Own constructor properties of Meta-13.Meta.WindowActor
|
|
6481
6447
|
|
|
6482
|
-
meta_window?: Window | null
|
|
6483
6448
|
metaWindow?: Window | null
|
|
6484
6449
|
}
|
|
6485
6450
|
|
|
@@ -6489,7 +6454,6 @@ interface WindowActor extends Atk.ImplementorIface, Clutter.Animatable, Clutter.
|
|
|
6489
6454
|
|
|
6490
6455
|
// Own properties of Meta-13.Meta.WindowActor
|
|
6491
6456
|
|
|
6492
|
-
readonly meta_window: Window
|
|
6493
6457
|
readonly metaWindow: Window
|
|
6494
6458
|
|
|
6495
6459
|
// Own fields of Meta-13.Meta.WindowActor
|
|
@@ -7080,9 +7044,7 @@ interface Workspace {
|
|
|
7080
7044
|
// Own properties of Meta-13.Meta.Workspace
|
|
7081
7045
|
|
|
7082
7046
|
readonly active: boolean
|
|
7083
|
-
readonly n_windows: number
|
|
7084
7047
|
readonly nWindows: number
|
|
7085
|
-
readonly workspace_index: number
|
|
7086
7048
|
readonly workspaceIndex: number
|
|
7087
7049
|
|
|
7088
7050
|
// Owm methods of Meta-13.Meta.Workspace
|
|
@@ -7250,11 +7212,8 @@ interface WorkspaceManager {
|
|
|
7250
7212
|
|
|
7251
7213
|
// Own properties of Meta-13.Meta.WorkspaceManager
|
|
7252
7214
|
|
|
7253
|
-
readonly layout_columns: number
|
|
7254
7215
|
readonly layoutColumns: number
|
|
7255
|
-
readonly layout_rows: number
|
|
7256
7216
|
readonly layoutRows: number
|
|
7257
|
-
readonly n_workspaces: number
|
|
7258
7217
|
readonly nWorkspaces: number
|
|
7259
7218
|
|
|
7260
7219
|
// Owm methods of Meta-13.Meta.WorkspaceManager
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/meta-13",
|
|
3
|
-
"version": "13.0.0-3.2.
|
|
3
|
+
"version": "13.0.0-3.2.9",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Meta-13, generated from library version 13.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "meta-13.js",
|
|
7
7
|
"main": "meta-13.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./meta-13-ambient.d.ts",
|
|
11
|
+
"default": "./meta-13-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./meta-13-import.d.ts",
|
|
15
|
+
"default": "./meta-13-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./meta-13.d.ts",
|
|
@@ -25,26 +31,26 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit meta-13.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.50.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/clutter-13": "^13.0.0-3.2.
|
|
31
|
-
"@girs/cogl-13": "^13.0.0-3.2.
|
|
32
|
-
"@girs/coglpango-13": "^13.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/gio-2.0": "^2.78.0-3.2.
|
|
36
|
-
"@girs/gjs": "^3.2.
|
|
37
|
-
"@girs/gl-1.0": "^1.0.0-3.2.
|
|
38
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
39
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
40
|
-
"@girs/graphene-1.0": "^1.0.0-3.2.
|
|
41
|
-
"@girs/harfbuzz-0.0": "^8.2.1-3.2.
|
|
42
|
-
"@girs/json-1.0": "^1.7.1-3.2.
|
|
43
|
-
"@girs/mtk-13": "^13.0.0-3.2.
|
|
44
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
45
|
-
"@girs/pangocairo-1.0": "^1.0.0-3.2.
|
|
46
|
-
"@girs/xfixes-4.0": "^4.0.0-3.2.
|
|
47
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
34
|
+
"@girs/atk-1.0": "^2.50.1-3.2.9",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.9",
|
|
36
|
+
"@girs/clutter-13": "^13.0.0-3.2.9",
|
|
37
|
+
"@girs/cogl-13": "^13.0.0-3.2.9",
|
|
38
|
+
"@girs/coglpango-13": "^13.0.0-3.2.9",
|
|
39
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.9",
|
|
40
|
+
"@girs/gdesktopenums-3.0": "^3.0.0-3.2.9",
|
|
41
|
+
"@girs/gio-2.0": "^2.78.0-3.2.9",
|
|
42
|
+
"@girs/gjs": "^3.2.9",
|
|
43
|
+
"@girs/gl-1.0": "^1.0.0-3.2.9",
|
|
44
|
+
"@girs/glib-2.0": "^2.78.0-3.2.9",
|
|
45
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.9",
|
|
46
|
+
"@girs/graphene-1.0": "^1.0.0-3.2.9",
|
|
47
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
|
|
48
|
+
"@girs/json-1.0": "^1.7.1-3.2.9",
|
|
49
|
+
"@girs/mtk-13": "^13.0.0-3.2.9",
|
|
50
|
+
"@girs/pango-1.0": "^1.51.0-3.2.9",
|
|
51
|
+
"@girs/pangocairo-1.0": "^1.0.0-3.2.9",
|
|
52
|
+
"@girs/xfixes-4.0": "^4.0.0-3.2.9",
|
|
53
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.9"
|
|
48
54
|
},
|
|
49
55
|
"devDependencies": {
|
|
50
56
|
"typescript": "*"
|
|
@@ -61,7 +67,7 @@
|
|
|
61
67
|
"license": "MIT",
|
|
62
68
|
"repository": {
|
|
63
69
|
"type": "git",
|
|
64
|
-
"url": "git+https://github.com/gjsify/
|
|
70
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
65
71
|
},
|
|
66
72
|
"bugs": {
|
|
67
73
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|