@girs/eog-3.0 3.0.0-3.2.5 → 3.0.0-3.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/eog-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Eog-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.5.
8
+ GJS TypeScript type definitions for Eog-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.6.
9
9
 
10
10
 
11
11
  ## Install
package/eog-3.0.d.cts CHANGED
@@ -2201,6 +2201,8 @@ export module RemotePresenter {
2201
2201
  next_action?: string | null
2202
2202
  prev_action?: string | null
2203
2203
  thumbview?: ThumbView | null
2204
+ nextAction?: string | null
2205
+ prevAction?: string | null
2204
2206
  }
2205
2207
 
2206
2208
  }
@@ -2210,7 +2212,9 @@ export interface RemotePresenter extends Atk.ImplementorIface, Gtk.Buildable {
2210
2212
  // Own properties of Eog-3.0.Eog.RemotePresenter
2211
2213
 
2212
2214
  readonly next_action: string | null
2215
+ readonly nextAction: string | null
2213
2216
  readonly prev_action: string | null
2217
+ readonly prevAction: string | null
2214
2218
  readonly thumbview: ThumbView
2215
2219
 
2216
2220
  // Own fields of Eog-3.0.Eog.RemotePresenter
@@ -2670,6 +2674,43 @@ export module ScrollView {
2670
2674
  * scrolling with the scrollwheel to determine the next zoom factor.
2671
2675
  */
2672
2676
  zoom_multiplier?: number | null
2677
+ /**
2678
+ * If %TRUE the displayed image will be filtered in a second pass
2679
+ * while being zoomed in.
2680
+ */
2681
+ antialiasingIn?: boolean | null
2682
+ /**
2683
+ * If %TRUE the displayed image will be filtered in a second pass
2684
+ * while being zoomed out.
2685
+ */
2686
+ antialiasingOut?: boolean | null
2687
+ /**
2688
+ * This is the default background color used for painting the background
2689
+ * of the image view. If set to %NULL the color is determined by the
2690
+ * active GTK theme.
2691
+ */
2692
+ backgroundColor?: Gdk.RGBA | null
2693
+ /**
2694
+ * If %TRUE the scrollwheel will zoom the view, otherwise it will be
2695
+ * used for scrolling a zoomed image.
2696
+ */
2697
+ scrollwheelZoom?: boolean | null
2698
+ /**
2699
+ * This is the color used to fill the transparent parts of an image
2700
+ * if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
2701
+ */
2702
+ transparencyColor?: Gdk.RGBA | null
2703
+ /**
2704
+ * Determines how to fill the shown image's transparent areas.
2705
+ */
2706
+ transparencyStyle?: TransparencyStyle | null
2707
+ useBackgroundColor?: boolean | null
2708
+ zoomMode?: ZoomMode | null
2709
+ /**
2710
+ * The current zoom factor is multiplied with this value + 1.0 when
2711
+ * scrolling with the scrollwheel to determine the next zoom factor.
2712
+ */
2713
+ zoomMultiplier?: number | null
2673
2714
  }
2674
2715
 
2675
2716
  }
@@ -2683,17 +2724,33 @@ export interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scr
2683
2724
  * while being zoomed in.
2684
2725
  */
2685
2726
  antialiasing_in: boolean
2727
+ /**
2728
+ * If %TRUE the displayed image will be filtered in a second pass
2729
+ * while being zoomed in.
2730
+ */
2731
+ antialiasingIn: boolean
2686
2732
  /**
2687
2733
  * If %TRUE the displayed image will be filtered in a second pass
2688
2734
  * while being zoomed out.
2689
2735
  */
2690
2736
  antialiasing_out: boolean
2737
+ /**
2738
+ * If %TRUE the displayed image will be filtered in a second pass
2739
+ * while being zoomed out.
2740
+ */
2741
+ antialiasingOut: boolean
2691
2742
  /**
2692
2743
  * This is the default background color used for painting the background
2693
2744
  * of the image view. If set to %NULL the color is determined by the
2694
2745
  * active GTK theme.
2695
2746
  */
