@girs/gegl-0.4 0.4.47-3.2.7 → 0.4.47-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/gegl-0.4)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gegl-0.4, generated from library version 0.4.47 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Gegl-0.4, generated from library version 0.4.47 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
  GEGL (Generic Graphics Library) is a data flow based image processing framework, providing floating point processing and non-destructive image processing capabilities to GNU Image Manipulation Program and other projects (imgflo, GNOME Photos, gcut, iconographer, …)
11
11
 
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
package/gegl-0.4.d.cts CHANGED
@@ -814,30 +814,22 @@ export module Buffer {
814
814
 
815
815
  // Own constructor properties of Gegl-0.4.Gegl.Buffer
816
816
 
817
- abyss_height?: number | null
818
- abyss_width?: number | null
819
- abyss_x?: number | null
820
- abyss_y?: number | null
817
+ abyssHeight?: number | null
818
+ abyssWidth?: number | null
819
+ abyssX?: number | null
820
+ abyssY?: number | null
821
821
  backend?: TileBackend | null
822
822
  format?: any | null
823
823
  height?: number | null
824
824
  initialized?: boolean | null
825
825
  path?: string | null
826
- shift_x?: number | null
827
- shift_y?: number | null
828
- tile_height?: number | null
829
- tile_width?: number | null
830
- width?: number | null
831
- x?: number | null
832
- y?: number | null
833
- abyssHeight?: number | null
834
- abyssWidth?: number | null
835
- abyssX?: number | null
836
- abyssY?: number | null
837
826
  shiftX?: number | null
838
827
  shiftY?: number | null
839
828
  tileHeight?: number | null
840
829
  tileWidth?: number | null
830
+ width?: number | null
831
+ x?: number | null
832
+ y?: number | null
841
833
  }
842
834
 
843
835
  }
