@girs/granite-7.0 7.0.0-3.1.0 → 7.0.0-3.2.2
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/granite-7.0.d.cts +31 -2
- package/granite-7.0.d.ts +31 -2
- package/package.json +17 -23
- package/{tsconfig.doc.json → tsconfig.json} +2 -0
- package/typedoc.json +7 -0
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Granite-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.
|
|
8
|
+
GJS TypeScript type definitions for Granite-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.2.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/granite-7.0.d.cts
CHANGED
|
@@ -14,12 +14,12 @@ import './granite-7.0-import.d.ts';
|
|
|
14
14
|
|
|
15
15
|
import type Gdk from '@girs/gdk-4.0';
|
|
16
16
|
import type cairo from '@girs/cairo-1.0';
|
|
17
|
+
import type GObject from '@girs/gobject-2.0';
|
|
18
|
+
import type GLib from '@girs/glib-2.0';
|
|
17
19
|
import type PangoCairo from '@girs/pangocairo-1.0';
|
|
18
20
|
import type Pango from '@girs/pango-1.0';
|
|
19
21
|
import type HarfBuzz from '@girs/harfbuzz-0.0';
|
|
20
22
|
import type freetype2 from '@girs/freetype2-2.0';
|
|
21
|
-
import type GObject from '@girs/gobject-2.0';
|
|
22
|
-
import type GLib from '@girs/glib-2.0';
|
|
23
23
|
import type Gio from '@girs/gio-2.0';
|
|
24
24
|
import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
|
|
25
25
|
import type GModule from '@girs/gmodule-2.0';
|
|
@@ -43,6 +43,13 @@ export enum SettingsColorScheme {
|
|
|
43
43
|
DARK,
|
|
44
44
|
LIGHT,
|
|
45
45
|
}
|
|
46
|
+
export const SettingsUriLOCATION: string | null
|
|
47
|
+
export const SettingsUriONLINE_ACCOUNTS: string | null
|
|
48
|
+
export const SettingsUriNETWORK: string | null
|
|
49
|
+
export const SettingsUriPERMISSIONS: string | null
|
|
50
|
+
export const SettingsUriNOTIFICATIONS: string | null
|
|
51
|
+
export const SettingsUriSOUND_INPUT: string | null
|
|
52
|
+
export const SettingsUriSHORTCUTS: string | null
|
|
46
53
|
export const STYLE_CLASS_ACCENT: string | null
|
|
47
54
|
export const STYLE_CLASS_BACK_BUTTON: string | null
|
|
48
55
|
export const STYLE_CLASS_BACKGROUND: string | null
|
|
@@ -99,6 +106,7 @@ export function services_application_set_progress_finish(_res_: Gio.AsyncResult)
|
|
|
99
106
|
export function services_application_set_progress_visible<Z = unknown>(visible: boolean, _callback_: Gio.AsyncReadyCallback<Z> | null): void
|
|
100
107
|
export function services_application_set_progress_visible_finish(_res_: Gio.AsyncResult): boolean
|
|
101
108
|
export function widgets_utils_set_color_primary(window: Gtk.Widget, color: Gdk.RGBA, priority: number): Gtk.CssProvider | null
|
|
109
|
+
export function init(): void
|
|
102
110
|
export function accel_to_string(accel: string | null): string | null
|
|
103
111
|
export function markup_accel_tooltip(accels: string[] | null, description: string | null): string | null
|
|
104
112
|
export function contrasting_foreground_color(bg_color: Gdk.RGBA): /* result */ Gdk.RGBA
|
|
@@ -366,6 +374,9 @@ export interface SettingsPage {
|
|
|
366
374
|
connect(sigName: "notify::child", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
367
375
|
connect_after(sigName: "notify::child", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
368
376
|
emit(sigName: "notify::child", ...args: any[]): void
|
|
377
|
+
connect(sigName: "notify::baseline-child", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
378
|
+
connect_after(sigName: "notify::baseline-child", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
379
|
+
emit(sigName: "notify::baseline-child", ...args: any[]): void
|
|
369
380
|
connect(sigName: "notify::baseline-position", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
370
381
|
connect_after(sigName: "notify::baseline-position", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
371
382
|
emit(sigName: "notify::baseline-position", ...args: any[]): void
|
|
@@ -574,6 +585,9 @@ export interface SimpleSettingsPage {
|
|
|
574
585
|
connect(sigName: "notify::child", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
575
586
|
connect_after(sigName: "notify::child", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
576
587
|
emit(sigName: "notify::child", ...args: any[]): void
|
|
588
|
+
connect(sigName: "notify::baseline-child", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
589
|
+
connect_after(sigName: "notify::baseline-child", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
590
|
+
emit(sigName: "notify::baseline-child", ...args: any[]): void
|
|
577
591
|
connect(sigName: "notify::baseline-position", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
578
592
|
connect_after(sigName: "notify::baseline-position", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
579
593
|
emit(sigName: "notify::baseline-position", ...args: any[]): void
|
|
@@ -751,6 +765,9 @@ export interface AccelLabel {
|
|
|
751
765
|
connect(sigName: "notify::label", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
752
766
|
connect_after(sigName: "notify::label", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
753
767
|
emit(sigName: "notify::label", ...args: any[]): void
|
|
768
|
+
connect(sigName: "notify::baseline-child", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
769
|
+
connect_after(sigName: "notify::baseline-child", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
770
|
+
emit(sigName: "notify::baseline-child", ...args: any[]): void
|
|
754
771
|
connect(sigName: "notify::baseline-position", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
755
772
|
connect_after(sigName: "notify::baseline-position", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
756
773
|
emit(sigName: "notify::baseline-position", ...args: any[]): void
|
|
@@ -1263,6 +1280,9 @@ export interface Dialog {
|
|
|
1263
1280
|
connect(sigName: "notify::startup-id", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1264
1281
|
connect_after(sigName: "notify::startup-id", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1265
1282
|
emit(sigName: "notify::startup-id", ...args: any[]): void
|
|
1283
|
+
connect(sigName: "notify::suspended", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1284
|
+
connect_after(sigName: "notify::suspended", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1285
|
+
emit(sigName: "notify::suspended", ...args: any[]): void
|
|
1266
1286
|
connect(sigName: "notify::title", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1267
1287
|
connect_after(sigName: "notify::title", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1268
1288
|
emit(sigName: "notify::title", ...args: any[]): void
|
|
@@ -1928,6 +1948,9 @@ export interface MessageDialog {
|
|
|
1928
1948
|
connect(sigName: "notify::startup-id", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1929
1949
|
connect_after(sigName: "notify::startup-id", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1930
1950
|
emit(sigName: "notify::startup-id", ...args: any[]): void
|
|
1951
|
+
connect(sigName: "notify::suspended", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1952
|
+
connect_after(sigName: "notify::suspended", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1953
|
+
emit(sigName: "notify::suspended", ...args: any[]): void
|
|
1931
1954
|
connect(sigName: "notify::title", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1932
1955
|
connect_after(sigName: "notify::title", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1933
1956
|
emit(sigName: "notify::title", ...args: any[]): void
|
|
@@ -2150,6 +2173,9 @@ export interface ModeSwitch {
|
|
|
2150
2173
|
connect(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2151
2174
|
connect_after(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2152
2175
|
emit(sigName: "notify::secondary-icon-tooltip-text", ...args: any[]): void
|
|
2176
|
+
connect(sigName: "notify::baseline-child", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2177
|
+
connect_after(sigName: "notify::baseline-child", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2178
|
+
emit(sigName: "notify::baseline-child", ...args: any[]): void
|
|
2153
2179
|
connect(sigName: "notify::baseline-position", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2154
2180
|
connect_after(sigName: "notify::baseline-position", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2155
2181
|
emit(sigName: "notify::baseline-position", ...args: any[]): void
|
|
@@ -2874,6 +2900,9 @@ export interface SwitchModelButton {
|
|
|
2874
2900
|
connect(sigName: "notify::group", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2875
2901
|
connect_after(sigName: "notify::group", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2876
2902
|
emit(sigName: "notify::group", ...args: any[]): void
|
|
2903
|
+
connect(sigName: "notify::can-shrink", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2904
|
+
connect_after(sigName: "notify::can-shrink", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2905
|
+
emit(sigName: "notify::can-shrink", ...args: any[]): void
|
|
2877
2906
|
connect(sigName: "notify::child", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2878
2907
|
connect_after(sigName: "notify::child", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2879
2908
|
emit(sigName: "notify::child", ...args: any[]): void
|
package/granite-7.0.d.ts
CHANGED
|
@@ -14,12 +14,12 @@ import './granite-7.0-import.d.ts';
|
|
|
14
14
|
|
|
15
15
|
import type Gdk from '@girs/gdk-4.0';
|
|
16
16
|
import type cairo from '@girs/cairo-1.0';
|
|
17
|
+
import type GObject from '@girs/gobject-2.0';
|
|
18
|
+
import type GLib from '@girs/glib-2.0';
|
|
17
19
|
import type PangoCairo from '@girs/pangocairo-1.0';
|
|
18
20
|
import type Pango from '@girs/pango-1.0';
|
|
19
21
|
import type HarfBuzz from '@girs/harfbuzz-0.0';
|
|
20
22
|
import type freetype2 from '@girs/freetype2-2.0';
|
|
21
|
-
import type GObject from '@girs/gobject-2.0';
|
|
22
|
-
import type GLib from '@girs/glib-2.0';
|
|
23
23
|
import type Gio from '@girs/gio-2.0';
|
|
24
24
|
import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
|
|
25
25
|
import type GModule from '@girs/gmodule-2.0';
|
|
@@ -45,6 +45,13 @@ enum SettingsColorScheme {
|
|
|
45
45
|
DARK,
|
|
46
46
|
LIGHT,
|
|
47
47
|
}
|
|
48
|
+
const SettingsUriLOCATION: string | null
|
|
49
|
+
const SettingsUriONLINE_ACCOUNTS: string | null
|
|
50
|
+
const SettingsUriNETWORK: string | null
|
|
51
|
+
const SettingsUriPERMISSIONS: string | null
|
|
52
|
+
const SettingsUriNOTIFICATIONS: string | null
|
|
53
|
+
const SettingsUriSOUND_INPUT: string | null
|
|
54
|
+
const SettingsUriSHORTCUTS: string | null
|
|
48
55
|
const STYLE_CLASS_ACCENT: string | null
|
|
49
56
|
const STYLE_CLASS_BACK_BUTTON: string | null
|
|
50
57
|
const STYLE_CLASS_BACKGROUND: string | null
|
|
@@ -101,6 +108,7 @@ function services_application_set_progress_finish(_res_: Gio.AsyncResult): boole
|
|
|
101
108
|
function services_application_set_progress_visible<Z = unknown>(visible: boolean, _callback_: Gio.AsyncReadyCallback<Z> | null): void
|
|
102
109
|
function services_application_set_progress_visible_finish(_res_: Gio.AsyncResult): boolean
|
|
103
110
|
function widgets_utils_set_color_primary(window: Gtk.Widget, color: Gdk.RGBA, priority: number): Gtk.CssProvider | null
|
|
111
|
+
function init(): void
|
|
104
112
|
function accel_to_string(accel: string | null): string | null
|
|
105
113
|
function markup_accel_tooltip(accels: string[] | null, description: string | null): string | null
|
|
106
114
|
function contrasting_foreground_color(bg_color: Gdk.RGBA): /* result */ Gdk.RGBA
|
|
@@ -368,6 +376,9 @@ interface SettingsPage {
|
|
|
368
376
|
connect(sigName: "notify::child", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
369
377
|
connect_after(sigName: "notify::child", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
370
378
|
emit(sigName: "notify::child", ...args: any[]): void
|
|
379
|
+
connect(sigName: "notify::baseline-child", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
380
|
+
connect_after(sigName: "notify::baseline-child", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
381
|
+
emit(sigName: "notify::baseline-child", ...args: any[]): void
|
|
371
382
|
connect(sigName: "notify::baseline-position", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
372
383
|
connect_after(sigName: "notify::baseline-position", callback: (($obj: SettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
373
384
|
emit(sigName: "notify::baseline-position", ...args: any[]): void
|
|
@@ -576,6 +587,9 @@ interface SimpleSettingsPage {
|
|
|
576
587
|
connect(sigName: "notify::child", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
577
588
|
connect_after(sigName: "notify::child", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
578
589
|
emit(sigName: "notify::child", ...args: any[]): void
|
|
590
|
+
connect(sigName: "notify::baseline-child", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
591
|
+
connect_after(sigName: "notify::baseline-child", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
592
|
+
emit(sigName: "notify::baseline-child", ...args: any[]): void
|
|
579
593
|
connect(sigName: "notify::baseline-position", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
580
594
|
connect_after(sigName: "notify::baseline-position", callback: (($obj: SimpleSettingsPage, pspec: GObject.ParamSpec) => void)): number
|
|
581
595
|
emit(sigName: "notify::baseline-position", ...args: any[]): void
|
|
@@ -753,6 +767,9 @@ interface AccelLabel {
|
|
|
753
767
|
connect(sigName: "notify::label", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
754
768
|
connect_after(sigName: "notify::label", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
755
769
|
emit(sigName: "notify::label", ...args: any[]): void
|
|
770
|
+
connect(sigName: "notify::baseline-child", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
771
|
+
connect_after(sigName: "notify::baseline-child", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
772
|
+
emit(sigName: "notify::baseline-child", ...args: any[]): void
|
|
756
773
|
connect(sigName: "notify::baseline-position", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
757
774
|
connect_after(sigName: "notify::baseline-position", callback: (($obj: AccelLabel, pspec: GObject.ParamSpec) => void)): number
|
|
758
775
|
emit(sigName: "notify::baseline-position", ...args: any[]): void
|
|
@@ -1265,6 +1282,9 @@ interface Dialog {
|
|
|
1265
1282
|
connect(sigName: "notify::startup-id", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1266
1283
|
connect_after(sigName: "notify::startup-id", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1267
1284
|
emit(sigName: "notify::startup-id", ...args: any[]): void
|
|
1285
|
+
connect(sigName: "notify::suspended", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1286
|
+
connect_after(sigName: "notify::suspended", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1287
|
+
emit(sigName: "notify::suspended", ...args: any[]): void
|
|
1268
1288
|
connect(sigName: "notify::title", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1269
1289
|
connect_after(sigName: "notify::title", callback: (($obj: Dialog, pspec: GObject.ParamSpec) => void)): number
|
|
1270
1290
|
emit(sigName: "notify::title", ...args: any[]): void
|
|
@@ -1930,6 +1950,9 @@ interface MessageDialog {
|
|
|
1930
1950
|
connect(sigName: "notify::startup-id", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1931
1951
|
connect_after(sigName: "notify::startup-id", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1932
1952
|
emit(sigName: "notify::startup-id", ...args: any[]): void
|
|
1953
|
+
connect(sigName: "notify::suspended", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1954
|
+
connect_after(sigName: "notify::suspended", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1955
|
+
emit(sigName: "notify::suspended", ...args: any[]): void
|
|
1933
1956
|
connect(sigName: "notify::title", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1934
1957
|
connect_after(sigName: "notify::title", callback: (($obj: MessageDialog, pspec: GObject.ParamSpec) => void)): number
|
|
1935
1958
|
emit(sigName: "notify::title", ...args: any[]): void
|
|
@@ -2152,6 +2175,9 @@ interface ModeSwitch {
|
|
|
2152
2175
|
connect(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2153
2176
|
connect_after(sigName: "notify::secondary-icon-tooltip-text", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2154
2177
|
emit(sigName: "notify::secondary-icon-tooltip-text", ...args: any[]): void
|
|
2178
|
+
connect(sigName: "notify::baseline-child", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2179
|
+
connect_after(sigName: "notify::baseline-child", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2180
|
+
emit(sigName: "notify::baseline-child", ...args: any[]): void
|
|
2155
2181
|
connect(sigName: "notify::baseline-position", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2156
2182
|
connect_after(sigName: "notify::baseline-position", callback: (($obj: ModeSwitch, pspec: GObject.ParamSpec) => void)): number
|
|
2157
2183
|
emit(sigName: "notify::baseline-position", ...args: any[]): void
|
|
@@ -2876,6 +2902,9 @@ interface SwitchModelButton {
|
|
|
2876
2902
|
connect(sigName: "notify::group", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2877
2903
|
connect_after(sigName: "notify::group", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2878
2904
|
emit(sigName: "notify::group", ...args: any[]): void
|
|
2905
|
+
connect(sigName: "notify::can-shrink", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2906
|
+
connect_after(sigName: "notify::can-shrink", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2907
|
+
emit(sigName: "notify::can-shrink", ...args: any[]): void
|
|
2879
2908
|
connect(sigName: "notify::child", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2880
2909
|
connect_after(sigName: "notify::child", callback: (($obj: SwitchModelButton, pspec: GObject.ParamSpec) => void)): number
|
|
2881
2910
|
emit(sigName: "notify::child", ...args: any[]): void
|
package/package.json
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/granite-7.0",
|
|
3
|
-
"version": "7.0.0-3.
|
|
3
|
+
"version": "7.0.0-3.2.2",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Granite-7.0, generated from library version 7.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "granite-7.0.js",
|
|
7
7
|
"main": "granite-7.0.js",
|
|
8
|
-
"typedoc": {
|
|
9
|
-
"entryPoint": "./granite-7.0.d.ts",
|
|
10
|
-
"readmeFile": "./README.md",
|
|
11
|
-
"displayName": "Granite-7.0",
|
|
12
|
-
"tsconfig": "./tsconfig.doc.json"
|
|
13
|
-
},
|
|
14
8
|
"exports": {
|
|
15
9
|
"./ambient": "./granite-7.0-ambient.d.ts",
|
|
16
10
|
"./import": "./granite-7.0-import.d.ts",
|
|
@@ -31,22 +25,22 @@
|
|
|
31
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit granite-7.0.d.cts"
|
|
32
26
|
},
|
|
33
27
|
"dependencies": {
|
|
34
|
-
"@girs/cairo-1.0": "^1.0.0-3.
|
|
35
|
-
"@girs/freetype2-2.0": "^2.0.0-3.
|
|
36
|
-
"@girs/gdk-4.0": "^4.0.0-3.
|
|
37
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.
|
|
38
|
-
"@girs/gee-0.8": "^0.8.0-3.
|
|
39
|
-
"@girs/gio-2.0": "^2.
|
|
40
|
-
"@girs/gjs": "^3.
|
|
41
|
-
"@girs/glib-2.0": "^2.
|
|
42
|
-
"@girs/gmodule-2.0": "^2.0.0-3.
|
|
43
|
-
"@girs/gobject-2.0": "^2.
|
|
44
|
-
"@girs/graphene-1.0": "^1.0.0-3.
|
|
45
|
-
"@girs/gsk-4.0": "^4.0.0-3.
|
|
46
|
-
"@girs/gtk-4.0": "^4.
|
|
47
|
-
"@girs/harfbuzz-0.0": "^7.1.0-3.
|
|
48
|
-
"@girs/pango-1.0": "^1.
|
|
49
|
-
"@girs/pangocairo-1.0": "^1.0.0-3.
|
|
28
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.2",
|
|
29
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.2",
|
|
30
|
+
"@girs/gdk-4.0": "^4.0.0-3.2.2",
|
|
31
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.2",
|
|
32
|
+
"@girs/gee-0.8": "^0.8.0-3.2.2",
|
|
33
|
+
"@girs/gio-2.0": "^2.77.0-3.2.2",
|
|
34
|
+
"@girs/gjs": "^3.2.2",
|
|
35
|
+
"@girs/glib-2.0": "^2.77.0-3.2.2",
|
|
36
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.2",
|
|
37
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.2",
|
|
38
|
+
"@girs/graphene-1.0": "^1.0.0-3.2.2",
|
|
39
|
+
"@girs/gsk-4.0": "^4.0.0-3.2.2",
|
|
40
|
+
"@girs/gtk-4.0": "^4.12.0-3.2.2",
|
|
41
|
+
"@girs/harfbuzz-0.0": "^7.1.0-3.2.2",
|
|
42
|
+
"@girs/pango-1.0": "^1.51.0-3.2.2",
|
|
43
|
+
"@girs/pangocairo-1.0": "^1.0.0-3.2.2"
|
|
50
44
|
},
|
|
51
45
|
"devDependencies": {
|
|
52
46
|
"typescript": "*"
|