2696
2747
  background_color: Gdk.RGBA
2748
+ /**
2749
+ * This is the default background color used for painting the background
2750
+ * of the image view. If set to %NULL the color is determined by the
2751
+ * active GTK theme.
2752
+ */
2753
+ backgroundColor: Gdk.RGBA
2697
2754
  /**
2698
2755
  * This is the currently display #EogImage.
2699
2756
  */
@@ -2703,22 +2760,43 @@ export interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scr
2703
2760
  * used for scrolling a zoomed image.
2704
2761
  */
2705
2762
  scrollwheel_zoom: boolean
2763
+ /**
2764
+ * If %TRUE the scrollwheel will zoom the view, otherwise it will be
2765
+ * used for scrolling a zoomed image.
2766
+ */
2767
+ scrollwheelZoom: boolean
2706
2768
  /**
2707
2769
  * This is the color used to fill the transparent parts of an image
2708
2770
  * if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
2709
2771
  */
2710
2772
  transparency_color: Gdk.RGBA
2773
+ /**
2774
+ * This is the color used to fill the transparent parts of an image
2775
+ * if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
2776
+ */
2777
+ transparencyColor: Gdk.RGBA
2711
2778
  /**
2712
2779
  * Determines how to fill the shown image's transparent areas.
2713
2780
  */
2714
2781
  transparency_style: TransparencyStyle
2782
+ /**
2783
+ * Determines how to fill the shown image's transparent areas.
2784
+ */
2785
+ transparencyStyle: TransparencyStyle
2715
2786
  use_background_color: boolean
2787
+ useBackgroundColor: boolean
2716
2788
  zoom_mode: ZoomMode
2789
+ zoomMode: ZoomMode
2717
2790
  /**
2718
2791
  * The current zoom factor is multiplied with this value + 1.0 when
2719
2792
  * scrolling with the scrollwheel to determine the next zoom factor.
2720
2793
  */
2721
2794
  zoom_multiplier: number
2795
+ /**
2796
+ * The current zoom factor is multiplied with this value + 1.0 when
2797
+ * scrolling with the scrollwheel to determine the next zoom factor.
2798
+ */
2799
+ zoomMultiplier: number
2722
2800
 
2723
2801
  // Conflicting properties
2724
2802
 
@@ -3049,6 +3127,7 @@ export module Sidebar {
3049
3127
  // Own constructor properties of Eog-3.0.Eog.Sidebar
3050
3128
 
3051
3129
  current_page?: Gtk.Widget | null
3130
+ currentPage?: Gtk.Widget | null
3052
3131
  }
3053
3132
 
3054
3133
  }
@@ -3058,6 +3137,7 @@ export interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
3058
3137
  // Own properties of Eog-3.0.Eog.Sidebar
3059
3138
 
3060
3139
  current_page: Gtk.Widget
3140
+ currentPage: Gtk.Widget
3061
3141
 
3062
3142
  // Own fields of Eog-3.0.Eog.Sidebar
3063
3143
 
@@ -3589,6 +3669,7 @@ export module ThumbNav {
3589
3669
  mode?: number | null
3590
3670
  show_buttons?: boolean | null
3591
3671
  thumbview?: ThumbView | null
3672
+ showButtons?: boolean | null
3592
3673
  }
3593
3674
 
3594
3675
  }
@@ -3599,6 +3680,7 @@ export interface ThumbNav extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
3599
3680
 
3600
3681
  mode: number
3601
3682
  show_buttons: boolean
3683
+ showButtons: boolean
3602
3684
  readonly thumbview: ThumbView
3603
3685
 
3604
3686
  // Own fields of Eog-3.0.Eog.ThumbNav
@@ -4286,6 +4368,11 @@ export module URIConverter {
4286
4368
  counter_start?: number | null
4287
4369
  n_images?: number | null
4288
4370
  space_character?: number | null
4371
+ convertSpaces?: boolean | null
4372
+ counterNDigits?: number | null
4373
+ counterStart?: number | null
4374
+ nImages?: number | null
4375
+ spaceCharacter?: number | null
4289
4376
  }
