@girs/gdk-4.0 4.0.0-3.2.9 → 4.0.0-3.3.0
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/gdk-4.0.d.cts +7 -7
- package/gdk-4.0.d.ts +7 -7
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gdk-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.
|
|
8
|
+
GJS TypeScript type definitions for Gdk-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/gdk-4.0.d.cts
CHANGED
|
@@ -4918,7 +4918,7 @@ export interface Toplevel extends Surface {
|
|
|
4918
4918
|
* image quality.
|
|
4919
4919
|
*
|
|
4920
4920
|
* Note that some platforms don't support surface icons.
|
|
4921
|
-
* @param surfaces
|
|
4921
|
+
* @param surfaces A list of textures to use as icon, of different sizes
|
|
4922
4922
|
*/
|
|
4923
4923
|
set_icon_list(surfaces: Texture[]): void
|
|
4924
4924
|
/**
|
|
@@ -6061,7 +6061,7 @@ export class ContentProvider extends GObject.Object {
|
|
|
6061
6061
|
* }, 2);
|
|
6062
6062
|
* ```
|
|
6063
6063
|
* @constructor
|
|
6064
|
-
* @param providers
|
|
6064
|
+
* @param providers The `GdkContentProvider`s to present the union of
|
|
6065
6065
|
* @returns a new `GdkContentProvider`
|
|
6066
6066
|
*/
|
|
6067
6067
|
static new_union(providers: ContentProvider[] | null): ContentProvider
|
|
@@ -8063,7 +8063,7 @@ export interface Drop {
|
|
|
8063
8063
|
/**
|
|
8064
8064
|
* Asynchronously read the dropped data from a `GdkDrop`
|
|
8065
8065
|
* in a format that complies with one of the mime types.
|
|
8066
|
-
* @param mime_types
|
|
8066
|
+
* @param mime_types pointer to an array of mime types
|
|
8067
8067
|
* @param io_priority the I/O priority for the read operation
|
|
8068
8068
|
* @param cancellable optional `GCancellable` object
|
|
8069
8069
|
* @param callback a `GAsyncReadyCallback` to call when the request is satisfied
|
|
@@ -8077,7 +8077,7 @@ export interface Drop {
|
|
|
8077
8077
|
*
|
|
8078
8078
|
* Asynchronously read the dropped data from a `GdkDrop`
|
|
8079
8079
|
* in a format that complies with one of the mime types.
|
|
8080
|
-
* @param mime_types
|
|
8080
|
+
* @param mime_types pointer to an array of mime types
|
|
8081
8081
|
* @param io_priority the I/O priority for the read operation
|
|
8082
8082
|
* @param cancellable optional `GCancellable` object
|
|
8083
8083
|
* @returns A Promise of: the `GInputStream`
|
|
@@ -10014,7 +10014,7 @@ export interface Seat {
|
|
|
10014
10014
|
get_pointer(): Device | null
|
|
10015
10015
|
/**
|
|
10016
10016
|
* Returns all `GdkDeviceTools` that are known to the application.
|
|
10017
|
-
* @returns
|
|
10017
|
+
* @returns A list of tools. Free with g_list_free().
|
|
10018
10018
|
*/
|
|
10019
10019
|
get_tools(): DeviceTool[]
|
|
10020
10020
|
|
|
@@ -10978,7 +10978,7 @@ export interface ContentFormats {
|
|
|
10978
10978
|
*
|
|
10979
10979
|
* Note that `formats` may not contain any `GType`s, in particular when
|
|
10980
10980
|
* they are empty. In that case %NULL will be returned.
|
|
10981
|
-
* @returns
|
|
10981
|
+
* @returns %G_TYPE_INVALID-terminated array of types included in @formats
|
|
10982
10982
|
*/
|
|
10983
10983
|
get_gtypes(): GObject.GType[] | null
|
|
10984
10984
|
/**
|
|
@@ -10986,7 +10986,7 @@ export interface ContentFormats {
|
|
|
10986
10986
|
*
|
|
10987
10987
|
* Note that `formats` may not contain any mime types, in particular
|
|
10988
10988
|
* when they are empty. In that case %NULL will be returned.
|
|
10989
|
-
* @returns
|
|
10989
|
+
* @returns %NULL-terminated array of interned strings of mime types included in @formats
|
|
10990
10990
|
*/
|
|
10991
10991
|
get_mime_types(): string[] | null
|
|
10992
10992
|
/**
|
package/gdk-4.0.d.ts
CHANGED
|
@@ -4920,7 +4920,7 @@ interface Toplevel extends Surface {
|
|
|
4920
4920
|
* image quality.
|
|
4921
4921
|
*
|
|
4922
4922
|
* Note that some platforms don't support surface icons.
|
|
4923
|
-
* @param surfaces
|
|
4923
|
+
* @param surfaces A list of textures to use as icon, of different sizes
|
|
4924
4924
|
*/
|
|
4925
4925
|
set_icon_list(surfaces: Texture[]): void
|
|
4926
4926
|
/**
|
|
@@ -6063,7 +6063,7 @@ class ContentProvider extends GObject.Object {
|
|
|
6063
6063
|
* }, 2);
|
|
6064
6064
|
* ```
|
|
6065
6065
|
* @constructor
|
|
6066
|
-
* @param providers
|
|
6066
|
+
* @param providers The `GdkContentProvider`s to present the union of
|
|
6067
6067
|
* @returns a new `GdkContentProvider`
|
|
6068
6068
|
*/
|
|
6069
6069
|
static new_union(providers: ContentProvider[] | null): ContentProvider
|
|
@@ -8065,7 +8065,7 @@ interface Drop {
|
|
|
8065
8065
|
/**
|
|
8066
8066
|
* Asynchronously read the dropped data from a `GdkDrop`
|
|
8067
8067
|
* in a format that complies with one of the mime types.
|
|
8068
|
-
* @param mime_types
|
|
8068
|
+
* @param mime_types pointer to an array of mime types
|
|
8069
8069
|
* @param io_priority the I/O priority for the read operation
|
|
8070
8070
|
* @param cancellable optional `GCancellable` object
|
|
8071
8071
|
* @param callback a `GAsyncReadyCallback` to call when the request is satisfied
|
|
@@ -8079,7 +8079,7 @@ interface Drop {
|
|
|
8079
8079
|
*
|
|
8080
8080
|
* Asynchronously read the dropped data from a `GdkDrop`
|
|
8081
8081
|
* in a format that complies with one of the mime types.
|
|
8082
|
-
* @param mime_types
|
|
8082
|
+
* @param mime_types pointer to an array of mime types
|
|
8083
8083
|
* @param io_priority the I/O priority for the read operation
|
|
8084
8084
|
* @param cancellable optional `GCancellable` object
|
|
8085
8085
|
* @returns A Promise of: the `GInputStream`
|
|
@@ -10016,7 +10016,7 @@ interface Seat {
|
|
|
10016
10016
|
get_pointer(): Device | null
|
|
10017
10017
|
/**
|
|
10018
10018
|
* Returns all `GdkDeviceTools` that are known to the application.
|
|
10019
|
-
* @returns
|
|
10019
|
+
* @returns A list of tools. Free with g_list_free().
|
|
10020
10020
|
*/
|
|
10021
10021
|
get_tools(): DeviceTool[]
|
|
10022
10022
|
|
|
@@ -10980,7 +10980,7 @@ interface ContentFormats {
|
|
|
10980
10980
|
*
|
|
10981
10981
|
* Note that `formats` may not contain any `GType`s, in particular when
|
|
10982
10982
|
* they are empty. In that case %NULL will be returned.
|
|
10983
|
-
* @returns
|
|
10983
|
+
* @returns %G_TYPE_INVALID-terminated array of types included in @formats
|
|
10984
10984
|
*/
|
|
10985
10985
|
get_gtypes(): GObject.GType[] | null
|
|
10986
10986
|
/**
|
|
@@ -10988,7 +10988,7 @@ interface ContentFormats {
|
|
|
10988
10988
|
*
|
|
10989
10989
|
* Note that `formats` may not contain any mime types, in particular
|
|
10990
10990
|
* when they are empty. In that case %NULL will be returned.
|
|
10991
|
-
* @returns
|
|
10991
|
+
* @returns %NULL-terminated array of interned strings of mime types included in @formats
|
|
10992
10992
|
*/
|
|
10993
10993
|
get_mime_types(): string[] | null
|
|
10994
10994
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gdk-4.0",
|
|
3
|
-
"version": "4.0.0-3.
|
|
3
|
+
"version": "4.0.0-3.3.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gdk-4.0, generated from library version 4.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gdk-4.0.js",
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gdk-4.0.d.cts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/cairo-1.0": "^1.0.0-3.
|
|
35
|
-
"@girs/freetype2-2.0": "^2.0.0-3.
|
|
36
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.
|
|
37
|
-
"@girs/gio-2.0": "^2.78.0-3.
|
|
38
|
-
"@girs/gjs": "^3.
|
|
39
|
-
"@girs/glib-2.0": "^2.78.0-3.
|
|
40
|
-
"@girs/gmodule-2.0": "^2.0.0-3.
|
|
41
|
-
"@girs/gobject-2.0": "^2.78.0-3.
|
|
42
|
-
"@girs/harfbuzz-0.0": "^8.2.1-3.
|
|
43
|
-
"@girs/pango-1.0": "^1.51.0-3.
|
|
44
|
-
"@girs/pangocairo-1.0": "^1.0.0-3.
|
|
34
|
+
"@girs/cairo-1.0": "^1.0.0-3.3.0",
|
|
35
|
+
"@girs/freetype2-2.0": "^2.0.0-3.3.0",
|
|
36
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.3.0",
|
|
37
|
+
"@girs/gio-2.0": "^2.78.0-3.3.0",
|
|
38
|
+
"@girs/gjs": "^3.3.0",
|
|
39
|
+
"@girs/glib-2.0": "^2.78.0-3.3.0",
|
|
40
|
+
"@girs/gmodule-2.0": "^2.0.0-3.3.0",
|
|
41
|
+
"@girs/gobject-2.0": "^2.78.0-3.3.0",
|
|
42
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.3.0",
|
|
43
|
+
"@girs/pango-1.0": "^1.51.0-3.3.0",
|
|
44
|
+
"@girs/pangocairo-1.0": "^1.0.0-3.3.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"typescript": "*"
|