@girs/gobject-2.0 2.86.4-4.0.0-beta.39 → 2.86.4-4.0.0-beta.40
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/gobject-2.0.d.ts +4 -70
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GObject-2.0, generated from library version 2.86.4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for GObject-2.0, generated from library version 2.86.4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.40.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/gobject-2.0.d.ts
CHANGED
|
@@ -2671,12 +2671,9 @@ export namespace GObject {
|
|
|
2671
2671
|
type VariantBuilder = object | null;
|
|
2672
2672
|
type VariantDict = object | null;
|
|
2673
2673
|
type VariantType = object | null;
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
*
|
|
2678
|
-
* This enumeration can be extended at later date.
|
|
2679
|
-
*/
|
|
2674
|
+
export namespace BindingFlags {
|
|
2675
|
+
export const $gtype: GType<BindingFlags>;
|
|
2676
|
+
}
|
|
2680
2677
|
|
|
2681
2678
|
/**
|
|
2682
2679
|
* Flags to be passed to g_object_bind_property() or
|
|
@@ -2684,10 +2681,6 @@ export namespace GObject {
|
|
|
2684
2681
|
*
|
|
2685
2682
|
* This enumeration can be extended at later date.
|
|
2686
2683
|
*/
|
|
2687
|
-
export namespace BindingFlags {
|
|
2688
|
-
export const $gtype: GType<BindingFlags>;
|
|
2689
|
-
}
|
|
2690
|
-
|
|
2691
2684
|
enum BindingFlags {
|
|
2692
2685
|
/**
|
|
2693
2686
|
* The default binding; if the source property
|
|
@@ -2715,19 +2708,11 @@ export namespace GObject {
|
|
|
2715
2708
|
*/
|
|
2716
2709
|
INVERT_BOOLEAN,
|
|
2717
2710
|
}
|
|
2718
|
-
/**
|
|
2719
|
-
* The connection flags are used to specify the behaviour of a signal's
|
|
2720
|
-
* connection.
|
|
2721
|
-
*/
|
|
2722
2711
|
|
|
2723
2712
|
/**
|
|
2724
2713
|
* The connection flags are used to specify the behaviour of a signal's
|
|
2725
2714
|
* connection.
|
|
2726
2715
|
*/
|
|
2727
|
-
export namespace ConnectFlags {
|
|
2728
|
-
export const $gtype: GType<ConnectFlags>;
|
|
2729
|
-
}
|
|
2730
|
-
|
|
2731
2716
|
enum ConnectFlags {
|
|
2732
2717
|
/**
|
|
2733
2718
|
* Default behaviour (no special flags). Since: 2.74
|
|
@@ -2758,12 +2743,6 @@ export namespace GObject {
|
|
|
2758
2743
|
HUP,
|
|
2759
2744
|
NVAL,
|
|
2760
2745
|
}
|
|
2761
|
-
/**
|
|
2762
|
-
* Through the #GParamFlags flag values, certain aspects of parameters
|
|
2763
|
-
* can be configured.
|
|
2764
|
-
*
|
|
2765
|
-
* See also: %G_PARAM_STATIC_STRINGS
|
|
2766
|
-
*/
|
|
2767
2746
|
|
|
2768
2747
|
/**
|
|
2769
2748
|
* Through the #GParamFlags flag values, certain aspects of parameters
|
|
@@ -2771,10 +2750,6 @@ export namespace GObject {
|
|
|
2771
2750
|
*
|
|
2772
2751
|
* See also: %G_PARAM_STATIC_STRINGS
|
|
2773
2752
|
*/
|
|
2774
|
-
export namespace ParamFlags {
|
|
2775
|
-
export const $gtype: GType<ParamFlags>;
|
|
2776
|
-
}
|
|
2777
|
-
|
|
2778
2753
|
enum ParamFlags {
|
|
2779
2754
|
/**
|
|
2780
2755
|
* the parameter is readable
|
|
@@ -2843,17 +2818,10 @@ export namespace GObject {
|
|
|
2843
2818
|
*/
|
|
2844
2819
|
DEPRECATED,
|
|
2845
2820
|
}
|
|
2846
|
-
/**
|
|
2847
|
-
* The signal flags are used to specify a signal's behaviour.
|
|
2848
|
-
*/
|
|
2849
2821
|
|
|
2850
2822
|
/**
|
|
2851
2823
|
* The signal flags are used to specify a signal's behaviour.
|
|
2852
2824
|
*/
|
|
2853
|
-
export namespace SignalFlags {
|
|
2854
|
-
export const $gtype: GType<SignalFlags>;
|
|
2855
|
-
}
|
|
2856
|
-
|
|
2857
2825
|
enum SignalFlags {
|
|
2858
2826
|
/**
|
|
2859
2827
|
* Invoke the object method handler in the first emission stage.
|
|
@@ -2912,21 +2880,12 @@ export namespace GObject {
|
|
|
2912
2880
|
*/
|
|
2913
2881
|
ACCUMULATOR_FIRST_RUN,
|
|
2914
2882
|
}
|
|
2915
|
-
/**
|
|
2916
|
-
* The match types specify what g_signal_handlers_block_matched(),
|
|
2917
|
-
* g_signal_handlers_unblock_matched() and g_signal_handlers_disconnect_matched()
|
|
2918
|
-
* match signals by.
|
|
2919
|
-
*/
|
|
2920
2883
|
|
|
2921
2884
|
/**
|
|
2922
2885
|
* The match types specify what g_signal_handlers_block_matched(),
|
|
2923
2886
|
* g_signal_handlers_unblock_matched() and g_signal_handlers_disconnect_matched()
|
|
2924
2887
|
* match signals by.
|
|
2925
2888
|
*/
|
|
2926
|
-
export namespace SignalMatchType {
|
|
2927
|
-
export const $gtype: GType<SignalMatchType>;
|
|
2928
|
-
}
|
|
2929
|
-
|
|
2930
2889
|
enum SignalMatchType {
|
|
2931
2890
|
/**
|
|
2932
2891
|
* The signal id must be equal.
|
|
@@ -2953,13 +2912,6 @@ export namespace GObject {
|
|
|
2953
2912
|
*/
|
|
2954
2913
|
UNBLOCKED,
|
|
2955
2914
|
}
|
|
2956
|
-
/**
|
|
2957
|
-
* These flags used to be passed to g_type_init_with_debug_flags() which
|
|
2958
|
-
* is now deprecated.
|
|
2959
|
-
*
|
|
2960
|
-
* If you need to enable debugging features, use the `GOBJECT_DEBUG`
|
|
2961
|
-
* environment variable.
|
|
2962
|
-
*/
|
|
2963
2915
|
|
|
2964
2916
|
/**
|
|
2965
2917
|
* These flags used to be passed to g_type_init_with_debug_flags() which
|
|
@@ -2968,10 +2920,6 @@ export namespace GObject {
|
|
|
2968
2920
|
* If you need to enable debugging features, use the `GOBJECT_DEBUG`
|
|
2969
2921
|
* environment variable.
|
|
2970
2922
|
*/
|
|
2971
|
-
export namespace TypeDebugFlags {
|
|
2972
|
-
export const $gtype: GType<TypeDebugFlags>;
|
|
2973
|
-
}
|
|
2974
|
-
|
|
2975
2923
|
enum TypeDebugFlags {
|
|
2976
2924
|
/**
|
|
2977
2925
|
* Print no messages
|
|
@@ -2994,17 +2942,10 @@ export namespace GObject {
|
|
|
2994
2942
|
*/
|
|
2995
2943
|
MASK,
|
|
2996
2944
|
}
|
|
2997
|
-
/**
|
|
2998
|
-
* Bit masks used to check or determine characteristics of a type.
|
|
2999
|
-
*/
|
|
3000
2945
|
|
|
3001
2946
|
/**
|
|
3002
2947
|
* Bit masks used to check or determine characteristics of a type.
|
|
3003
2948
|
*/
|
|
3004
|
-
export namespace TypeFlags {
|
|
3005
|
-
export const $gtype: GType<TypeFlags>;
|
|
3006
|
-
}
|
|
3007
|
-
|
|
3008
2949
|
enum TypeFlags {
|
|
3009
2950
|
/**
|
|
3010
2951
|
* No special flags. Since: 2.74
|
|
@@ -3033,19 +2974,11 @@ export namespace GObject {
|
|
|
3033
2974
|
*/
|
|
3034
2975
|
DEPRECATED,
|
|
3035
2976
|
}
|
|
3036
|
-
/**
|
|
3037
|
-
* Bit masks used to check or determine specific characteristics of a
|
|
3038
|
-
* fundamental type.
|
|
3039
|
-
*/
|
|
3040
2977
|
|
|
3041
2978
|
/**
|
|
3042
2979
|
* Bit masks used to check or determine specific characteristics of a
|
|
3043
2980
|
* fundamental type.
|
|
3044
2981
|
*/
|
|
3045
|
-
export namespace TypeFundamentalFlags {
|
|
3046
|
-
export const $gtype: GType<TypeFundamentalFlags>;
|
|
3047
|
-
}
|
|
3048
|
-
|
|
3049
2982
|
enum TypeFundamentalFlags {
|
|
3050
2983
|
/**
|
|
3051
2984
|
* Indicates a classed type
|
|
@@ -3064,6 +2997,7 @@ export namespace GObject {
|
|
|
3064
2997
|
*/
|
|
3065
2998
|
DEEP_DERIVABLE,
|
|
3066
2999
|
}
|
|
3000
|
+
|
|
3067
3001
|
namespace Binding {
|
|
3068
3002
|
// Signal signatures
|
|
3069
3003
|
interface SignalSignatures extends Object.SignalSignatures {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gobject-2.0",
|
|
3
|
-
"version": "2.86.4-4.0.0-beta.
|
|
3
|
+
"version": "2.86.4-4.0.0-beta.40",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GObject-2.0, generated from library version 2.86.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gobject-2.0.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "4.0.0-beta.
|
|
35
|
-
"@girs/glib-2.0": "2.86.4-4.0.0-beta.
|
|
34
|
+
"@girs/gjs": "4.0.0-beta.40",
|
|
35
|
+
"@girs/glib-2.0": "2.86.4-4.0.0-beta.40" },
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"typescript": "*"
|
|
38
38
|
},
|