4290
4377
 
4291
4378
  }
@@ -4295,10 +4382,15 @@ export interface URIConverter {
4295
4382
  // Own properties of Eog-3.0.Eog.URIConverter
4296
4383
 
4297
4384
  convert_spaces: boolean
4385
+ convertSpaces: boolean
4298
4386
  counter_n_digits: number
4387
+ counterNDigits: number
4299
4388
  counter_start: number
4389
+ counterStart: number
4300
4390
  n_images: number
4391
+ nImages: number
4301
4392
  space_character: number
4393
+ spaceCharacter: number
4302
4394
 
4303
4395
  // Own fields of Eog-3.0.Eog.URIConverter
4304
4396
 
@@ -4384,6 +4476,21 @@ export module Window {
4384
4476
  * should behave upon creation.
4385
4477
  */
4386
4478
  startup_flags?: StartupFlags | null
4479
+ /**
4480
+ * Determines the position of the image gallery in the window
4481
+ * relative to the image.
4482
+ */
4483
+ galleryPosition?: WindowGalleryPos | null
4484
+ /**
4485
+ * If %TRUE the gallery will be resizable by the user otherwise it will be
4486
+ * in single column/row mode.
4487
+ */
4488
+ galleryResizable?: boolean | null
4489
+ /**
4490
+ * A bitwise OR of #EogStartupFlags elements, indicating how the window
4491
+ * should behave upon creation.
4492
+ */
4493
+ startupFlags?: StartupFlags | null
4387
4494
  }
4388
4495
 
4389
4496
  }
@@ -4397,16 +4504,31 @@ export interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.Actio
4397
4504
  * relative to the image.
4398
4505
  */
4399
4506
  gallery_position: WindowGalleryPos
4507
+ /**
4508
+ * Determines the position of the image gallery in the window
4509
+ * relative to the image.
4510
+ */
4511
+ galleryPosition: WindowGalleryPos
4400
4512
  /**
4401
4513
  * If %TRUE the gallery will be resizable by the user otherwise it will be
4402
4514
  * in single column/row mode.
4403
4515
  */
4404
4516
  gallery_resizable: boolean
4517
+ /**
4518
+ * If %TRUE the gallery will be resizable by the user otherwise it will be
4519
+ * in single column/row mode.
4520
+ */
4521
+ galleryResizable: boolean
4405
4522
  /**
4406
4523
  * A bitwise OR of #EogStartupFlags elements, indicating how the window
4407
4524
  * should behave upon creation.
4408
4525
  */
4409
4526
  readonly startup_flags: StartupFlags
4527
+ /**
4528
+ * A bitwise OR of #EogStartupFlags elements, indicating how the window
4529
+ * should behave upon creation.
4530
+ */
4531
+ readonly startupFlags: StartupFlags
4410
4532
 
4411
4533
  // Conflicting properties
4412
4534
 
package/eog-3.0.d.ts CHANGED
@@ -2203,6 +2203,8 @@ module RemotePresenter {
2203
2203
  next_action?: string | null
2204
2204
  prev_action?: string | null
2205
2205
  thumbview?: ThumbView | null
2206
+ nextAction?: string | null
2207
+ prevAction?: string | null
2206
2208
  }
2207
2209
 
2208
2210
  }