@@ -846,13 +838,9 @@ export interface Buffer {
846
838
 
847
839
  // Own properties of Gegl-0.4.Gegl.Buffer
848
840
 
849
- readonly abyss_height: number
850
841
  readonly abyssHeight: number
851
- readonly abyss_width: number
852
842
  readonly abyssWidth: number
853
- readonly abyss_x: number
854
843
  readonly abyssX: number
855
- readonly abyss_y: number
856
844
  readonly abyssY: number
857
845
  readonly backend: TileBackend
858
846
  format: any
@@ -860,15 +848,10 @@ export interface Buffer {
860
848
  readonly initialized: boolean
861
849
  readonly path: string | null
862
850
  readonly pixels: number
863
- readonly px_size: number
864
851
  readonly pxSize: number
865
- readonly shift_x: number
866
852
  readonly shiftX: number
867
- readonly shift_y: number
868
853
  readonly shiftY: number
869
- readonly tile_height: number
870
854
  readonly tileHeight: number
871
- readonly tile_width: number
872
855
  readonly tileWidth: number
873
856
  width: number
874
857
  x: number
@@ -1308,23 +1291,14 @@ export module Config {
1308
1291
 
1309
1292
  // Own constructor properties of Gegl-0.4.Gegl.Config
1310
1293
 
1311
- application_license?: string | null
1312
- chunk_size?: number | null
1313
- mipmap_rendering?: boolean | null
1314
- quality?: number | null
1315
- queue_size?: number | null
1316
- swap?: string | null
1317
- swap_compression?: string | null
1318
- threads?: number | null
1319
- tile_cache_size?: number | null
1320
- tile_height?: number | null
1321
- tile_width?: number | null
1322
- use_opencl?: boolean | null
1323
1294
  applicationLicense?: string | null
1324
1295
  chunkSize?: number | null
1325
1296
  mipmapRendering?: boolean | null
1297
+ quality?: number | null
1326
1298
  queueSize?: number | null
1299
+ swap?: string | null
1327
1300
  swapCompression?: string | null
1301
+ threads?: number | null
1328
1302
  tileCacheSize?: number | null
1329
1303
  tileHeight?: number | null
1330
1304
  tileWidth?: number | null
@@ -1337,26 +1311,17 @@ export interface Config {
1337
1311
 
1338
1312
  // Own properties of Gegl-0.4.Gegl.Config
1339
1313
 
1340
- application_license: string | null
1341
1314
  applicationLicense: string | null
1342
- chunk_size: number
1343
1315
  chunkSize: number
1344
- mipmap_rendering: boolean
1345
1316
  mipmapRendering: boolean
1346
1317
  quality: number
1347
- queue_size: number
1348
1318
  queueSize: number
1349
1319
  swap: string | null
1350
- swap_compression: string | null
1351
1320
  swapCompression: string | null
1352
1321
  threads: number
1353
- tile_cache_size: number
1354
1322
  tileCacheSize: number
1355
- tile_height: number
1356
1323
  tileHeight: number
1357
- tile_width: number
1358
1324
  tileWidth: number
1359
- use_opencl: boolean
1360
1325
  useOpencl: boolean
1361
1326
 
1362
1327
  // Class property signals of Gegl-0.4.Gegl.Config
@@ -1724,15 +1689,15 @@ export module MetadataStore {
1724
1689
  /**
1725
1690
  * A #GeglResolutionUnit specifying units for the image resolution (density).
1726
1691
  */
1727
- resolution_unit?: ResolutionUnit | null
1692
+ resolutionUnit?: ResolutionUnit | null
1728
1693
  /**
1729
1694
  * X resolution or density in dots per unit.
1730
1695
  */
1731
- resolution_x?: number | null
1696
+ resolutionX?: number | null
1732
1697
  /**
1733
1698
  * Y resolution or density in dots per unit.
1734
1699
  */
1735
- resolution_y?: number | null
1700
+ resolutionY?: number | null
1736
1701
  /**
1737
1702
  * Software used to create the image.
1738
1703
  */
@@ -1753,18 +1718,6 @@ export module MetadataStore {
1753
1718
  * Warning of nature of content.
1754
1719
  */
1755
1720
  warning?: string | null
1756
- /**
1757
- * A #GeglResolutionUnit specifying units for the image resolution (density).
1758
- */
1759
- resolutionUnit?: ResolutionUnit | null
1760
- /**
1761
- * X resolution or density in dots per unit.
1762
- */
1763
- resolutionX?: number | null
1764
- /**
1765
- * Y resolution or density in dots per unit.
1766
- */
1767
- resolutionY?: number | null
1768
1721
  }
1769
1722
 
1770
1723
  }
@@ -1793,38 +1746,20 @@ export interface MetadataStore extends Metadata {
1793
1746
  * Legal disclaimer.
1794
1747
  */
1795
1748
  disclaimer: string | null
1796
- /**
1797
- * Current file loader/saver module name. Valid only while a #GeglMetadata
1798
- * mapping is registered. This property is mainly provided for use in signal
1799
- * handlers.
1800
- */
1801
- readonly file_module_name: string | null
1802
1749
  /**
1803
1750
  * Current file loader/saver module name. Valid only while a #GeglMetadata
1804
1751
  * mapping is registered. This property is mainly provided for use in signal
1805
1752
  * handlers.
1806
1753
  */
1807
1754
  readonly fileModuleName: string | null
1808
- /**
1809
- * A #GeglResolutionUnit specifying units for the image resolution (density).
1810
- */
1811
- resolution_unit: ResolutionUnit
1812
1755
  /**
1813
1756
  * A #GeglResolutionUnit specifying units for the image resolution (density).
1814
1757
  */
1815
1758
  resolutionUnit: ResolutionUnit
1816
- /**
1817
- * X resolution or density in dots per unit.
1818
- */
1819
- resolution_x: number
1820
1759
  /**
1821
1760
  * X resolution or density in dots per unit.
1822
1761
  */
1823
1762
  resolutionX: number
1824
- /**
1825
- * Y resolution or density in dots per unit.
1826
- */
1827
- resolution_y: number
1828
1763
  /**
1829
1764
  * Y resolution or density in dots per unit.
1830
1765
  */
@@ -2208,16 +2143,12 @@ export module Node {
2208
2143
 
2209
2144
  // Own constructor properties of Gegl-0.4.Gegl.Node
2210
2145
 
2211
- cache_policy?: CachePolicy | null
2212
- dont_cache?: boolean | null
2213
- gegl_operation?: Operation | null
2214
- name?: string | null
2215
- operation?: string | null
2216
- passthrough?: boolean | null
2217
- use_opencl?: boolean | null
2218
2146
  cachePolicy?: CachePolicy | null
2219
2147
  dontCache?: boolean | null
2220
2148
  geglOperation?: Operation | null
2149
+ name?: string | null
2150
+ operation?: string | null
2151
+ passthrough?: boolean | null
2221
2152
  useOpencl?: boolean | null
2222
2153
  }
2223
2154
 
@@ -2227,16 +2158,12 @@ export interface Node {
2227
2158
 
2228
2159
  // Own properties of Gegl-0.4.Gegl.Node
2229
2160
 
2230
- cache_policy: CachePolicy
2231
2161
  cachePolicy: CachePolicy
2232
- dont_cache: boolean
2233
2162
  dontCache: boolean
2234
- gegl_operation: Operation
2235
2163
  geglOperation: Operation
2236
2164
  name: string | null
2237
2165
  operation: string | null
2238
2166
  passthrough: boolean
2239
- use_opencl: boolean
2240
2167
  useOpencl: boolean
2241
2168
 
2242
2169
  // Owm methods of Gegl-0.4.Gegl.Node
@@ -3033,47 +2960,26 @@ export interface Stats {
3033
2960
 
3034
2961
  // Own properties of Gegl-0.4.Gegl.Stats
3035
2962
 
3036
- readonly active_threads: number
3037
2963
  readonly activeThreads: number
3038
- readonly assigned_threads: number
3039
2964
  readonly assignedThreads: number
3040
- readonly scratch_total: number
3041
2965
  readonly scratchTotal: number
3042
- readonly swap_busy: boolean
3043
2966
  readonly swapBusy: boolean
3044
- readonly swap_file_size: number
3045
2967
  readonly swapFileSize: number
3046
- readonly swap_queue_full: boolean
3047
2968
  readonly swapQueueFull: boolean
3048
- readonly swap_queue_stalls: number
3049
2969
  readonly swapQueueStalls: number
3050
- readonly swap_queued_total: number
3051
2970
  readonly swapQueuedTotal: number
3052
- readonly swap_read_total: number
3053
2971
  readonly swapReadTotal: number
3054
- readonly swap_reading: boolean
3055
2972
  readonly swapReading: boolean
3056
- readonly swap_total: number
3057
2973
  readonly swapTotal: number
3058
- readonly swap_total_uncompressed: number
3059
2974
  readonly swapTotalUncompressed: number
3060
- readonly swap_write_total: number
3061
2975
  readonly swapWriteTotal: number
3062
- readonly swap_writing: boolean
3063
2976
  readonly swapWriting: boolean
3064
- readonly tile_alloc_total: number
3065
2977
  readonly tileAllocTotal: number
3066
- readonly tile_cache_hits: number
3067
2978
  readonly tileCacheHits: number
3068
- readonly tile_cache_misses: number
3069
2979
  readonly tileCacheMisses: number
3070
- readonly tile_cache_total: number
3071
2980
  readonly tileCacheTotal: number
3072
- readonly tile_cache_total_max: number
3073
2981
  readonly tileCacheTotalMax: number
3074
- readonly tile_cache_total_uncompressed: number
3075
2982
  readonly tileCacheTotalUncompressed: number
3076
- readonly zoom_total: number
3077
2983
  readonly zoomTotal: number
3078
2984
 
3079
2985
  // Class property signals of Gegl-0.4.Gegl.Stats
@@ -3168,11 +3074,8 @@ export module TileBackend {
3168
3074
 
3169
3075
  // Own constructor properties of Gegl-0.4.Gegl.TileBackend
3170
3076
 
3171
- flush_on_destroy?: boolean | null
3172
- format?: any | null
3173
- tile_height?: number | null
3174
- tile_width?: number | null
3175
3077
  flushOnDestroy?: boolean | null
3078
+ format?: any | null
3176
3079
  tileHeight?: number | null
3177
3080
  tileWidth?: number | null
3178
3081
  }
@@ -3183,16 +3086,11 @@ export interface TileBackend {
3183
3086
 
3184
3087
  // Own properties of Gegl-0.4.Gegl.TileBackend
3185
3088
 
3186
- flush_on_destroy: boolean
3187
3089
  flushOnDestroy: boolean
3188
3090
  readonly format: any
3189
- readonly px_size: number
3190
3091
  readonly pxSize: number
3191
- readonly tile_height: number
3192
3092
  readonly tileHeight: number
3193
- readonly tile_size: number
3194
3093
  readonly tileSize: number
3195
- readonly tile_width: number
3196
3094
  readonly tileWidth: number
3197
3095
 
3198
3096
  // Own fields of Gegl-0.4.Gegl.TileBackend
package/gegl-0.4.d.ts CHANGED
@@ -816,30 +816,22 @@ module Buffer {
816
816
 
817
817
  // Own constructor properties of Gegl-0.4.Gegl.Buffer
818
818
 
819
- abyss_height?: number | null
820
- abyss_width?: number | null
821
- abyss_x?: number | null
822
- abyss_y?: number | null
819
+ abyssHeight?: number | null
820
+ abyssWidth?: number | null
821
+ abyssX?: number | null
822
+ abyssY?: number | null
823
823
  backend?: TileBackend | null
824
824
  format?: any | null
825
825
  height?: number | null
826
826
  initialized?: boolean | null
827
827
  path?: string | null
828
- shift_x?: number | null
829
- shift_y?: number | null
830
- tile_height?: number | null
831
- tile_width?: number | null
832
- width?: number | null
833
- x?: number | null
834
- y?: number | null
835
- abyssHeight?: number | null
836
- abyssWidth?: number | null
837
- abyssX?: number | null
838
- abyssY?: number | null
839
828
  shiftX?: number | null
840
829
  shiftY?: number | null
841
830
  tileHeight?: number | null
842
831
  tileWidth?: number | null
832
+ width?: number | null
833
+ x?: number | null
834
+ y?: number | null
843
835
  }
844
836
 
845
837
  }
@@ -848,13 +840,9 @@ interface Buffer {
848
840
 
849
841
  // Own properties of Gegl-0.4.Gegl.Buffer
850
842
 
851
- readonly abyss_height: number
852
843
  readonly abyssHeight: number
853
- readonly abyss_width: number
854
844
  readonly abyssWidth: number
855
- readonly abyss_x: number
856
845
  readonly abyssX: number
857
- readonly abyss_y: number
858
846
  readonly abyssY: number
859
847
  readonly backend: TileBackend
860
848
  format: any
@@ -862,15 +850,10 @@ interface Buffer {
862
850
  readonly initialized: boolean
863
851
  readonly path: string | null
864
852
  readonly pixels: number
865
- readonly px_size: number
866
853
  readonly pxSize: number
867
- readonly shift_x: number
868
854
  readonly shiftX: number
869
- readonly shift_y: number
870
855
  readonly shiftY: number
871
- readonly tile_height: number
872
856
  readonly tileHeight: number
873
- readonly tile_width: number
874
857
  readonly tileWidth: number
875
858
  width: number
876
859
  x: number
@@ -1310,23 +1293,14 @@ module Config {
1310
1293
 
1311
1294
  // Own constructor properties of Gegl-0.4.Gegl.Config
1312
1295
 
1313
- application_license?: string | null
1314
- chunk_size?: number | null
1315
- mipmap_rendering?: boolean | null
1316
- quality?: number | null
1317
- queue_size?: number | null
1318
- swap?: string | null
1319
- swap_compression?: string | null
1320
- threads?: number | null
1321
- tile_cache_size?: number | null
1322
- tile_height?: number | null
1323
- tile_width?: number | null
1324
- use_opencl?: boolean | null
1325
1296
  applicationLicense?: string | null
1326
1297
  chunkSize?: number | null
1327
1298
  mipmapRendering?: boolean | null
1299
+ quality?: number | null
1328
1300
  queueSize?: number | null
1301
+ swap?: string | null
1329
1302
  swapCompression?: string | null
1303
+ threads?: number | null
1330
1304
  tileCacheSize?: number | null
1331
1305
  tileHeight?: number | null
1332
1306
  tileWidth?: number | null
@@ -1339,26 +1313,17 @@ interface Config {
1339
1313
 
1340
1314
  // Own properties of Gegl-0.4.Gegl.Config
1341
1315
 
1342
- application_license: string | null
1343
1316
  applicationLicense: string | null
1344
- chunk_size: number
1345
1317
  chunkSize: number
1346
- mipmap_rendering: boolean
1347
1318
  mipmapRendering: boolean
1348
1319
  quality: number
1349
- queue_size: number
1350
1320
  queueSize: number
1351
1321
  swap: string | null
1352
- swap_compression: string | null
1353
1322
  swapCompression: string | null
1354
1323
  threads: number
1355
- tile_cache_size: number
1356
1324
  tileCacheSize: number
1357
- tile_height: number
1358
1325
  tileHeight: number
1359
- tile_width: number
1360
1326
  tileWidth: number
1361
- use_opencl: boolean
1362
1327
  useOpencl: boolean
1363
1328
 
1364
1329
  // Class property signals of Gegl-0.4.Gegl.Config
@@ -1726,15 +1691,15 @@ module MetadataStore {
1726
1691
  /**
1727
1692
  * A #GeglResolutionUnit specifying units for the image resolution (density).
1728
1693
  */
1729
- resolution_unit?: ResolutionUnit | null
1694
+ resolutionUnit?: ResolutionUnit | null
1730
1695
  /**
1731
1696
  * X resolution or density in dots per unit.
1732
1697
  */
1733
- resolution_x?: number | null
1698
+ resolutionX?: number | null
1734
1699
  /**
1735
1700
  * Y resolution or density in dots per unit.
1736
1701
  */
1737
- resolution_y?: number | null
1702
+ resolutionY?: number | null
1738
1703
  /**
1739
1704
  * Software used to create the image.
1740
1705
  */
@@ -1755,18 +1720,6 @@ module MetadataStore {
1755
1720
  * Warning of nature of content.
1756
1721
  */
1757
1722
  warning?: string | null
1758
- /**
1759
- * A #GeglResolutionUnit specifying units for the image resolution (density).
1760
- */
1761
- resolutionUnit?: ResolutionUnit | null
1762
- /**
1763
- * X resolution or density in dots per unit.
1764
- */
1765
- resolutionX?: number | null
1766
- /**
1767
- * Y resolution or density in dots per unit.
1768
- */
1769
- resolutionY?: number | null
1770
1723
  }
1771
1724
 
1772
1725
  }
@@ -1795,38 +1748,20 @@ interface MetadataStore extends Metadata {
1795
1748
  * Legal disclaimer.
1796
1749
  */
1797
1750
  disclaimer: string | null
1798
- /**
1799
- * Current file loader/saver module name. Valid only while a #GeglMetadata
1800
- * mapping is registered. This property is mainly provided for use in signal
1801
- * handlers.
1802
- */
1803
- readonly file_module_name: string | null
1804
1751
  /**
1805
1752
  * Current file loader/saver module name. Valid only while a #GeglMetadata
1806
1753
  * mapping is registered. This property is mainly provided for use in signal
1807
1754
  * handlers.
1808
1755
  */
1809
1756
  readonly fileModuleName: string | null
1810
- /**
1811
- * A #GeglResolutionUnit specifying units for the image resolution (density).
1812
- */
1813
- resolution_unit: ResolutionUnit
1814
1757
  /**
1815
1758
  * A #GeglResolutionUnit specifying units for the image resolution (density).
1816
1759
  */
1817
1760
  resolutionUnit: ResolutionUnit
1818
- /**
1819
- * X resolution or density in dots per unit.
1820
- */
1821
- resolution_x: number
1822
1761
  /**
1823
1762
  * X resolution or density in dots per unit.
1824
1763
  */
1825
1764
  resolutionX: number
1826
- /**
1827
- * Y resolution or density in dots per unit.
1828
- */
1829
- resolution_y: number
1830
1765
  /**
1831
1766
  * Y resolution or density in dots per unit.
1832
1767
  */
@@ -2210,16 +2145,12 @@ module Node {
2210
2145
 
2211
2146
  // Own constructor properties of Gegl-0.4.Gegl.Node
2212
2147
 
2213
- cache_policy?: CachePolicy | null
2214
- dont_cache?: boolean | null
2215
- gegl_operation?: Operation | null
2216
- name?: string | null
2217
- operation?: string | null
2218
- passthrough?: boolean | null
2219
- use_opencl?: boolean | null
2220
2148
  cachePolicy?: CachePolicy | null
2221
2149
  dontCache?: boolean | null
2222
2150
  geglOperation?: Operation | null
2151
+ name?: string | null
2152
+ operation?: string | null
2153
+ passthrough?: boolean | null
2223
2154
  useOpencl?: boolean | null
2224
2155
  }
2225
2156
 
@@ -2229,16 +2160,12 @@ interface Node {
2229
2160
 
2230
2161
  // Own properties of Gegl-0.4.Gegl.Node
2231
2162
 
2232
- cache_policy: CachePolicy
2233
2163
  cachePolicy: CachePolicy
2234
- dont_cache: boolean
2235
2164
  dontCache: boolean
2236
- gegl_operation: Operation
2237
2165
  geglOperation: Operation
2238
2166
  name: string | null
2239
2167
  operation: string | null
2240
2168
  passthrough: boolean
2241
- use_opencl: boolean
2242
2169
  useOpencl: boolean
2243
2170
 
2244
2171
  // Owm methods of Gegl-0.4.Gegl.Node
@@ -3035,47 +2962,26 @@ interface Stats {
3035
2962
 
3036
2963
  // Own properties of Gegl-0.4.Gegl.Stats
3037
2964
 
3038
- readonly active_threads: number
3039
2965
  readonly activeThreads: number
3040
- readonly assigned_threads: number
3041
2966
  readonly assignedThreads: number
3042
- readonly scratch_total: number
3043
2967
  readonly scratchTotal: number
3044
- readonly swap_busy: boolean
3045
2968
  readonly swapBusy: boolean
3046
- readonly swap_file_size: number
3047
2969
  readonly swapFileSize: number
3048
- readonly swap_queue_full: boolean
3049
2970
  readonly swapQueueFull: boolean
3050
- readonly swap_queue_stalls: number
3051
2971
  readonly swapQueueStalls: number
3052
- readonly swap_queued_total: number
3053
2972
  readonly swapQueuedTotal: number
3054
- readonly swap_read_total: number
3055
2973
  readonly swapReadTotal: number
3056
- readonly swap_reading: boolean
3057
2974
  readonly swapReading: boolean
3058
- readonly swap_total: number
3059
2975
  readonly swapTotal: number
3060
- readonly swap_total_uncompressed: number
3061
2976
  readonly swapTotalUncompressed: number
3062
- readonly swap_write_total: number
3063
2977
  readonly swapWriteTotal: number
3064
- readonly swap_writing: boolean
3065
2978
  readonly swapWriting: boolean
3066
- readonly tile_alloc_total: number
3067
2979
  readonly tileAllocTotal: number
3068
- readonly tile_cache_hits: number
3069
2980
  readonly tileCacheHits: number
3070
- readonly tile_cache_misses: number
3071
2981
  readonly tileCacheMisses: number
3072
- readonly tile_cache_total: number
3073
2982
  readonly tileCacheTotal: number
3074
- readonly tile_cache_total_max: number
3075
2983
  readonly tileCacheTotalMax: number
3076
- readonly tile_cache_total_uncompressed: number
3077
2984
  readonly tileCacheTotalUncompressed: number
3078
- readonly zoom_total: number
3079
2985
  readonly zoomTotal: number
3080
2986
 
3081
2987
  // Class property signals of Gegl-0.4.Gegl.Stats
@@ -3170,11 +3076,8 @@ module TileBackend {
3170
3076
 
3171
3077
  // Own constructor properties of Gegl-0.4.Gegl.TileBackend
3172
3078
 
3173
- flush_on_destroy?: boolean | null
3174
- format?: any | null
3175
- tile_height?: number | null
3176
- tile_width?: number | null
3177
3079
  flushOnDestroy?: boolean | null
3080
+ format?: any | null
3178
3081
  tileHeight?: number | null
3179
3082
  tileWidth?: number | null
3180
3083
  }
@@ -3185,16 +3088,11 @@ interface TileBackend {
3185
3088
 
3186
3089
  // Own properties of Gegl-0.4.Gegl.TileBackend
3187
3090
 
3188
- flush_on_destroy: boolean
3189
3091
  flushOnDestroy: boolean
3190
3092
  readonly format: any
3191
- readonly px_size: number
3192
3093
  readonly pxSize: number
3193
- readonly tile_height: number
3194
3094
  readonly tileHeight: number
3195
- readonly tile_size: number
3196
3095
  readonly tileSize: number
3197
- readonly tile_width: number
3198
3096
  readonly tileWidth: number
3199
3097
 
3200
3098
  // Own fields of Gegl-0.4.Gegl.TileBackend
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/gegl-0.4",
3
- "version": "0.4.47-3.2.7",
3
+ "version": "0.4.47-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for Gegl-0.4, generated from library version 0.4.47",
5
5
  "type": "module",
6
6
  "module": "gegl-0.4.js",
7
7
  "main": "gegl-0.4.js",
8
8
  "exports": {
9
- "./ambient": "./gegl-0.4-ambient.d.ts",
10
- "./import": "./gegl-0.4-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./gegl-0.4-ambient.d.ts",
11
+ "default": "./gegl-0.4-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./gegl-0.4-import.d.ts",
15
+ "default": "./gegl-0.4-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./gegl-0.4.d.ts",
@@ -25,10 +31,10 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gegl-0.4.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/babl-0.1": "^0.1.107-3.2.7",
29
- "@girs/gjs": "^3.2.7",
30
- "@girs/glib-2.0": "^2.78.0-3.2.7",
31
- "@girs/gobject-2.0": "^2.78.0-3.2.7"
34
+ "@girs/babl-0.1": "^0.1.107-3.2.8",
35
+ "@girs/gjs": "^3.2.8",
36
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
37
+ "@girs/gobject-2.0": "^2.77.0-3.2.8"
32
38
  },
33
39
  "devDependencies": {
34
40
  "typescript": "*"
@@ -45,7 +51,7 @@
45
51
  "license": "MIT",
46
52
  "repository": {
47
53
  "type": "git",
48
- "url": "git+https://github.com/gjsify/types.git"
54
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
49
55
  },
50
56
  "bugs": {
51
57
  "url": "https://github.com/gjsify/ts-for-gir/issues"