@girs/meta-13 13.0.0-3.2.7 → 13.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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/meta-13)
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.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.
9
9
 
10
10
 
11
11
  ## Install
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
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
@@ -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
- application_id?: string | null
5515
+ applicationId?: string | null
5541
5516
  display?: Display | null
5542
- icon_name?: string | null
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
@@ -5872,50 +5843,32 @@ export interface Window extends Gio.Initable {
5872
5843
  // Own properties of Meta-13.Meta.Window
5873
5844
 
5874
5845
  readonly above: boolean
5875
- readonly appears_focused: boolean
5876
5846
  readonly appearsFocused: boolean
5877
5847
  readonly decorated: boolean
5878
- readonly demands_attention: boolean
5879
5848
  readonly demandsAttention: boolean
5880
5849
  readonly display: Display
5881
5850
  readonly effect: number
5882
5851
  readonly fullscreen: boolean
5883
- readonly gtk_app_menu_object_path: string | null
5884
5852
  readonly gtkAppMenuObjectPath: string | null
5885
- readonly gtk_application_id: string | null
5886
5853
  readonly gtkApplicationId: string | null
5887
- readonly gtk_application_object_path: string | null
5888
5854
  readonly gtkApplicationObjectPath: string | null
5889
- readonly gtk_menubar_object_path: string | null
5890
5855
  readonly gtkMenubarObjectPath: string | null
5891
- readonly gtk_unique_bus_name: string | null
5892
5856
  readonly gtkUniqueBusName: string | null
5893
- readonly gtk_window_object_path: string | null
5894
5857
  readonly gtkWindowObjectPath: string | null
5895
5858
  readonly icon: any
5896
- readonly is_alive: boolean
5897
5859
  readonly isAlive: boolean
5898
- readonly maximized_horizontally: boolean
5899
5860
  readonly maximizedHorizontally: boolean
5900
- readonly maximized_vertically: boolean
5901
5861
  readonly maximizedVertically: boolean
5902
- readonly mini_icon: any
5903
5862
  readonly miniIcon: any
5904
5863
  readonly minimized: boolean
5905
- readonly mutter_hints: string | null
5906
5864
  readonly mutterHints: string | null
5907
- readonly on_all_workspaces: boolean
5908
5865
  readonly onAllWorkspaces: boolean
5909
5866
  readonly resizeable: boolean
5910
- readonly skip_taskbar: boolean
5911
5867
  readonly skipTaskbar: boolean
5912
5868
  readonly title: string | null
5913
5869
  readonly urgent: boolean
5914
- readonly user_time: number
5915
5870
  readonly userTime: number
5916
- readonly window_type: WindowType
5917
5871
  readonly windowType: WindowType
5918
- readonly wm_class: string | null
5919
5872
  readonly wmClass: string | null
5920
5873
  readonly xwindow: number
5921
5874
 
@@ -5925,6 +5878,14 @@ export interface Window extends Gio.Initable {
5925
5878
  activate_with_workspace(current_time: number, workspace: Workspace): void
5926
5879
  allows_move(): boolean
5927
5880
  allows_resize(): boolean
5881
+ /**
5882
+ * Determines if the window should be drawn with a focused appearance.
5883
+ *
5884
+ * This is true for focused windows but also true for windows with a focused modal
5885
+ * dialog attached.
5886
+ * @returns %TRUE if the window should be drawn with a focused frame
5887
+ */
5888
+ appears_focused(): boolean
5928
5889
  begin_grab_op(op: GrabOp, device: Clutter.InputDevice | null, sequence: Clutter.EventSequence | null, timestamp: number): boolean
5929
5890
  can_close(): boolean
5930
5891
  can_maximize(): boolean
@@ -6477,7 +6438,6 @@ export module WindowActor {
6477
6438
 
6478
6439
  // Own constructor properties of Meta-13.Meta.WindowActor
6479
6440
 
6480
- meta_window?: Window | null
6481
6441
  metaWindow?: Window | null
6482
6442
  }
6483
6443
 
@@ -6487,7 +6447,6 @@ export interface WindowActor extends Atk.ImplementorIface, Clutter.Animatable, C
6487
6447
 
6488
6448
  // Own properties of Meta-13.Meta.WindowActor
6489
6449
 
6490
- readonly meta_window: Window
6491
6450
  readonly metaWindow: Window
6492
6451
 
6493
6452
  // Own fields of Meta-13.Meta.WindowActor
@@ -7078,9 +7037,7 @@ export interface Workspace {
7078
7037
  // Own properties of Meta-13.Meta.Workspace
7079
7038
 
7080
7039
  readonly active: boolean
7081
- readonly n_windows: number
7082
7040
  readonly nWindows: number
7083
- readonly workspace_index: number
7084
7041
  readonly workspaceIndex: number
7085
7042
 
7086
7043
  // Owm methods of Meta-13.Meta.Workspace
@@ -7248,11 +7205,8 @@ export interface WorkspaceManager {
7248
7205
 
7249
7206
  // Own properties of Meta-13.Meta.WorkspaceManager
7250
7207
 
7251
- readonly layout_columns: number
7252
7208
  readonly layoutColumns: number
7253
- readonly layout_rows: number
7254
7209
  readonly layoutRows: number
7255
- readonly n_workspaces: number
7256
7210
  readonly nWorkspaces: number
7257
7211
 
7258
7212
  // 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
@@ -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
- application_id?: string | null
5517
+ applicationId?: string | null
5543
5518
  display?: Display | null
5544
- icon_name?: string | null
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
@@ -5874,50 +5845,32 @@ interface Window extends Gio.Initable {
5874
5845
  // Own properties of Meta-13.Meta.Window
5875
5846
 
5876
5847
  readonly above: boolean
5877
- readonly appears_focused: boolean
5878
5848
  readonly appearsFocused: boolean
5879
5849
  readonly decorated: boolean
5880
- readonly demands_attention: boolean
5881
5850
  readonly demandsAttention: boolean
5882
5851
  readonly display: Display
5883
5852
  readonly effect: number
5884
5853
  readonly fullscreen: boolean
5885
- readonly gtk_app_menu_object_path: string | null
5886
5854
  readonly gtkAppMenuObjectPath: string | null
5887
- readonly gtk_application_id: string | null
5888
5855
  readonly gtkApplicationId: string | null
5889
- readonly gtk_application_object_path: string | null
5890
5856
  readonly gtkApplicationObjectPath: string | null
5891
- readonly gtk_menubar_object_path: string | null
5892
5857
  readonly gtkMenubarObjectPath: string | null
5893
- readonly gtk_unique_bus_name: string | null
5894
5858
  readonly gtkUniqueBusName: string | null
5895
- readonly gtk_window_object_path: string | null
5896
5859
  readonly gtkWindowObjectPath: string | null
5897
5860
  readonly icon: any
5898
- readonly is_alive: boolean
5899
5861
  readonly isAlive: boolean
5900
- readonly maximized_horizontally: boolean
5901
5862
  readonly maximizedHorizontally: boolean
5902
- readonly maximized_vertically: boolean
5903
5863
  readonly maximizedVertically: boolean
5904
- readonly mini_icon: any
5905
5864
  readonly miniIcon: any
5906
5865
  readonly minimized: boolean
5907
- readonly mutter_hints: string | null
5908
5866
  readonly mutterHints: string | null
5909
- readonly on_all_workspaces: boolean
5910
5867
  readonly onAllWorkspaces: boolean
5911
5868
  readonly resizeable: boolean
5912
- readonly skip_taskbar: boolean
5913
5869
  readonly skipTaskbar: boolean
5914
5870
  readonly title: string | null
5915
5871
  readonly urgent: boolean
5916
- readonly user_time: number
5917
5872
  readonly userTime: number
5918
- readonly window_type: WindowType
5919
5873
  readonly windowType: WindowType
5920
- readonly wm_class: string | null
5921
5874
  readonly wmClass: string | null
5922
5875
  readonly xwindow: number
5923
5876
 
@@ -5927,6 +5880,14 @@ interface Window extends Gio.Initable {
5927
5880
  activate_with_workspace(current_time: number, workspace: Workspace): void
5928
5881
  allows_move(): boolean
5929
5882
  allows_resize(): boolean
5883
+ /**
5884
+ * Determines if the window should be drawn with a focused appearance.
5885
+ *
5886
+ * This is true for focused windows but also true for windows with a focused modal
5887
+ * dialog attached.
5888
+ * @returns %TRUE if the window should be drawn with a focused frame
5889
+ */
5890
+ appears_focused(): boolean
5930
5891
  begin_grab_op(op: GrabOp, device: Clutter.InputDevice | null, sequence: Clutter.EventSequence | null, timestamp: number): boolean
5931
5892
  can_close(): boolean
5932
5893
  can_maximize(): boolean
@@ -6479,7 +6440,6 @@ module WindowActor {
6479
6440
 
6480
6441
  // Own constructor properties of Meta-13.Meta.WindowActor
6481
6442
 
6482
- meta_window?: Window | null
6483
6443
  metaWindow?: Window | null
6484
6444
  }
6485
6445
 
@@ -6489,7 +6449,6 @@ interface WindowActor extends Atk.ImplementorIface, Clutter.Animatable, Clutter.
6489
6449
 
6490
6450
  // Own properties of Meta-13.Meta.WindowActor
6491
6451
 
6492
- readonly meta_window: Window
6493
6452
  readonly metaWindow: Window
6494
6453
 
6495
6454
  // Own fields of Meta-13.Meta.WindowActor
@@ -7080,9 +7039,7 @@ interface Workspace {
7080
7039
  // Own properties of Meta-13.Meta.Workspace
7081
7040
 
7082
7041
  readonly active: boolean
7083
- readonly n_windows: number
7084
7042
  readonly nWindows: number
7085
- readonly workspace_index: number
7086
7043
  readonly workspaceIndex: number
7087
7044
 
7088
7045
  // Owm methods of Meta-13.Meta.Workspace
@@ -7250,11 +7207,8 @@ interface WorkspaceManager {
7250
7207
 
7251
7208
  // Own properties of Meta-13.Meta.WorkspaceManager
7252
7209
 
7253
- readonly layout_columns: number
7254
7210
  readonly layoutColumns: number
7255
- readonly layout_rows: number
7256
7211
  readonly layoutRows: number
7257
- readonly n_workspaces: number
7258
7212
  readonly nWorkspaces: number
7259
7213
 
7260
7214
  // 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.7",
3
+ "version": "13.0.0-3.2.8",
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": "./meta-13-ambient.d.ts",
10
- "./import": "./meta-13-import.d.ts",
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.0-3.2.7",
29
- "@girs/cairo-1.0": "^1.0.0-3.2.7",
30
- "@girs/clutter-13": "^13.0.0-3.2.7",
31
- "@girs/cogl-13": "^13.0.0-3.2.7",
32
- "@girs/coglpango-13": "^13.0.0-3.2.7",
33
- "@girs/freetype2-2.0": "^2.0.0-3.2.7",
34
- "@girs/gdesktopenums-3.0": "^3.0.0-3.2.7",
35
- "@girs/gio-2.0": "^2.78.0-3.2.7",
36
- "@girs/gjs": "^3.2.7",
37
- "@girs/gl-1.0": "^1.0.0-3.2.7",
38
- "@girs/glib-2.0": "^2.78.0-3.2.7",
39
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
40
- "@girs/graphene-1.0": "^1.0.0-3.2.7",
41
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
42
- "@girs/json-1.0": "^1.7.1-3.2.7",
43
- "@girs/mtk-13": "^13.0.0-3.2.7",
44
- "@girs/pango-1.0": "^1.51.0-3.2.7",
45
- "@girs/pangocairo-1.0": "^1.0.0-3.2.7",
46
- "@girs/xfixes-4.0": "^4.0.0-3.2.7",
47
- "@girs/xlib-2.0": "^2.0.0-3.2.7"
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-13": "^13.0.0-3.2.8",
37
+ "@girs/cogl-13": "^13.0.0-3.2.8",
38
+ "@girs/coglpango-13": "^13.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/gio-2.0": "^2.77.0-3.2.8",
42
+ "@girs/gjs": "^3.2.8",
43
+ "@girs/gl-1.0": "^1.0.0-3.2.8",
44
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
45
+ "@girs/gobject-2.0": "^2.77.0-3.2.8",
46
+ "@girs/graphene-1.0": "^1.0.0-3.2.8",
47
+ "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
48
+ "@girs/json-1.0": "^1.7.1-3.2.8",
49
+ "@girs/mtk-13": "^13.0.0-3.2.8",
50
+ "@girs/pango-1.0": "^1.51.0-3.2.8",
51
+ "@girs/pangocairo-1.0": "^1.0.0-3.2.8",
52
+ "@girs/xfixes-4.0": "^4.0.0-3.2.8",
53
+ "@girs/xlib-2.0": "^2.0.0-3.2.8"
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/types.git"
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"