@@ -2212,7 +2214,9 @@ interface RemotePresenter extends Atk.ImplementorIface, Gtk.Buildable {
2212
2214
  // Own properties of Eog-3.0.Eog.RemotePresenter
2213
2215
 
2214
2216
  readonly next_action: string | null
2217
+ readonly nextAction: string | null
2215
2218
  readonly prev_action: string | null
2219
+ readonly prevAction: string | null
2216
2220
  readonly thumbview: ThumbView
2217
2221
 
2218
2222
  // Own fields of Eog-3.0.Eog.RemotePresenter
@@ -2672,6 +2676,43 @@ module ScrollView {
2672
2676
  * scrolling with the scrollwheel to determine the next zoom factor.
2673
2677
  */
2674
2678
  zoom_multiplier?: number | null
2679
+ /**
2680
+ * If %TRUE the displayed image will be filtered in a second pass
2681
+ * while being zoomed in.
2682
+ */
2683
+ antialiasingIn?: boolean | null
2684
+ /**
2685
+ * If %TRUE the displayed image will be filtered in a second pass
2686
+ * while being zoomed out.
2687
+ */
2688
+ antialiasingOut?: boolean | null
2689
+ /**
2690
+ * This is the default background color used for painting the background
2691
+ * of the image view. If set to %NULL the color is determined by the
2692
+ * active GTK theme.
2693
+ */
2694
+ backgroundColor?: Gdk.RGBA | null
2695
+ /**
2696
+ * If %TRUE the scrollwheel will zoom the view, otherwise it will be
2697
+ * used for scrolling a zoomed image.
2698
+ */
2699
+ scrollwheelZoom?: boolean | null
2700
+ /**
2701
+ * This is the color used to fill the transparent parts of an image
2702
+ * if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
2703
+ */
2704
+ transparencyColor?: Gdk.RGBA | null
2705
+ /**
2706
+ * Determines how to fill the shown image's transparent areas.
2707
+ */
2708
+ transparencyStyle?: TransparencyStyle | null
2709
+ useBackgroundColor?: boolean | null
2710
+ zoomMode?: ZoomMode | null
2711
+ /**
2712
+ * The current zoom factor is multiplied with this value + 1.0 when
2713
+ * scrolling with the scrollwheel to determine the next zoom factor.
2714
+ */
2715
+ zoomMultiplier?: number | null
2675
2716
  }
2676
2717
 
2677
2718
  }
@@ -2685,17 +2726,33 @@ interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scrollable
2685
2726
  * while being zoomed in.
2686
2727
  */
2687
2728
  antialiasing_in: boolean
2729
+ /**
2730
+ * If %TRUE the displayed image will be filtered in a second pass
2731
+ * while being zoomed in.
2732
+ */
2733
+ antialiasingIn: boolean
2688
2734
  /**
2689
2735
  * If %TRUE the displayed image will be filtered in a second pass
2690
2736
  * while being zoomed out.
2691
2737
  */
2692
2738
  antialiasing_out: boolean
2739
+ /**
2740
+ * If %TRUE the displayed image will be filtered in a second pass
2741
+ * while being zoomed out.
2742
+ */
2743
+ antialiasingOut: boolean
2693
2744
  /**
2694
2745
  * This is the default background color used for painting the background
2695
2746
  * of the image view. If set to %NULL the color is determined by the
2696
2747
  * active GTK theme.
2697
2748
  */
2698
2749
  background_color: Gdk.RGBA
2750
+ /**
2751
+ * This is the default background color used for painting the background
2752
+ * of the image view. If set to %NULL the color is determined by the
2753
+ * active GTK theme.
2754
+ */
2755
+ backgroundColor: Gdk.RGBA
2699
2756
  /**
2700
2757
  * This is the currently display #EogImage.
2701
2758
  */
@@ -2705,22 +2762,43 @@ interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scrollable
2705
2762
  * used for scrolling a zoomed image.
2706
2763
  */
2707
2764
  scrollwheel_zoom: boolean
2765
+ /**
2766
+ * If %TRUE the scrollwheel will zoom the view, otherwise it will be
2767
+ * used for scrolling a zoomed image.
2768
+ */
2769
+ scrollwheelZoom: boolean
2708
2770
  /**
2709
2771
  * This is the color used to fill the transparent parts of an image
2710
2772
  * if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
2711
2773
  */
2712
2774
  transparency_color: Gdk.RGBA
