@girs/eog-3.0 3.0.0-3.2.5 → 3.0.0-3.2.7
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/eog-3.0.d.cts +168 -46
- package/eog-3.0.d.ts +168 -46
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Eog-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Eog-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/eog-3.0.d.cts
CHANGED
|
@@ -188,14 +188,14 @@ export enum StartupFlags {
|
|
|
188
188
|
DISABLE_GALLERY,
|
|
189
189
|
SINGLE_WINDOW,
|
|
190
190
|
}
|
|
191
|
-
export const FILE_FORMAT_JPEG: string
|
|
191
|
+
export const FILE_FORMAT_JPEG: string
|
|
192
192
|
export const IMAGE_DATA_ALL: number
|
|
193
193
|
export const LIST_STORE_THUMB_SIZE: number
|
|
194
194
|
export const SCROLL_VIEW_MAX_ZOOM_FACTOR: number
|
|
195
195
|
export const SCROLL_VIEW_MIN_ZOOM_FACTOR: number
|
|
196
|
-
export const THUMBNAIL_ORIGINAL_HEIGHT: string
|
|
197
|
-
export const THUMBNAIL_ORIGINAL_WIDTH: string
|
|
198
|
-
export function debug(section: Debug, file: string
|
|
196
|
+
export const THUMBNAIL_ORIGINAL_HEIGHT: string
|
|
197
|
+
export const THUMBNAIL_ORIGINAL_WIDTH: string
|
|
198
|
+
export function debug(section: Debug, file: string, line: number, function_: string): void
|
|
199
199
|
export function debug_init(): void
|
|
200
200
|
/**
|
|
201
201
|
* Takes a date string formatted after Exif specifications and generates a
|
|
@@ -203,7 +203,7 @@ export function debug_init(): void
|
|
|
203
203
|
* @param date a date string following Exif specifications
|
|
204
204
|
* @returns a newly allocated date string formatted according to the current locale.
|
|
205
205
|
*/
|
|
206
|
-
export function exif_util_format_date(date: string
|
|
206
|
+
export function exif_util_format_date(date: string): string | null
|
|
207
207
|
export function image_error_quark(): GLib.Quark
|
|
208
208
|
export function marshal_VOID__INT_INT(closure: GObject.TClosure, return_value: any, n_param_values: number, param_values: any, invocation_hint: any | null, marshal_data: any | null): void
|
|
209
209
|
/**
|
|
@@ -593,7 +593,7 @@ export interface DetailsDialog extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
593
593
|
* @param child the child widget
|
|
594
594
|
* @param child_property the name of a child property installed on the class of `container`
|
|
595
595
|
*/
|
|
596
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
596
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
597
597
|
|
|
598
598
|
// Overloads of child_notify
|
|
599
599
|
|
|
@@ -607,7 +607,7 @@ export interface DetailsDialog extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
607
607
|
* Also see gtk_container_child_notify().
|
|
608
608
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
609
609
|
*/
|
|
610
|
-
child_notify(child_property: string
|
|
610
|
+
child_notify(child_property: string): void
|
|
611
611
|
/**
|
|
612
612
|
* Emits a #GtkWidget::child-notify signal for the
|
|
613
613
|
* [child property][child-properties] `child_property`
|
|
@@ -618,7 +618,7 @@ export interface DetailsDialog extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
618
618
|
* Also see gtk_container_child_notify().
|
|
619
619
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
620
620
|
*/
|
|
621
|
-
child_notify(child_property: string
|
|
621
|
+
child_notify(child_property: string): void
|
|
622
622
|
|
|
623
623
|
// Class property signals of Eog-3.0.Eog.DetailsDialog
|
|
624
624
|
|
|
@@ -971,7 +971,7 @@ export interface FileChooser extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Fi
|
|
|
971
971
|
* @param child the child widget
|
|
972
972
|
* @param child_property the name of a child property installed on the class of `container`
|
|
973
973
|
*/
|
|
974
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
974
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
975
975
|
|
|
976
976
|
// Overloads of child_notify
|
|
977
977
|
|
|
@@ -985,7 +985,7 @@ export interface FileChooser extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Fi
|
|
|
985
985
|
* Also see gtk_container_child_notify().
|
|
986
986
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
987
987
|
*/
|
|
988
|
-
child_notify(child_property: string
|
|
988
|
+
child_notify(child_property: string): void
|
|
989
989
|
/**
|
|
990
990
|
* Emits a #GtkWidget::child-notify signal for the
|
|
991
991
|
* [child property][child-properties] `child_property`
|
|
@@ -996,7 +996,7 @@ export interface FileChooser extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Fi
|
|
|
996
996
|
* Also see gtk_container_child_notify().
|
|
997
997
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
998
998
|
*/
|
|
999
|
-
child_notify(child_property: string
|
|
999
|
+
child_notify(child_property: string): void
|
|
1000
1000
|
|
|
1001
1001
|
// Class property signals of Eog-3.0.Eog.FileChooser
|
|
1002
1002
|
|
|
@@ -1398,8 +1398,8 @@ export interface Image {
|
|
|
1398
1398
|
*/
|
|
1399
1399
|
get_autorotate_transform(): Transform
|
|
1400
1400
|
get_bytes(): number
|
|
1401
|
-
get_caption(): string
|
|
1402
|
-
get_collate_key(): string
|
|
1401
|
+
get_caption(): string
|
|
1402
|
+
get_collate_key(): string
|
|
1403
1403
|
/**
|
|
1404
1404
|
* Gets the #GFile associated with `img`
|
|
1405
1405
|
* @returns a #GFile
|
|
@@ -1517,14 +1517,14 @@ export class Image extends GObject.Object {
|
|
|
1517
1517
|
// Constructors of Eog-3.0.Eog.Image
|
|
1518
1518
|
|
|
1519
1519
|
constructor(config?: Image.ConstructorProperties)
|
|
1520
|
-
static new_file(file: Gio.File, caption: string
|
|
1520
|
+
static new_file(file: Gio.File, caption: string): Image
|
|
1521
1521
|
_init(config?: Image.ConstructorProperties): void
|
|
1522
1522
|
/**
|
|
1523
1523
|
* Gets the list of supported mimetypes
|
|
1524
1524
|
* @returns a #GList of supported mimetypes
|
|
1525
1525
|
*/
|
|
1526
1526
|
static get_supported_mime_types(): string[]
|
|
1527
|
-
static is_supported_mime_type(mime_type: string
|
|
1527
|
+
static is_supported_mime_type(mime_type: string): boolean
|
|
1528
1528
|
}
|
|
1529
1529
|
|
|
1530
1530
|
export module ImageSaveInfo {
|
|
@@ -1570,7 +1570,7 @@ export class ImageSaveInfo extends GObject.Object {
|
|
|
1570
1570
|
constructor(config?: ImageSaveInfo.ConstructorProperties)
|
|
1571
1571
|
static new_from_file(file: Gio.File, format: GdkPixbuf.PixbufFormat): ImageSaveInfo
|
|
1572
1572
|
static new_from_image(image: Image): ImageSaveInfo
|
|
1573
|
-
static new_from_uri(uri: string
|
|
1573
|
+
static new_from_uri(uri: string, format: GdkPixbuf.PixbufFormat): ImageSaveInfo
|
|
1574
1574
|
_init(config?: ImageSaveInfo.ConstructorProperties): void
|
|
1575
1575
|
}
|
|
1576
1576
|
|
|
@@ -1714,7 +1714,7 @@ export class JobCopy extends Job {
|
|
|
1714
1714
|
* @param destination destination path for the copy
|
|
1715
1715
|
* @returns A #EogJob.
|
|
1716
1716
|
*/
|
|
1717
|
-
constructor(images: Image[], destination: string
|
|
1717
|
+
constructor(images: Image[], destination: string)
|
|
1718
1718
|
/**
|
|
1719
1719
|
* Creates a new #EogJob.
|
|
1720
1720
|
* @constructor
|
|
@@ -1722,7 +1722,7 @@ export class JobCopy extends Job {
|
|
|
1722
1722
|
* @param destination destination path for the copy
|
|
1723
1723
|
* @returns A #EogJob.
|
|
1724
1724
|
*/
|
|
1725
|
-
static new(images: Image[], destination: string
|
|
1725
|
+
static new(images: Image[], destination: string): JobCopy
|
|
1726
1726
|
_init(config?: JobCopy.ConstructorProperties): void
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
@@ -2201,6 +2201,8 @@ export module RemotePresenter {
|
|
|
2201
2201
|
next_action?: string | null
|
|
2202
2202
|
prev_action?: string | null
|
|
2203
2203
|
thumbview?: ThumbView | null
|
|
2204
|
+
nextAction?: string | null
|
|
2205
|
+
prevAction?: string | null
|
|
2204
2206
|
}
|
|
2205
2207
|
|
|
2206
2208
|
}
|
|
@@ -2210,7 +2212,9 @@ export interface RemotePresenter extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2210
2212
|
// Own properties of Eog-3.0.Eog.RemotePresenter
|
|
2211
2213
|
|
|
2212
2214
|
readonly next_action: string | null
|
|
2215
|
+
readonly nextAction: string | null
|
|
2213
2216
|
readonly prev_action: string | null
|
|
2217
|
+
readonly prevAction: string | null
|
|
2214
2218
|
readonly thumbview: ThumbView
|
|
2215
2219
|
|
|
2216
2220
|
// Own fields of Eog-3.0.Eog.RemotePresenter
|
|
@@ -2257,7 +2261,7 @@ export interface RemotePresenter extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2257
2261
|
* @param child the child widget
|
|
2258
2262
|
* @param child_property the name of a child property installed on the class of `container`
|
|
2259
2263
|
*/
|
|
2260
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
2264
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
2261
2265
|
|
|
2262
2266
|
// Overloads of child_notify
|
|
2263
2267
|
|
|
@@ -2271,7 +2275,7 @@ export interface RemotePresenter extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2271
2275
|
* Also see gtk_container_child_notify().
|
|
2272
2276
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
2273
2277
|
*/
|
|
2274
|
-
child_notify(child_property: string
|
|
2278
|
+
child_notify(child_property: string): void
|
|
2275
2279
|
/**
|
|
2276
2280
|
* Emits a #GtkWidget::child-notify signal for the
|
|
2277
2281
|
* [child property][child-properties] `child_property`
|
|
@@ -2282,7 +2286,7 @@ export interface RemotePresenter extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2282
2286
|
* Also see gtk_container_child_notify().
|
|
2283
2287
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
2284
2288
|
*/
|
|
2285
|
-
child_notify(child_property: string
|
|
2289
|
+
child_notify(child_property: string): void
|
|
2286
2290
|
|
|
2287
2291
|
// Class property signals of Eog-3.0.Eog.RemotePresenter
|
|
2288
2292
|
|
|
@@ -2546,7 +2550,7 @@ export class RemotePresenter extends Gtk.Window {
|
|
|
2546
2550
|
* @param previous_image_action
|
|
2547
2551
|
* @returns a new #EogRemotePresenter
|
|
2548
2552
|
*/
|
|
2549
|
-
constructor(parent: Gtk.Window, thumbview: ThumbView, next_image_action: string
|
|
2553
|
+
constructor(parent: Gtk.Window, thumbview: ThumbView, next_image_action: string, previous_image_action: string)
|
|
2550
2554
|
/**
|
|
2551
2555
|
* If %parent implements #GActionMap its actions will be automatically
|
|
2552
2556
|
* inserted in the "win" namespace.
|
|
@@ -2557,7 +2561,7 @@ export class RemotePresenter extends Gtk.Window {
|
|
|
2557
2561
|
* @param previous_image_action
|
|
2558
2562
|
* @returns a new #EogRemotePresenter
|
|
2559
2563
|
*/
|
|
2560
|
-
static new(parent: Gtk.Window, thumbview: ThumbView, next_image_action: string
|
|
2564
|
+
static new(parent: Gtk.Window, thumbview: ThumbView, next_image_action: string, previous_image_action: string): RemotePresenter
|
|
2561
2565
|
|
|
2562
2566
|
// Overloads of new
|
|
2563
2567
|
|
|
@@ -2670,6 +2674,43 @@ export module ScrollView {
|
|
|
2670
2674
|
* scrolling with the scrollwheel to determine the next zoom factor.
|
|
2671
2675
|
*/
|
|
2672
2676
|
zoom_multiplier?: number | null
|
|
2677
|
+
/**
|
|
2678
|
+
* If %TRUE the displayed image will be filtered in a second pass
|
|
2679
|
+
* while being zoomed in.
|
|
2680
|
+
*/
|
|
2681
|
+
antialiasingIn?: boolean | null
|
|
2682
|
+
/**
|
|
2683
|
+
* If %TRUE the displayed image will be filtered in a second pass
|
|
2684
|
+
* while being zoomed out.
|
|
2685
|
+
*/
|
|
2686
|
+
antialiasingOut?: boolean | null
|
|
2687
|
+
/**
|
|
2688
|
+
* This is the default background color used for painting the background
|
|
2689
|
+
* of the image view. If set to %NULL the color is determined by the
|
|
2690
|
+
* active GTK theme.
|
|
2691
|
+
*/
|
|
2692
|
+
backgroundColor?: Gdk.RGBA | null
|
|
2693
|
+
/**
|
|
2694
|
+
* If %TRUE the scrollwheel will zoom the view, otherwise it will be
|
|
2695
|
+
* used for scrolling a zoomed image.
|
|
2696
|
+
*/
|
|
2697
|
+
scrollwheelZoom?: boolean | null
|
|
2698
|
+
/**
|
|
2699
|
+
* This is the color used to fill the transparent parts of an image
|
|
2700
|
+
* if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
|
|
2701
|
+
*/
|
|
2702
|
+
transparencyColor?: Gdk.RGBA | null
|
|
2703
|
+
/**
|
|
2704
|
+
* Determines how to fill the shown image's transparent areas.
|
|
2705
|
+
*/
|
|
2706
|
+
transparencyStyle?: TransparencyStyle | null
|
|
2707
|
+
useBackgroundColor?: boolean | null
|
|
2708
|
+
zoomMode?: ZoomMode | null
|
|
2709
|
+
/**
|
|
2710
|
+
* The current zoom factor is multiplied with this value + 1.0 when
|
|
2711
|
+
* scrolling with the scrollwheel to determine the next zoom factor.
|
|
2712
|
+
*/
|
|
2713
|
+
zoomMultiplier?: number | null
|
|
2673
2714
|
}
|
|
2674
2715
|
|
|
2675
2716
|
}
|
|
@@ -2683,17 +2724,33 @@ export interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scr
|
|
|
2683
2724
|
* while being zoomed in.
|
|
2684
2725
|
*/
|
|
2685
2726
|
antialiasing_in: boolean
|
|
2727
|
+
/**
|
|
2728
|
+
* If %TRUE the displayed image will be filtered in a second pass
|
|
2729
|
+
* while being zoomed in.
|
|
2730
|
+
*/
|
|
2731
|
+
antialiasingIn: boolean
|
|
2686
2732
|
/**
|
|
2687
2733
|
* If %TRUE the displayed image will be filtered in a second pass
|
|
2688
2734
|
* while being zoomed out.
|
|
2689
2735
|
*/
|
|
2690
2736
|
antialiasing_out: boolean
|
|
2737
|
+
/**
|
|
2738
|
+
* If %TRUE the displayed image will be filtered in a second pass
|
|
2739
|
+
* while being zoomed out.
|
|
2740
|
+
*/
|
|
2741
|
+
antialiasingOut: boolean
|
|
2691
2742
|
/**
|
|
2692
2743
|
* This is the default background color used for painting the background
|
|
2693
2744
|
* of the image view. If set to %NULL the color is determined by the
|
|
2694
2745
|
* active GTK theme.
|
|
2695
2746
|
*/
|
|
2696
2747
|
background_color: Gdk.RGBA
|
|
2748
|
+
/**
|
|
2749
|
+
* This is the default background color used for painting the background
|
|
2750
|
+
* of the image view. If set to %NULL the color is determined by the
|
|
2751
|
+
* active GTK theme.
|
|
2752
|
+
*/
|
|
2753
|
+
backgroundColor: Gdk.RGBA
|
|
2697
2754
|
/**
|
|
2698
2755
|
* This is the currently display #EogImage.
|
|
2699
2756
|
*/
|
|
@@ -2703,22 +2760,43 @@ export interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scr
|
|
|
2703
2760
|
* used for scrolling a zoomed image.
|
|
2704
2761
|
*/
|
|
2705
2762
|
scrollwheel_zoom: boolean
|
|
2763
|
+
/**
|
|
2764
|
+
* If %TRUE the scrollwheel will zoom the view, otherwise it will be
|
|
2765
|
+
* used for scrolling a zoomed image.
|
|
2766
|
+
*/
|
|
2767
|
+
scrollwheelZoom: boolean
|
|
2706
2768
|
/**
|
|
2707
2769
|
* This is the color used to fill the transparent parts of an image
|
|
2708
2770
|
* if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
|
|
2709
2771
|
*/
|
|
2710
2772
|
transparency_color: Gdk.RGBA
|
|
2773
|
+
/**
|
|
2774
|
+
* This is the color used to fill the transparent parts of an image
|
|
2775
|
+
* if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
|
|
2776
|
+
*/
|
|
2777
|
+
transparencyColor: Gdk.RGBA
|
|
2711
2778
|
/**
|
|
2712
2779
|
* Determines how to fill the shown image's transparent areas.
|
|
2713
2780
|
*/
|
|
2714
2781
|
transparency_style: TransparencyStyle
|
|
2782
|
+
/**
|
|
2783
|
+
* Determines how to fill the shown image's transparent areas.
|
|
2784
|
+
*/
|
|
2785
|
+
transparencyStyle: TransparencyStyle
|
|
2715
2786
|
use_background_color: boolean
|
|
2787
|
+
useBackgroundColor: boolean
|
|
2716
2788
|
zoom_mode: ZoomMode
|
|
2789
|
+
zoomMode: ZoomMode
|
|
2717
2790
|
/**
|
|
2718
2791
|
* The current zoom factor is multiplied with this value + 1.0 when
|
|
2719
2792
|
* scrolling with the scrollwheel to determine the next zoom factor.
|
|
2720
2793
|
*/
|
|
2721
2794
|
zoom_multiplier: number
|
|
2795
|
+
/**
|
|
2796
|
+
* The current zoom factor is multiplied with this value + 1.0 when
|
|
2797
|
+
* scrolling with the scrollwheel to determine the next zoom factor.
|
|
2798
|
+
*/
|
|
2799
|
+
zoomMultiplier: number
|
|
2722
2800
|
|
|
2723
2801
|
// Conflicting properties
|
|
2724
2802
|
|
|
@@ -2783,7 +2861,7 @@ export interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scr
|
|
|
2783
2861
|
* @param child the child widget
|
|
2784
2862
|
* @param child_property the name of a child property installed on the class of `container`
|
|
2785
2863
|
*/
|
|
2786
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
2864
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
2787
2865
|
|
|
2788
2866
|
// Overloads of child_notify
|
|
2789
2867
|
|
|
@@ -2797,7 +2875,7 @@ export interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scr
|
|
|
2797
2875
|
* Also see gtk_container_child_notify().
|
|
2798
2876
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
2799
2877
|
*/
|
|
2800
|
-
child_notify(child_property: string
|
|
2878
|
+
child_notify(child_property: string): void
|
|
2801
2879
|
/**
|
|
2802
2880
|
* Emits a #GtkWidget::child-notify signal for the
|
|
2803
2881
|
* [child property][child-properties] `child_property`
|
|
@@ -2808,7 +2886,7 @@ export interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scr
|
|
|
2808
2886
|
* Also see gtk_container_child_notify().
|
|
2809
2887
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
2810
2888
|
*/
|
|
2811
|
-
child_notify(child_property: string
|
|
2889
|
+
child_notify(child_property: string): void
|
|
2812
2890
|
|
|
2813
2891
|
// Own virtual methods of Eog-3.0.Eog.ScrollView
|
|
2814
2892
|
|
|
@@ -3049,6 +3127,7 @@ export module Sidebar {
|
|
|
3049
3127
|
// Own constructor properties of Eog-3.0.Eog.Sidebar
|
|
3050
3128
|
|
|
3051
3129
|
current_page?: Gtk.Widget | null
|
|
3130
|
+
currentPage?: Gtk.Widget | null
|
|
3052
3131
|
}
|
|
3053
3132
|
|
|
3054
3133
|
}
|
|
@@ -3058,6 +3137,7 @@ export interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
|
|
|
3058
3137
|
// Own properties of Eog-3.0.Eog.Sidebar
|
|
3059
3138
|
|
|
3060
3139
|
current_page: Gtk.Widget
|
|
3140
|
+
currentPage: Gtk.Widget
|
|
3061
3141
|
|
|
3062
3142
|
// Own fields of Eog-3.0.Eog.Sidebar
|
|
3063
3143
|
|
|
@@ -3066,7 +3146,7 @@ export interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
|
|
|
3066
3146
|
|
|
3067
3147
|
// Owm methods of Eog-3.0.Eog.Sidebar
|
|
3068
3148
|
|
|
3069
|
-
add_page(title: string
|
|
3149
|
+
add_page(title: string, main_widget: Gtk.Widget): void
|
|
3070
3150
|
get_n_pages(): number
|
|
3071
3151
|
get_page_nr(): number
|
|
3072
3152
|
is_empty(): boolean
|
|
@@ -3087,7 +3167,7 @@ export interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
|
|
|
3087
3167
|
* @param child the child widget
|
|
3088
3168
|
* @param child_property the name of a child property installed on the class of `container`
|
|
3089
3169
|
*/
|
|
3090
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
3170
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
3091
3171
|
|
|
3092
3172
|
// Overloads of child_notify
|
|
3093
3173
|
|
|
@@ -3101,7 +3181,7 @@ export interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
|
|
|
3101
3181
|
* Also see gtk_container_child_notify().
|
|
3102
3182
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3103
3183
|
*/
|
|
3104
|
-
child_notify(child_property: string
|
|
3184
|
+
child_notify(child_property: string): void
|
|
3105
3185
|
/**
|
|
3106
3186
|
* Emits a #GtkWidget::child-notify signal for the
|
|
3107
3187
|
* [child property][child-properties] `child_property`
|
|
@@ -3112,7 +3192,7 @@ export interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
|
|
|
3112
3192
|
* Also see gtk_container_child_notify().
|
|
3113
3193
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3114
3194
|
*/
|
|
3115
|
-
child_notify(child_property: string
|
|
3195
|
+
child_notify(child_property: string): void
|
|
3116
3196
|
|
|
3117
3197
|
// Own virtual methods of Eog-3.0.Eog.Sidebar
|
|
3118
3198
|
|
|
@@ -3373,7 +3453,7 @@ export interface Statusbar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orie
|
|
|
3373
3453
|
* @param child the child widget
|
|
3374
3454
|
* @param child_property the name of a child property installed on the class of `container`
|
|
3375
3455
|
*/
|
|
3376
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
3456
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
3377
3457
|
|
|
3378
3458
|
// Overloads of child_notify
|
|
3379
3459
|
|
|
@@ -3387,7 +3467,7 @@ export interface Statusbar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orie
|
|
|
3387
3467
|
* Also see gtk_container_child_notify().
|
|
3388
3468
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3389
3469
|
*/
|
|
3390
|
-
child_notify(child_property: string
|
|
3470
|
+
child_notify(child_property: string): void
|
|
3391
3471
|
/**
|
|
3392
3472
|
* Emits a #GtkWidget::child-notify signal for the
|
|
3393
3473
|
* [child property][child-properties] `child_property`
|
|
@@ -3398,7 +3478,7 @@ export interface Statusbar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orie
|
|
|
3398
3478
|
* Also see gtk_container_child_notify().
|
|
3399
3479
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3400
3480
|
*/
|
|
3401
|
-
child_notify(child_property: string
|
|
3481
|
+
child_notify(child_property: string): void
|
|
3402
3482
|
|
|
3403
3483
|
// Class property signals of Eog-3.0.Eog.Statusbar
|
|
3404
3484
|
|
|
@@ -3589,6 +3669,7 @@ export module ThumbNav {
|
|
|
3589
3669
|
mode?: number | null
|
|
3590
3670
|
show_buttons?: boolean | null
|
|
3591
3671
|
thumbview?: ThumbView | null
|
|
3672
|
+
showButtons?: boolean | null
|
|
3592
3673
|
}
|
|
3593
3674
|
|
|
3594
3675
|
}
|
|
@@ -3599,6 +3680,7 @@ export interface ThumbNav extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
|
|
|
3599
3680
|
|
|
3600
3681
|
mode: number
|
|
3601
3682
|
show_buttons: boolean
|
|
3683
|
+
showButtons: boolean
|
|
3602
3684
|
readonly thumbview: ThumbView
|
|
3603
3685
|
|
|
3604
3686
|
// Own fields of Eog-3.0.Eog.ThumbNav
|
|
@@ -3643,7 +3725,7 @@ export interface ThumbNav extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
|
|
|
3643
3725
|
* @param child the child widget
|
|
3644
3726
|
* @param child_property the name of a child property installed on the class of `container`
|
|
3645
3727
|
*/
|
|
3646
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
3728
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
3647
3729
|
|
|
3648
3730
|
// Overloads of child_notify
|
|
3649
3731
|
|
|
@@ -3657,7 +3739,7 @@ export interface ThumbNav extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
|
|
|
3657
3739
|
* Also see gtk_container_child_notify().
|
|
3658
3740
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3659
3741
|
*/
|
|
3660
|
-
child_notify(child_property: string
|
|
3742
|
+
child_notify(child_property: string): void
|
|
3661
3743
|
/**
|
|
3662
3744
|
* Emits a #GtkWidget::child-notify signal for the
|
|
3663
3745
|
* [child property][child-properties] `child_property`
|
|
@@ -3668,7 +3750,7 @@ export interface ThumbNav extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
|
|
|
3668
3750
|
* Also see gtk_container_child_notify().
|
|
3669
3751
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3670
3752
|
*/
|
|
3671
|
-
child_notify(child_property: string
|
|
3753
|
+
child_notify(child_property: string): void
|
|
3672
3754
|
|
|
3673
3755
|
// Class property signals of Eog-3.0.Eog.ThumbNav
|
|
3674
3756
|
|
|
@@ -3963,7 +4045,7 @@ export interface ThumbView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Cell
|
|
|
3963
4045
|
* @param child the child widget
|
|
3964
4046
|
* @param child_property the name of a child property installed on the class of `container`
|
|
3965
4047
|
*/
|
|
3966
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
4048
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
3967
4049
|
|
|
3968
4050
|
// Overloads of child_notify
|
|
3969
4051
|
|
|
@@ -3977,7 +4059,7 @@ export interface ThumbView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Cell
|
|
|
3977
4059
|
* Also see gtk_container_child_notify().
|
|
3978
4060
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3979
4061
|
*/
|
|
3980
|
-
child_notify(child_property: string
|
|
4062
|
+
child_notify(child_property: string): void
|
|
3981
4063
|
/**
|
|
3982
4064
|
* Emits a #GtkWidget::child-notify signal for the
|
|
3983
4065
|
* [child property][child-properties] `child_property`
|
|
@@ -3988,7 +4070,7 @@ export interface ThumbView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Cell
|
|
|
3988
4070
|
* Also see gtk_container_child_notify().
|
|
3989
4071
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3990
4072
|
*/
|
|
3991
|
-
child_notify(child_property: string
|
|
4073
|
+
child_notify(child_property: string): void
|
|
3992
4074
|
|
|
3993
4075
|
// Class property signals of Eog-3.0.Eog.ThumbView
|
|
3994
4076
|
|
|
@@ -4286,6 +4368,11 @@ export module URIConverter {
|
|
|
4286
4368
|
counter_start?: number | null
|
|
4287
4369
|
n_images?: number | null
|
|
4288
4370
|
space_character?: number | null
|
|
4371
|
+
convertSpaces?: boolean | null
|
|
4372
|
+
counterNDigits?: number | null
|
|
4373
|
+
counterStart?: number | null
|
|
4374
|
+
nImages?: number | null
|
|
4375
|
+
spaceCharacter?: number | null
|
|
4289
4376
|
}
|
|
4290
4377
|
|
|
4291
4378
|
}
|
|
@@ -4295,10 +4382,15 @@ export interface URIConverter {
|
|
|
4295
4382
|
// Own properties of Eog-3.0.Eog.URIConverter
|
|
4296
4383
|
|
|
4297
4384
|
convert_spaces: boolean
|
|
4385
|
+
convertSpaces: boolean
|
|
4298
4386
|
counter_n_digits: number
|
|
4387
|
+
counterNDigits: number
|
|
4299
4388
|
counter_start: number
|
|
4389
|
+
counterStart: number
|
|
4300
4390
|
n_images: number
|
|
4391
|
+
nImages: number
|
|
4301
4392
|
space_character: number
|
|
4393
|
+
spaceCharacter: number
|
|
4302
4394
|
|
|
4303
4395
|
// Own fields of Eog-3.0.Eog.URIConverter
|
|
4304
4396
|
|
|
@@ -4345,10 +4437,10 @@ export class URIConverter extends GObject.Object {
|
|
|
4345
4437
|
// Constructors of Eog-3.0.Eog.URIConverter
|
|
4346
4438
|
|
|
4347
4439
|
constructor(config?: URIConverter.ConstructorProperties)
|
|
4348
|
-
constructor(base_file: Gio.File, img_format: GdkPixbuf.PixbufFormat, format_string: string
|
|
4349
|
-
static new(base_file: Gio.File, img_format: GdkPixbuf.PixbufFormat, format_string: string
|
|
4440
|
+
constructor(base_file: Gio.File, img_format: GdkPixbuf.PixbufFormat, format_string: string)
|
|
4441
|
+
static new(base_file: Gio.File, img_format: GdkPixbuf.PixbufFormat, format_string: string): URIConverter
|
|
4350
4442
|
_init(config?: URIConverter.ConstructorProperties): void
|
|
4351
|
-
static preview(format_str: string
|
|
4443
|
+
static preview(format_str: string, img: Image, format: GdkPixbuf.PixbufFormat, counter: number, n_images: number, convert_spaces: boolean, space_char: string): string | null
|
|
4352
4444
|
}
|
|
4353
4445
|
|
|
4354
4446
|
export module Window {
|
|
@@ -4384,6 +4476,21 @@ export module Window {
|
|
|
4384
4476
|
* should behave upon creation.
|
|
4385
4477
|
*/
|
|
4386
4478
|
startup_flags?: StartupFlags | null
|
|
4479
|
+
/**
|
|
4480
|
+
* Determines the position of the image gallery in the window
|
|
4481
|
+
* relative to the image.
|
|
4482
|
+
*/
|
|
4483
|
+
galleryPosition?: WindowGalleryPos | null
|
|
4484
|
+
/**
|
|
4485
|
+
* If %TRUE the gallery will be resizable by the user otherwise it will be
|
|
4486
|
+
* in single column/row mode.
|
|
4487
|
+
*/
|
|
4488
|
+
galleryResizable?: boolean | null
|
|
4489
|
+
/**
|
|
4490
|
+
* A bitwise OR of #EogStartupFlags elements, indicating how the window
|
|
4491
|
+
* should behave upon creation.
|
|
4492
|
+
*/
|
|
4493
|
+
startupFlags?: StartupFlags | null
|
|
4387
4494
|
}
|
|
4388
4495
|
|
|
4389
4496
|
}
|
|
@@ -4397,16 +4504,31 @@ export interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.Actio
|
|
|
4397
4504
|
* relative to the image.
|
|
4398
4505
|
*/
|
|
4399
4506
|
gallery_position: WindowGalleryPos
|
|
4507
|
+
/**
|
|
4508
|
+
* Determines the position of the image gallery in the window
|
|
4509
|
+
* relative to the image.
|
|
4510
|
+
*/
|
|
4511
|
+
galleryPosition: WindowGalleryPos
|
|
4400
4512
|
/**
|
|
4401
4513
|
* If %TRUE the gallery will be resizable by the user otherwise it will be
|
|
4402
4514
|
* in single column/row mode.
|
|
4403
4515
|
*/
|
|
4404
4516
|
gallery_resizable: boolean
|
|
4517
|
+
/**
|
|
4518
|
+
* If %TRUE the gallery will be resizable by the user otherwise it will be
|
|
4519
|
+
* in single column/row mode.
|
|
4520
|
+
*/
|
|
4521
|
+
galleryResizable: boolean
|
|
4405
4522
|
/**
|
|
4406
4523
|
* A bitwise OR of #EogStartupFlags elements, indicating how the window
|
|
4407
4524
|
* should behave upon creation.
|
|
4408
4525
|
*/
|
|
4409
4526
|
readonly startup_flags: StartupFlags
|
|
4527
|
+
/**
|
|
4528
|
+
* A bitwise OR of #EogStartupFlags elements, indicating how the window
|
|
4529
|
+
* should behave upon creation.
|
|
4530
|
+
*/
|
|
4531
|
+
readonly startupFlags: StartupFlags
|
|
4410
4532
|
|
|
4411
4533
|
// Conflicting properties
|
|
4412
4534
|
|
|
@@ -4419,7 +4541,7 @@ export interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.Actio
|
|
|
4419
4541
|
// Owm methods of Eog-3.0.Eog.Window
|
|
4420
4542
|
|
|
4421
4543
|
close(): void
|
|
4422
|
-
get_gear_menu_section(id: string
|
|
4544
|
+
get_gear_menu_section(id: string): Gio.Menu
|
|
4423
4545
|
/**
|
|
4424
4546
|
* Gets the image currently displayed in `window` or %NULL if
|
|
4425
4547
|
* no image is being displayed.
|
|
@@ -4525,7 +4647,7 @@ export interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.Actio
|
|
|
4525
4647
|
* @param child the child widget
|
|
4526
4648
|
* @param child_property the name of a child property installed on the class of `container`
|
|
4527
4649
|
*/
|
|
4528
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
4650
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
4529
4651
|
|
|
4530
4652
|
// Overloads of child_notify
|
|
4531
4653
|
|
|
@@ -4539,7 +4661,7 @@ export interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.Actio
|
|
|
4539
4661
|
* Also see gtk_container_child_notify().
|
|
4540
4662
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
4541
4663
|
*/
|
|
4542
|
-
child_notify(child_property: string
|
|
4664
|
+
child_notify(child_property: string): void
|
|
4543
4665
|
/**
|
|
4544
4666
|
* Emits a #GtkWidget::child-notify signal for the
|
|
4545
4667
|
* [child property][child-properties] `child_property`
|
|
@@ -4550,7 +4672,7 @@ export interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.Actio
|
|
|
4550
4672
|
* Also see gtk_container_child_notify().
|
|
4551
4673
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
4552
4674
|
*/
|
|
4553
|
-
child_notify(child_property: string
|
|
4675
|
+
child_notify(child_property: string): void
|
|
4554
4676
|
|
|
4555
4677
|
// Own virtual methods of Eog-3.0.Eog.Window
|
|
4556
4678
|
|
package/eog-3.0.d.ts
CHANGED
|
@@ -190,14 +190,14 @@ enum StartupFlags {
|
|
|
190
190
|
DISABLE_GALLERY,
|
|
191
191
|
SINGLE_WINDOW,
|
|
192
192
|
}
|
|
193
|
-
const FILE_FORMAT_JPEG: string
|
|
193
|
+
const FILE_FORMAT_JPEG: string
|
|
194
194
|
const IMAGE_DATA_ALL: number
|
|
195
195
|
const LIST_STORE_THUMB_SIZE: number
|
|
196
196
|
const SCROLL_VIEW_MAX_ZOOM_FACTOR: number
|
|
197
197
|
const SCROLL_VIEW_MIN_ZOOM_FACTOR: number
|
|
198
|
-
const THUMBNAIL_ORIGINAL_HEIGHT: string
|
|
199
|
-
const THUMBNAIL_ORIGINAL_WIDTH: string
|
|
200
|
-
function debug(section: Debug, file: string
|
|
198
|
+
const THUMBNAIL_ORIGINAL_HEIGHT: string
|
|
199
|
+
const THUMBNAIL_ORIGINAL_WIDTH: string
|
|
200
|
+
function debug(section: Debug, file: string, line: number, function_: string): void
|
|
201
201
|
function debug_init(): void
|
|
202
202
|
/**
|
|
203
203
|
* Takes a date string formatted after Exif specifications and generates a
|
|
@@ -205,7 +205,7 @@ function debug_init(): void
|
|
|
205
205
|
* @param date a date string following Exif specifications
|
|
206
206
|
* @returns a newly allocated date string formatted according to the current locale.
|
|
207
207
|
*/
|
|
208
|
-
function exif_util_format_date(date: string
|
|
208
|
+
function exif_util_format_date(date: string): string | null
|
|
209
209
|
function image_error_quark(): GLib.Quark
|
|
210
210
|
function marshal_VOID__INT_INT(closure: GObject.TClosure, return_value: any, n_param_values: number, param_values: any, invocation_hint: any | null, marshal_data: any | null): void
|
|
211
211
|
/**
|
|
@@ -595,7 +595,7 @@ interface DetailsDialog extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
595
595
|
* @param child the child widget
|
|
596
596
|
* @param child_property the name of a child property installed on the class of `container`
|
|
597
597
|
*/
|
|
598
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
598
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
599
599
|
|
|
600
600
|
// Overloads of child_notify
|
|
601
601
|
|
|
@@ -609,7 +609,7 @@ interface DetailsDialog extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
609
609
|
* Also see gtk_container_child_notify().
|
|
610
610
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
611
611
|
*/
|
|
612
|
-
child_notify(child_property: string
|
|
612
|
+
child_notify(child_property: string): void
|
|
613
613
|
/**
|
|
614
614
|
* Emits a #GtkWidget::child-notify signal for the
|
|
615
615
|
* [child property][child-properties] `child_property`
|
|
@@ -620,7 +620,7 @@ interface DetailsDialog extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
620
620
|
* Also see gtk_container_child_notify().
|
|
621
621
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
622
622
|
*/
|
|
623
|
-
child_notify(child_property: string
|
|
623
|
+
child_notify(child_property: string): void
|
|
624
624
|
|
|
625
625
|
// Class property signals of Eog-3.0.Eog.DetailsDialog
|
|
626
626
|
|
|
@@ -973,7 +973,7 @@ interface FileChooser extends Atk.ImplementorIface, Gtk.Buildable, Gtk.FileChoos
|
|
|
973
973
|
* @param child the child widget
|
|
974
974
|
* @param child_property the name of a child property installed on the class of `container`
|
|
975
975
|
*/
|
|
976
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
976
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
977
977
|
|
|
978
978
|
// Overloads of child_notify
|
|
979
979
|
|
|
@@ -987,7 +987,7 @@ interface FileChooser extends Atk.ImplementorIface, Gtk.Buildable, Gtk.FileChoos
|
|
|
987
987
|
* Also see gtk_container_child_notify().
|
|
988
988
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
989
989
|
*/
|
|
990
|
-
child_notify(child_property: string
|
|
990
|
+
child_notify(child_property: string): void
|
|
991
991
|
/**
|
|
992
992
|
* Emits a #GtkWidget::child-notify signal for the
|
|
993
993
|
* [child property][child-properties] `child_property`
|
|
@@ -998,7 +998,7 @@ interface FileChooser extends Atk.ImplementorIface, Gtk.Buildable, Gtk.FileChoos
|
|
|
998
998
|
* Also see gtk_container_child_notify().
|
|
999
999
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
1000
1000
|
*/
|
|
1001
|
-
child_notify(child_property: string
|
|
1001
|
+
child_notify(child_property: string): void
|
|
1002
1002
|
|
|
1003
1003
|
// Class property signals of Eog-3.0.Eog.FileChooser
|
|
1004
1004
|
|
|
@@ -1400,8 +1400,8 @@ interface Image {
|
|
|
1400
1400
|
*/
|
|
1401
1401
|
get_autorotate_transform(): Transform
|
|
1402
1402
|
get_bytes(): number
|
|
1403
|
-
get_caption(): string
|
|
1404
|
-
get_collate_key(): string
|
|
1403
|
+
get_caption(): string
|
|
1404
|
+
get_collate_key(): string
|
|
1405
1405
|
/**
|
|
1406
1406
|
* Gets the #GFile associated with `img`
|
|
1407
1407
|
* @returns a #GFile
|
|
@@ -1519,14 +1519,14 @@ class Image extends GObject.Object {
|
|
|
1519
1519
|
// Constructors of Eog-3.0.Eog.Image
|
|
1520
1520
|
|
|
1521
1521
|
constructor(config?: Image.ConstructorProperties)
|
|
1522
|
-
static new_file(file: Gio.File, caption: string
|
|
1522
|
+
static new_file(file: Gio.File, caption: string): Image
|
|
1523
1523
|
_init(config?: Image.ConstructorProperties): void
|
|
1524
1524
|
/**
|
|
1525
1525
|
* Gets the list of supported mimetypes
|
|
1526
1526
|
* @returns a #GList of supported mimetypes
|
|
1527
1527
|
*/
|
|
1528
1528
|
static get_supported_mime_types(): string[]
|
|
1529
|
-
static is_supported_mime_type(mime_type: string
|
|
1529
|
+
static is_supported_mime_type(mime_type: string): boolean
|
|
1530
1530
|
}
|
|
1531
1531
|
|
|
1532
1532
|
module ImageSaveInfo {
|
|
@@ -1572,7 +1572,7 @@ class ImageSaveInfo extends GObject.Object {
|
|
|
1572
1572
|
constructor(config?: ImageSaveInfo.ConstructorProperties)
|
|
1573
1573
|
static new_from_file(file: Gio.File, format: GdkPixbuf.PixbufFormat): ImageSaveInfo
|
|
1574
1574
|
static new_from_image(image: Image): ImageSaveInfo
|
|
1575
|
-
static new_from_uri(uri: string
|
|
1575
|
+
static new_from_uri(uri: string, format: GdkPixbuf.PixbufFormat): ImageSaveInfo
|
|
1576
1576
|
_init(config?: ImageSaveInfo.ConstructorProperties): void
|
|
1577
1577
|
}
|
|
1578
1578
|
|
|
@@ -1716,7 +1716,7 @@ class JobCopy extends Job {
|
|
|
1716
1716
|
* @param destination destination path for the copy
|
|
1717
1717
|
* @returns A #EogJob.
|
|
1718
1718
|
*/
|
|
1719
|
-
constructor(images: Image[], destination: string
|
|
1719
|
+
constructor(images: Image[], destination: string)
|
|
1720
1720
|
/**
|
|
1721
1721
|
* Creates a new #EogJob.
|
|
1722
1722
|
* @constructor
|
|
@@ -1724,7 +1724,7 @@ class JobCopy extends Job {
|
|
|
1724
1724
|
* @param destination destination path for the copy
|
|
1725
1725
|
* @returns A #EogJob.
|
|
1726
1726
|
*/
|
|
1727
|
-
static new(images: Image[], destination: string
|
|
1727
|
+
static new(images: Image[], destination: string): JobCopy
|
|
1728
1728
|
_init(config?: JobCopy.ConstructorProperties): void
|
|
1729
1729
|
}
|
|
1730
1730
|
|
|
@@ -2203,6 +2203,8 @@ module RemotePresenter {
|
|
|
2203
2203
|
next_action?: string | null
|
|
2204
2204
|
prev_action?: string | null
|
|
2205
2205
|
thumbview?: ThumbView | null
|
|
2206
|
+
nextAction?: string | null
|
|
2207
|
+
prevAction?: string | null
|
|
2206
2208
|
}
|
|
2207
2209
|
|
|
2208
2210
|
}
|
|
@@ -2212,7 +2214,9 @@ interface RemotePresenter extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2212
2214
|
// Own properties of Eog-3.0.Eog.RemotePresenter
|
|
2213
2215
|
|
|
2214
2216
|
readonly next_action: string | null
|
|
2217
|
+
readonly nextAction: string | null
|
|
2215
2218
|
readonly prev_action: string | null
|
|
2219
|
+
readonly prevAction: string | null
|
|
2216
2220
|
readonly thumbview: ThumbView
|
|
2217
2221
|
|
|
2218
2222
|
// Own fields of Eog-3.0.Eog.RemotePresenter
|
|
@@ -2259,7 +2263,7 @@ interface RemotePresenter extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2259
2263
|
* @param child the child widget
|
|
2260
2264
|
* @param child_property the name of a child property installed on the class of `container`
|
|
2261
2265
|
*/
|
|
2262
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
2266
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
2263
2267
|
|
|
2264
2268
|
// Overloads of child_notify
|
|
2265
2269
|
|
|
@@ -2273,7 +2277,7 @@ interface RemotePresenter extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2273
2277
|
* Also see gtk_container_child_notify().
|
|
2274
2278
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
2275
2279
|
*/
|
|
2276
|
-
child_notify(child_property: string
|
|
2280
|
+
child_notify(child_property: string): void
|
|
2277
2281
|
/**
|
|
2278
2282
|
* Emits a #GtkWidget::child-notify signal for the
|
|
2279
2283
|
* [child property][child-properties] `child_property`
|
|
@@ -2284,7 +2288,7 @@ interface RemotePresenter extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
2284
2288
|
* Also see gtk_container_child_notify().
|
|
2285
2289
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
2286
2290
|
*/
|
|
2287
|
-
child_notify(child_property: string
|
|
2291
|
+
child_notify(child_property: string): void
|
|
2288
2292
|
|
|
2289
2293
|
// Class property signals of Eog-3.0.Eog.RemotePresenter
|
|
2290
2294
|
|
|
@@ -2548,7 +2552,7 @@ class RemotePresenter extends Gtk.Window {
|
|
|
2548
2552
|
* @param previous_image_action
|
|
2549
2553
|
* @returns a new #EogRemotePresenter
|
|
2550
2554
|
*/
|
|
2551
|
-
constructor(parent: Gtk.Window, thumbview: ThumbView, next_image_action: string
|
|
2555
|
+
constructor(parent: Gtk.Window, thumbview: ThumbView, next_image_action: string, previous_image_action: string)
|
|
2552
2556
|
/**
|
|
2553
2557
|
* If %parent implements #GActionMap its actions will be automatically
|
|
2554
2558
|
* inserted in the "win" namespace.
|
|
@@ -2559,7 +2563,7 @@ class RemotePresenter extends Gtk.Window {
|
|
|
2559
2563
|
* @param previous_image_action
|
|
2560
2564
|
* @returns a new #EogRemotePresenter
|
|
2561
2565
|
*/
|
|
2562
|
-
static new(parent: Gtk.Window, thumbview: ThumbView, next_image_action: string
|
|
2566
|
+
static new(parent: Gtk.Window, thumbview: ThumbView, next_image_action: string, previous_image_action: string): RemotePresenter
|
|
2563
2567
|
|
|
2564
2568
|
// Overloads of new
|
|
2565
2569
|
|
|
@@ -2672,6 +2676,43 @@ module ScrollView {
|
|
|
2672
2676
|
* scrolling with the scrollwheel to determine the next zoom factor.
|
|
2673
2677
|
*/
|
|
2674
2678
|
zoom_multiplier?: number | null
|
|
2679
|
+
/**
|
|
2680
|
+
* If %TRUE the displayed image will be filtered in a second pass
|
|
2681
|
+
* while being zoomed in.
|
|
2682
|
+
*/
|
|
2683
|
+
antialiasingIn?: boolean | null
|
|
2684
|
+
/**
|
|
2685
|
+
* If %TRUE the displayed image will be filtered in a second pass
|
|
2686
|
+
* while being zoomed out.
|
|
2687
|
+
*/
|
|
2688
|
+
antialiasingOut?: boolean | null
|
|
2689
|
+
/**
|
|
2690
|
+
* This is the default background color used for painting the background
|
|
2691
|
+
* of the image view. If set to %NULL the color is determined by the
|
|
2692
|
+
* active GTK theme.
|
|
2693
|
+
*/
|
|
2694
|
+
backgroundColor?: Gdk.RGBA | null
|
|
2695
|
+
/**
|
|
2696
|
+
* If %TRUE the scrollwheel will zoom the view, otherwise it will be
|
|
2697
|
+
* used for scrolling a zoomed image.
|
|
2698
|
+
*/
|
|
2699
|
+
scrollwheelZoom?: boolean | null
|
|
2700
|
+
/**
|
|
2701
|
+
* This is the color used to fill the transparent parts of an image
|
|
2702
|
+
* if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
|
|
2703
|
+
*/
|
|
2704
|
+
transparencyColor?: Gdk.RGBA | null
|
|
2705
|
+
/**
|
|
2706
|
+
* Determines how to fill the shown image's transparent areas.
|
|
2707
|
+
*/
|
|
2708
|
+
transparencyStyle?: TransparencyStyle | null
|
|
2709
|
+
useBackgroundColor?: boolean | null
|
|
2710
|
+
zoomMode?: ZoomMode | null
|
|
2711
|
+
/**
|
|
2712
|
+
* The current zoom factor is multiplied with this value + 1.0 when
|
|
2713
|
+
* scrolling with the scrollwheel to determine the next zoom factor.
|
|
2714
|
+
*/
|
|
2715
|
+
zoomMultiplier?: number | null
|
|
2675
2716
|
}
|
|
2676
2717
|
|
|
2677
2718
|
}
|
|
@@ -2685,17 +2726,33 @@ interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scrollable
|
|
|
2685
2726
|
* while being zoomed in.
|
|
2686
2727
|
*/
|
|
2687
2728
|
antialiasing_in: boolean
|
|
2729
|
+
/**
|
|
2730
|
+
* If %TRUE the displayed image will be filtered in a second pass
|
|
2731
|
+
* while being zoomed in.
|
|
2732
|
+
*/
|
|
2733
|
+
antialiasingIn: boolean
|
|
2688
2734
|
/**
|
|
2689
2735
|
* If %TRUE the displayed image will be filtered in a second pass
|
|
2690
2736
|
* while being zoomed out.
|
|
2691
2737
|
*/
|
|
2692
2738
|
antialiasing_out: boolean
|
|
2739
|
+
/**
|
|
2740
|
+
* If %TRUE the displayed image will be filtered in a second pass
|
|
2741
|
+
* while being zoomed out.
|
|
2742
|
+
*/
|
|
2743
|
+
antialiasingOut: boolean
|
|
2693
2744
|
/**
|
|
2694
2745
|
* This is the default background color used for painting the background
|
|
2695
2746
|
* of the image view. If set to %NULL the color is determined by the
|
|
2696
2747
|
* active GTK theme.
|
|
2697
2748
|
*/
|
|
2698
2749
|
background_color: Gdk.RGBA
|
|
2750
|
+
/**
|
|
2751
|
+
* This is the default background color used for painting the background
|
|
2752
|
+
* of the image view. If set to %NULL the color is determined by the
|
|
2753
|
+
* active GTK theme.
|
|
2754
|
+
*/
|
|
2755
|
+
backgroundColor: Gdk.RGBA
|
|
2699
2756
|
/**
|
|
2700
2757
|
* This is the currently display #EogImage.
|
|
2701
2758
|
*/
|
|
@@ -2705,22 +2762,43 @@ interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scrollable
|
|
|
2705
2762
|
* used for scrolling a zoomed image.
|
|
2706
2763
|
*/
|
|
2707
2764
|
scrollwheel_zoom: boolean
|
|
2765
|
+
/**
|
|
2766
|
+
* If %TRUE the scrollwheel will zoom the view, otherwise it will be
|
|
2767
|
+
* used for scrolling a zoomed image.
|
|
2768
|
+
*/
|
|
2769
|
+
scrollwheelZoom: boolean
|
|
2708
2770
|
/**
|
|
2709
2771
|
* This is the color used to fill the transparent parts of an image
|
|
2710
2772
|
* if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
|
|
2711
2773
|
*/
|
|
2712
2774
|
transparency_color: Gdk.RGBA
|
|
2775
|
+
/**
|
|
2776
|
+
* This is the color used to fill the transparent parts of an image
|
|
2777
|
+
* if #EogScrollView:transparency-style is set to %EOG_TRANSP_COLOR.
|
|
2778
|
+
*/
|
|
2779
|
+
transparencyColor: Gdk.RGBA
|
|
2713
2780
|
/**
|
|
2714
2781
|
* Determines how to fill the shown image's transparent areas.
|
|
2715
2782
|
*/
|
|
2716
2783
|
transparency_style: TransparencyStyle
|
|
2784
|
+
/**
|
|
2785
|
+
* Determines how to fill the shown image's transparent areas.
|
|
2786
|
+
*/
|
|
2787
|
+
transparencyStyle: TransparencyStyle
|
|
2717
2788
|
use_background_color: boolean
|
|
2789
|
+
useBackgroundColor: boolean
|
|
2718
2790
|
zoom_mode: ZoomMode
|
|
2791
|
+
zoomMode: ZoomMode
|
|
2719
2792
|
/**
|
|
2720
2793
|
* The current zoom factor is multiplied with this value + 1.0 when
|
|
2721
2794
|
* scrolling with the scrollwheel to determine the next zoom factor.
|
|
2722
2795
|
*/
|
|
2723
2796
|
zoom_multiplier: number
|
|
2797
|
+
/**
|
|
2798
|
+
* The current zoom factor is multiplied with this value + 1.0 when
|
|
2799
|
+
* scrolling with the scrollwheel to determine the next zoom factor.
|
|
2800
|
+
*/
|
|
2801
|
+
zoomMultiplier: number
|
|
2724
2802
|
|
|
2725
2803
|
// Conflicting properties
|
|
2726
2804
|
|
|
@@ -2785,7 +2863,7 @@ interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scrollable
|
|
|
2785
2863
|
* @param child the child widget
|
|
2786
2864
|
* @param child_property the name of a child property installed on the class of `container`
|
|
2787
2865
|
*/
|
|
2788
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
2866
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
2789
2867
|
|
|
2790
2868
|
// Overloads of child_notify
|
|
2791
2869
|
|
|
@@ -2799,7 +2877,7 @@ interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scrollable
|
|
|
2799
2877
|
* Also see gtk_container_child_notify().
|
|
2800
2878
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
2801
2879
|
*/
|
|
2802
|
-
child_notify(child_property: string
|
|
2880
|
+
child_notify(child_property: string): void
|
|
2803
2881
|
/**
|
|
2804
2882
|
* Emits a #GtkWidget::child-notify signal for the
|
|
2805
2883
|
* [child property][child-properties] `child_property`
|
|
@@ -2810,7 +2888,7 @@ interface ScrollView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scrollable
|
|
|
2810
2888
|
* Also see gtk_container_child_notify().
|
|
2811
2889
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
2812
2890
|
*/
|
|
2813
|
-
child_notify(child_property: string
|
|
2891
|
+
child_notify(child_property: string): void
|
|
2814
2892
|
|
|
2815
2893
|
// Own virtual methods of Eog-3.0.Eog.ScrollView
|
|
2816
2894
|
|
|
@@ -3051,6 +3129,7 @@ module Sidebar {
|
|
|
3051
3129
|
// Own constructor properties of Eog-3.0.Eog.Sidebar
|
|
3052
3130
|
|
|
3053
3131
|
current_page?: Gtk.Widget | null
|
|
3132
|
+
currentPage?: Gtk.Widget | null
|
|
3054
3133
|
}
|
|
3055
3134
|
|
|
3056
3135
|
}
|
|
@@ -3060,6 +3139,7 @@ interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
3060
3139
|
// Own properties of Eog-3.0.Eog.Sidebar
|
|
3061
3140
|
|
|
3062
3141
|
current_page: Gtk.Widget
|
|
3142
|
+
currentPage: Gtk.Widget
|
|
3063
3143
|
|
|
3064
3144
|
// Own fields of Eog-3.0.Eog.Sidebar
|
|
3065
3145
|
|
|
@@ -3068,7 +3148,7 @@ interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
3068
3148
|
|
|
3069
3149
|
// Owm methods of Eog-3.0.Eog.Sidebar
|
|
3070
3150
|
|
|
3071
|
-
add_page(title: string
|
|
3151
|
+
add_page(title: string, main_widget: Gtk.Widget): void
|
|
3072
3152
|
get_n_pages(): number
|
|
3073
3153
|
get_page_nr(): number
|
|
3074
3154
|
is_empty(): boolean
|
|
@@ -3089,7 +3169,7 @@ interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
3089
3169
|
* @param child the child widget
|
|
3090
3170
|
* @param child_property the name of a child property installed on the class of `container`
|
|
3091
3171
|
*/
|
|
3092
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
3172
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
3093
3173
|
|
|
3094
3174
|
// Overloads of child_notify
|
|
3095
3175
|
|
|
@@ -3103,7 +3183,7 @@ interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
3103
3183
|
* Also see gtk_container_child_notify().
|
|
3104
3184
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3105
3185
|
*/
|
|
3106
|
-
child_notify(child_property: string
|
|
3186
|
+
child_notify(child_property: string): void
|
|
3107
3187
|
/**
|
|
3108
3188
|
* Emits a #GtkWidget::child-notify signal for the
|
|
3109
3189
|
* [child property][child-properties] `child_property`
|
|
@@ -3114,7 +3194,7 @@ interface Sidebar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
3114
3194
|
* Also see gtk_container_child_notify().
|
|
3115
3195
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3116
3196
|
*/
|
|
3117
|
-
child_notify(child_property: string
|
|
3197
|
+
child_notify(child_property: string): void
|
|
3118
3198
|
|
|
3119
3199
|
// Own virtual methods of Eog-3.0.Eog.Sidebar
|
|
3120
3200
|
|
|
@@ -3375,7 +3455,7 @@ interface Statusbar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
|
|
|
3375
3455
|
* @param child the child widget
|
|
3376
3456
|
* @param child_property the name of a child property installed on the class of `container`
|
|
3377
3457
|
*/
|
|
3378
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
3458
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
3379
3459
|
|
|
3380
3460
|
// Overloads of child_notify
|
|
3381
3461
|
|
|
@@ -3389,7 +3469,7 @@ interface Statusbar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
|
|
|
3389
3469
|
* Also see gtk_container_child_notify().
|
|
3390
3470
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3391
3471
|
*/
|
|
3392
|
-
child_notify(child_property: string
|
|
3472
|
+
child_notify(child_property: string): void
|
|
3393
3473
|
/**
|
|
3394
3474
|
* Emits a #GtkWidget::child-notify signal for the
|
|
3395
3475
|
* [child property][child-properties] `child_property`
|
|
@@ -3400,7 +3480,7 @@ interface Statusbar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
|
|
|
3400
3480
|
* Also see gtk_container_child_notify().
|
|
3401
3481
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3402
3482
|
*/
|
|
3403
|
-
child_notify(child_property: string
|
|
3483
|
+
child_notify(child_property: string): void
|
|
3404
3484
|
|
|
3405
3485
|
// Class property signals of Eog-3.0.Eog.Statusbar
|
|
3406
3486
|
|
|
@@ -3591,6 +3671,7 @@ module ThumbNav {
|
|
|
3591
3671
|
mode?: number | null
|
|
3592
3672
|
show_buttons?: boolean | null
|
|
3593
3673
|
thumbview?: ThumbView | null
|
|
3674
|
+
showButtons?: boolean | null
|
|
3594
3675
|
}
|
|
3595
3676
|
|
|
3596
3677
|
}
|
|
@@ -3601,6 +3682,7 @@ interface ThumbNav extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
3601
3682
|
|
|
3602
3683
|
mode: number
|
|
3603
3684
|
show_buttons: boolean
|
|
3685
|
+
showButtons: boolean
|
|
3604
3686
|
readonly thumbview: ThumbView
|
|
3605
3687
|
|
|
3606
3688
|
// Own fields of Eog-3.0.Eog.ThumbNav
|
|
@@ -3645,7 +3727,7 @@ interface ThumbNav extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
3645
3727
|
* @param child the child widget
|
|
3646
3728
|
* @param child_property the name of a child property installed on the class of `container`
|
|
3647
3729
|
*/
|
|
3648
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
3730
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
3649
3731
|
|
|
3650
3732
|
// Overloads of child_notify
|
|
3651
3733
|
|
|
@@ -3659,7 +3741,7 @@ interface ThumbNav extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
3659
3741
|
* Also see gtk_container_child_notify().
|
|
3660
3742
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3661
3743
|
*/
|
|
3662
|
-
child_notify(child_property: string
|
|
3744
|
+
child_notify(child_property: string): void
|
|
3663
3745
|
/**
|
|
3664
3746
|
* Emits a #GtkWidget::child-notify signal for the
|
|
3665
3747
|
* [child property][child-properties] `child_property`
|
|
@@ -3670,7 +3752,7 @@ interface ThumbNav extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
|
|
|
3670
3752
|
* Also see gtk_container_child_notify().
|
|
3671
3753
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3672
3754
|
*/
|
|
3673
|
-
child_notify(child_property: string
|
|
3755
|
+
child_notify(child_property: string): void
|
|
3674
3756
|
|
|
3675
3757
|
// Class property signals of Eog-3.0.Eog.ThumbNav
|
|
3676
3758
|
|
|
@@ -3965,7 +4047,7 @@ interface ThumbView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.CellLayout,
|
|
|
3965
4047
|
* @param child the child widget
|
|
3966
4048
|
* @param child_property the name of a child property installed on the class of `container`
|
|
3967
4049
|
*/
|
|
3968
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
4050
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
3969
4051
|
|
|
3970
4052
|
// Overloads of child_notify
|
|
3971
4053
|
|
|
@@ -3979,7 +4061,7 @@ interface ThumbView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.CellLayout,
|
|
|
3979
4061
|
* Also see gtk_container_child_notify().
|
|
3980
4062
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3981
4063
|
*/
|
|
3982
|
-
child_notify(child_property: string
|
|
4064
|
+
child_notify(child_property: string): void
|
|
3983
4065
|
/**
|
|
3984
4066
|
* Emits a #GtkWidget::child-notify signal for the
|
|
3985
4067
|
* [child property][child-properties] `child_property`
|
|
@@ -3990,7 +4072,7 @@ interface ThumbView extends Atk.ImplementorIface, Gtk.Buildable, Gtk.CellLayout,
|
|
|
3990
4072
|
* Also see gtk_container_child_notify().
|
|
3991
4073
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
3992
4074
|
*/
|
|
3993
|
-
child_notify(child_property: string
|
|
4075
|
+
child_notify(child_property: string): void
|
|
3994
4076
|
|
|
3995
4077
|
// Class property signals of Eog-3.0.Eog.ThumbView
|
|
3996
4078
|
|
|
@@ -4288,6 +4370,11 @@ module URIConverter {
|
|
|
4288
4370
|
counter_start?: number | null
|
|
4289
4371
|
n_images?: number | null
|
|
4290
4372
|
space_character?: number | null
|
|
4373
|
+
convertSpaces?: boolean | null
|
|
4374
|
+
counterNDigits?: number | null
|
|
4375
|
+
counterStart?: number | null
|
|
4376
|
+
nImages?: number | null
|
|
4377
|
+
spaceCharacter?: number | null
|
|
4291
4378
|
}
|
|
4292
4379
|
|
|
4293
4380
|
}
|
|
@@ -4297,10 +4384,15 @@ interface URIConverter {
|
|
|
4297
4384
|
// Own properties of Eog-3.0.Eog.URIConverter
|
|
4298
4385
|
|
|
4299
4386
|
convert_spaces: boolean
|
|
4387
|
+
convertSpaces: boolean
|
|
4300
4388
|
counter_n_digits: number
|
|
4389
|
+
counterNDigits: number
|
|
4301
4390
|
counter_start: number
|
|
4391
|
+
counterStart: number
|
|
4302
4392
|
n_images: number
|
|
4393
|
+
nImages: number
|
|
4303
4394
|
space_character: number
|
|
4395
|
+
spaceCharacter: number
|
|
4304
4396
|
|
|
4305
4397
|
// Own fields of Eog-3.0.Eog.URIConverter
|
|
4306
4398
|
|
|
@@ -4347,10 +4439,10 @@ class URIConverter extends GObject.Object {
|
|
|
4347
4439
|
// Constructors of Eog-3.0.Eog.URIConverter
|
|
4348
4440
|
|
|
4349
4441
|
constructor(config?: URIConverter.ConstructorProperties)
|
|
4350
|
-
constructor(base_file: Gio.File, img_format: GdkPixbuf.PixbufFormat, format_string: string
|
|
4351
|
-
static new(base_file: Gio.File, img_format: GdkPixbuf.PixbufFormat, format_string: string
|
|
4442
|
+
constructor(base_file: Gio.File, img_format: GdkPixbuf.PixbufFormat, format_string: string)
|
|
4443
|
+
static new(base_file: Gio.File, img_format: GdkPixbuf.PixbufFormat, format_string: string): URIConverter
|
|
4352
4444
|
_init(config?: URIConverter.ConstructorProperties): void
|
|
4353
|
-
static preview(format_str: string
|
|
4445
|
+
static preview(format_str: string, img: Image, format: GdkPixbuf.PixbufFormat, counter: number, n_images: number, convert_spaces: boolean, space_char: string): string | null
|
|
4354
4446
|
}
|
|
4355
4447
|
|
|
4356
4448
|
module Window {
|
|
@@ -4386,6 +4478,21 @@ module Window {
|
|
|
4386
4478
|
* should behave upon creation.
|
|
4387
4479
|
*/
|
|
4388
4480
|
startup_flags?: StartupFlags | null
|
|
4481
|
+
/**
|
|
4482
|
+
* Determines the position of the image gallery in the window
|
|
4483
|
+
* relative to the image.
|
|
4484
|
+
*/
|
|
4485
|
+
galleryPosition?: WindowGalleryPos | null
|
|
4486
|
+
/**
|
|
4487
|
+
* If %TRUE the gallery will be resizable by the user otherwise it will be
|
|
4488
|
+
* in single column/row mode.
|
|
4489
|
+
*/
|
|
4490
|
+
galleryResizable?: boolean | null
|
|
4491
|
+
/**
|
|
4492
|
+
* A bitwise OR of #EogStartupFlags elements, indicating how the window
|
|
4493
|
+
* should behave upon creation.
|
|
4494
|
+
*/
|
|
4495
|
+
startupFlags?: StartupFlags | null
|
|
4389
4496
|
}
|
|
4390
4497
|
|
|
4391
4498
|
}
|
|
@@ -4399,16 +4506,31 @@ interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.ActionMap, G
|
|
|
4399
4506
|
* relative to the image.
|
|
4400
4507
|
*/
|
|
4401
4508
|
gallery_position: WindowGalleryPos
|
|
4509
|
+
/**
|
|
4510
|
+
* Determines the position of the image gallery in the window
|
|
4511
|
+
* relative to the image.
|
|
4512
|
+
*/
|
|
4513
|
+
galleryPosition: WindowGalleryPos
|
|
4402
4514
|
/**
|
|
4403
4515
|
* If %TRUE the gallery will be resizable by the user otherwise it will be
|
|
4404
4516
|
* in single column/row mode.
|
|
4405
4517
|
*/
|
|
4406
4518
|
gallery_resizable: boolean
|
|
4519
|
+
/**
|
|
4520
|
+
* If %TRUE the gallery will be resizable by the user otherwise it will be
|
|
4521
|
+
* in single column/row mode.
|
|
4522
|
+
*/
|
|
4523
|
+
galleryResizable: boolean
|
|
4407
4524
|
/**
|
|
4408
4525
|
* A bitwise OR of #EogStartupFlags elements, indicating how the window
|
|
4409
4526
|
* should behave upon creation.
|
|
4410
4527
|
*/
|
|
4411
4528
|
readonly startup_flags: StartupFlags
|
|
4529
|
+
/**
|
|
4530
|
+
* A bitwise OR of #EogStartupFlags elements, indicating how the window
|
|
4531
|
+
* should behave upon creation.
|
|
4532
|
+
*/
|
|
4533
|
+
readonly startupFlags: StartupFlags
|
|
4412
4534
|
|
|
4413
4535
|
// Conflicting properties
|
|
4414
4536
|
|
|
@@ -4421,7 +4543,7 @@ interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.ActionMap, G
|
|
|
4421
4543
|
// Owm methods of Eog-3.0.Eog.Window
|
|
4422
4544
|
|
|
4423
4545
|
close(): void
|
|
4424
|
-
get_gear_menu_section(id: string
|
|
4546
|
+
get_gear_menu_section(id: string): Gio.Menu
|
|
4425
4547
|
/**
|
|
4426
4548
|
* Gets the image currently displayed in `window` or %NULL if
|
|
4427
4549
|
* no image is being displayed.
|
|
@@ -4527,7 +4649,7 @@ interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.ActionMap, G
|
|
|
4527
4649
|
* @param child the child widget
|
|
4528
4650
|
* @param child_property the name of a child property installed on the class of `container`
|
|
4529
4651
|
*/
|
|
4530
|
-
child_notify(child: Gtk.Widget, child_property: string
|
|
4652
|
+
child_notify(child: Gtk.Widget, child_property: string): void
|
|
4531
4653
|
|
|
4532
4654
|
// Overloads of child_notify
|
|
4533
4655
|
|
|
@@ -4541,7 +4663,7 @@ interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.ActionMap, G
|
|
|
4541
4663
|
* Also see gtk_container_child_notify().
|
|
4542
4664
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
4543
4665
|
*/
|
|
4544
|
-
child_notify(child_property: string
|
|
4666
|
+
child_notify(child_property: string): void
|
|
4545
4667
|
/**
|
|
4546
4668
|
* Emits a #GtkWidget::child-notify signal for the
|
|
4547
4669
|
* [child property][child-properties] `child_property`
|
|
@@ -4552,7 +4674,7 @@ interface Window extends Atk.ImplementorIface, Gio.ActionGroup, Gio.ActionMap, G
|
|
|
4552
4674
|
* Also see gtk_container_child_notify().
|
|
4553
4675
|
* @param child_property the name of a child property installed on the class of `widget’`s parent
|
|
4554
4676
|
*/
|
|
4555
|
-
child_notify(child_property: string
|
|
4677
|
+
child_notify(child_property: string): void
|
|
4556
4678
|
|
|
4557
4679
|
// Own virtual methods of Eog-3.0.Eog.Window
|
|
4558
4680
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/eog-3.0",
|
|
3
|
-
"version": "3.0.0-3.2.
|
|
3
|
+
"version": "3.0.0-3.2.7",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Eog-3.0, generated from library version 3.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "eog-3.0.js",
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit eog-3.0.d.cts"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.50.0-3.2.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gdk-3.0": "^3.24.38-3.2.
|
|
32
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
33
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
34
|
-
"@girs/gjs": "^3.2.
|
|
35
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
36
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
37
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
38
|
-
"@girs/gtk-3.0": "^3.24.38-3.2.
|
|
39
|
-
"@girs/harfbuzz-0.0": "^8.2.1-3.2.
|
|
40
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
41
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
28
|
+
"@girs/atk-1.0": "^2.50.0-3.2.7",
|
|
29
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.7",
|
|
30
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.7",
|
|
31
|
+
"@girs/gdk-3.0": "^3.24.38-3.2.7",
|
|
32
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
|
|
33
|
+
"@girs/gio-2.0": "^2.78.0-3.2.7",
|
|
34
|
+
"@girs/gjs": "^3.2.7",
|
|
35
|
+
"@girs/glib-2.0": "^2.78.0-3.2.7",
|
|
36
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.7",
|
|
37
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.7",
|
|
38
|
+
"@girs/gtk-3.0": "^3.24.38-3.2.7",
|
|
39
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
|
|
40
|
+
"@girs/pango-1.0": "^1.51.0-3.2.7",
|
|
41
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.7"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"typescript": "*"
|