@girs/gedit-3.0 3.0.0-3.2.9 → 3.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/gedit-3.0.d.cts +3 -3
- package/gedit-3.0.d.ts +3 -3
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gedit-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.
|
|
8
|
+
GJS TypeScript type definitions for Gedit-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
|
|
9
9
|
|
|
10
10
|
Official text editor of the GNOME desktop environment.
|
|
11
11
|
|
package/gedit-3.0.d.cts
CHANGED
|
@@ -509,19 +509,19 @@ export interface App extends Gio.ActionGroup, Gio.ActionMap {
|
|
|
509
509
|
create_window(screen: Gdk.Screen | null): Window
|
|
510
510
|
/**
|
|
511
511
|
* Returns all the documents currently open in #GeditApp.
|
|
512
|
-
* @returns
|
|
512
|
+
* @returns a newly allocated list of #GeditDocument objects
|
|
513
513
|
*/
|
|
514
514
|
get_documents(): Document[]
|
|
515
515
|
/**
|
|
516
516
|
* Returns all #GeditWindows currently open in #GeditApp.
|
|
517
517
|
* This differs from gtk_application_get_windows() since it does not
|
|
518
518
|
* include the preferences dialog and other auxiliary windows.
|
|
519
|
-
* @returns
|
|
519
|
+
* @returns a newly allocated list of #GeditWindow objects
|
|
520
520
|
*/
|
|
521
521
|
get_main_windows(): Window[]
|
|
522
522
|
/**
|
|
523
523
|
* Returns all the views currently present in #GeditApp.
|
|
524
|
-
* @returns
|
|
524
|
+
* @returns a newly allocated list of #GeditView objects
|
|
525
525
|
*/
|
|
526
526
|
get_views(): View[]
|
|
527
527
|
process_window_event(window: Window, event: Gdk.Event): boolean
|
package/gedit-3.0.d.ts
CHANGED
|
@@ -511,19 +511,19 @@ interface App extends Gio.ActionGroup, Gio.ActionMap {
|
|
|
511
511
|
create_window(screen: Gdk.Screen | null): Window
|
|
512
512
|
/**
|
|
513
513
|
* Returns all the documents currently open in #GeditApp.
|
|
514
|
-
* @returns
|
|
514
|
+
* @returns a newly allocated list of #GeditDocument objects
|
|
515
515
|
*/
|
|
516
516
|
get_documents(): Document[]
|
|
517
517
|
/**
|
|
518
518
|
* Returns all #GeditWindows currently open in #GeditApp.
|
|
519
519
|
* This differs from gtk_application_get_windows() since it does not
|
|
520
520
|
* include the preferences dialog and other auxiliary windows.
|
|
521
|
-
* @returns
|
|
521
|
+
* @returns a newly allocated list of #GeditWindow objects
|
|
522
522
|
*/
|
|
523
523
|
get_main_windows(): Window[]
|
|
524
524
|
/**
|
|
525
525
|
* Returns all the views currently present in #GeditApp.
|
|
526
|
-
* @returns
|
|
526
|
+
* @returns a newly allocated list of #GeditView objects
|
|
527
527
|
*/
|
|
528
528
|
get_views(): View[]
|
|
529
529
|
process_window_event(window: Window, event: Gdk.Event): boolean
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gedit-3.0",
|
|
3
|
-
"version": "3.0.0-3.
|
|
3
|
+
"version": "3.0.0-3.3.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gedit-3.0, generated from library version 3.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gedit-3.0.js",
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gedit-3.0.d.cts"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/atk-1.0": "^2.50.1-3.
|
|
35
|
-
"@girs/cairo-1.0": "^1.0.0-3.
|
|
36
|
-
"@girs/freetype2-2.0": "^2.0.0-3.
|
|
37
|
-
"@girs/gdk-3.0": "^3.24.41-3.
|
|
38
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.
|
|
39
|
-
"@girs/gio-2.0": "^2.78.0-3.
|
|
40
|
-
"@girs/gjs": "^3.
|
|
41
|
-
"@girs/glib-2.0": "^2.78.0-3.
|
|
42
|
-
"@girs/gmodule-2.0": "^2.0.0-3.
|
|
43
|
-
"@girs/gobject-2.0": "^2.78.0-3.
|
|
44
|
-
"@girs/gtk-3.0": "^3.24.41-3.
|
|
45
|
-
"@girs/gtksource-4": "^4.0.0-3.
|
|
46
|
-
"@girs/harfbuzz-0.0": "^8.2.1-3.
|
|
47
|
-
"@girs/pango-1.0": "^1.51.0-3.
|
|
48
|
-
"@girs/xlib-2.0": "^2.0.0-3.
|
|
34
|
+
"@girs/atk-1.0": "^2.50.1-3.3.0",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-3.3.0",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-3.3.0",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.41-3.3.0",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.3.0",
|
|
39
|
+
"@girs/gio-2.0": "^2.78.0-3.3.0",
|
|
40
|
+
"@girs/gjs": "^3.3.0",
|
|
41
|
+
"@girs/glib-2.0": "^2.78.0-3.3.0",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-3.3.0",
|
|
43
|
+
"@girs/gobject-2.0": "^2.78.0-3.3.0",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.41-3.3.0",
|
|
45
|
+
"@girs/gtksource-4": "^4.0.0-3.3.0",
|
|
46
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.3.0",
|
|
47
|
+
"@girs/pango-1.0": "^1.51.0-3.3.0",
|
|
48
|
+
"@girs/xlib-2.0": "^2.0.0-3.3.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"typescript": "*"
|