2775
+ /**
2776
+ * This is the color used to fill the transparent parts of an image
2777
+ * if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
2778
+ */
2779
+ transparencyColor: Gdk.RGBA
2713
2780
  /**
2714
2781
  * Determines how to fill the shown image's transparent areas.
2715
2782
  */
2716
2783
  transparency_style: TransparencyStyle
2784
+ /**
2785
+ * Determines how to fill the shown image's transparent areas.
2786
+ */
2787
+ transparencyStyle: TransparencyStyle
2717
2788
  use_background_color: boolean
2789
+ useBackgroundColor: boolean
2718
2790
  zoom_mode: ZoomMode
2791
+ zoomMode: ZoomMode
2719
2792
  /**
2720
2793
  * The current zoom factor is multiplied with this value + 1.0 when
2721
2794
  * scrolling with the scrollwheel to determine the next zoom factor.
2722
2795
  */
2723
2796
  zoom_multiplier: number
2797
+ /**
2798
+ * The current zoom factor is multiplied with this value + 1.0 when
2799
+ * scrolling with the scrollwheel to determine the next zoom factor.
2800
+ */
2801
+ zoomMultiplier: number
2724
2802
 
2725
2803
  // Conflicting properties
2726
2804
 
@@ -3051,6 +3129,7 @@ module Sidebar {
3051
3129
  // Own constructor properties of Eog-3.0.Eog.Sidebar
3052
3130
 
3053
3131
  current_page?: Gtk.Widget | null
3132
+ currentPage?: Gtk.Widget | null
3054
3133
  }
3055
3134
 
3056
3135
  }
@@ -3060,6 +3139,7 @@ interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
3060
3139
  // Own properties of Eog-3.0.Eog.Sidebar
3061
3140
 
3062
3141
  current_page: Gtk.Widget
3142
+ currentPage: Gtk.Widget
3063
3143
 
3064
3144
  // Own fields of Eog-3.0.Eog.Sidebar
3065
3145
 
@@ -3591,6 +3671,7 @@ module ThumbNav {
3591
3671
  mode?: number | null
3592
3672
  show_buttons?: boolean | null
3593
3673
  thumbview?: ThumbView | null
3674
+ showButtons?: boolean | null
3594
3675
  }
3595
3676
 
3596
3677
  }
@@ -3601,6 +3682,7 @@ interface ThumbNav extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
3601
3682
 
3602
3683
  mode: number
3603
3684
  show_buttons: boolean
3685
+ showButtons: boolean
3604
3686
  readonly thumbview: ThumbView
3605
3687
 
3606
3688
  // Own fields of Eog-3.0.Eog.ThumbNav
@@ -4288,6 +4370,11 @@ module URIConverter {
4288
4370
  counter_start?: number | null
4289
4371
  n_images?: number | null
4290
4372
  space_character?: number | null
4373
+ convertSpaces?: boolean | null
4374
+ counterNDigits?: number | null
4375
+ counterStart?: number | null
4376
+ nImages?: number | null
4377
+ spaceCharacter?: number | null
4291
4378
  }
4292
4379
 
4293
4380
  }
@@ -4297,10 +4384,15 @@ interface URIConverter {
4297
4384
  // Own properties of Eog-3.0.Eog.URIConverter
4298
4385
 
4299
4386
  convert_spaces: boolean
4387
+ convertSpaces: boolean
4300
4388
  counter_n_digits: number
4389
+ counterNDigits: number
4301
4390
  counter_start: number
4391
+ counterStart: number
4302
4392
  n_images: number
4393
+ nImages: number
4303
4394
  space_character: number
4395
+ spaceCharacter: number
4304
4396
 
4305
4397
  // Own fields of Eog-3.0.Eog.URIConverter
4306
4398
 
@@ -4386,6 +4478,21 @@ module Window {
4386
4478
  * should behave upon creation.
4387
4479
  */
4388
4480
  startup_flags?: StartupFlags | null
4481
+ /**
4482
+ * Determines the position of the image gallery in the window
4483
+ * relative to the image.
4484
+ */
4485
+ galleryPosition?: WindowGalleryPos | null
4486
+ /**
4487
+ * If %TRUE the gallery will be resizable by the user otherwise it will be
4488
+ * in single column/row mode.
4489
+ */
4490
+ galleryResizable?: boolean | null
4491
+ /**
4492
+ * A bitwise OR of #EogStartupFlags elements, indicating how the window
4493
+ * should behave upon creation.
4494
+ */
4495
+ startupFlags?: StartupFlags | null
4389
4496
  }
4390
4497
 
4391
4498
  }
@@ -4399,16 +4506,31 @@ interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.ActionMap, G
4399
4506
  * relative to the image.
4400
4507
  */
4401
4508
  gallery_position: WindowGalleryPos
4509
+ /**
4510
+ * Determines the position of the image gallery in the window
4511
+ * relative to the image.
4512
+ */
4513
+ galleryPosition: WindowGalleryPos
4402
4514
  /**
4403
4515
  * If %TRUE the gallery will be resizable by the user otherwise it will be
4404
4516
  * in single column/row mode.
4405
4517
  */
4406
4518
  gallery_resizable: boolean
4519
+ /**
4520
+ * If %TRUE the gallery will be resizable by the user otherwise it will be
4521
+ * in single column/row mode.
4522
+ */
4523
+ galleryResizable: boolean
4407
4524
  /**
4408
4525
  * A bitwise OR of #EogStartupFlags elements, indicating how the window
4409
4526
  * should behave upon creation.
4410
4527
  */
4411
4528
  readonly startup_flags: StartupFlags
4529
+ /**
4530
+ * A bitwise OR of #EogStartupFlags elements, indicating how the window
4531
+ * should behave upon creation.
4532
+ */
4533
+ readonly startupFlags: StartupFlags
4412
4534
 
4413
4535
  // Conflicting properties
4414
4536
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/eog-3.0",
3
- "version": "3.0.0-3.2.5",
3
+ "version": "3.0.0-3.2.6",
4
4
  "description": "GJS TypeScript type definitions for Eog-3.0, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "eog-3.0.js",
@@ -25,20 +25,20 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit eog-3.0.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/atk-1.0": "^2.50.0-3.2.5",
29
- "@girs/cairo-1.0": "^1.0.0-3.2.5",
30
- "@girs/freetype2-2.0": "^2.0.0-3.2.5",
31
- "@girs/gdk-3.0": "^3.24.38-3.2.5",
32
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.5",
33
- "@girs/gio-2.0": "^2.78.0-3.2.5",
34
- "@girs/gjs": "^3.2.5",
35
- "@girs/glib-2.0": "^2.78.0-3.2.5",
36
- "@girs/gmodule-2.0": "^2.0.0-3.2.5",
37
- "@girs/gobject-2.0": "^2.78.0-3.2.5",
38
- "@girs/gtk-3.0": "^3.24.38-3.2.5",
39
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.5",
40
- "@girs/pango-1.0": "^1.51.0-3.2.5",
41
- "@girs/xlib-2.0": "^2.0.0-3.2.5"
28
+ "@girs/atk-1.0": "^2.50.0-3.2.6",
29
+ "@girs/cairo-1.0": "^1.0.0-3.2.6",
30
+ "@girs/freetype2-2.0": "^2.0.0-3.2.6",
31
+ "@girs/gdk-3.0": "^3.24.38-3.2.6",
32
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.6",
33
+ "@girs/gio-2.0": "^2.78.0-3.2.6",
34
+ "@girs/gjs": "^3.2.6",
35
+ "@girs/glib-2.0": "^2.78.0-3.2.6",
36
+ "@girs/gmodule-2.0": "^2.0.0-3.2.6",
37
+ "@girs/gobject-2.0": "^2.78.0-3.2.6",
38
+ "@girs/gtk-3.0": "^3.24.38-3.2.6",
39
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.6",
40
+ "@girs/pango-1.0": "^1.51.0-3.2.6",
41
+ "@girs/xlib-2.0": "^2.0.0-3.2.6"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "*"