60 lines
1.6 KiB
JavaScript
60 lines
1.6 KiB
JavaScript
|
|
// @ts-check
|
||
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||
|
|
// This file is automatically generated. DO NOT EDIT
|
||
|
|
|
||
|
|
export function AddRecentUse(arg1) {
|
||
|
|
return window['go']['main']['FileHandler']['AddRecentUse'](arg1);
|
||
|
|
}
|
||
|
|
|
||
|
|
export function GetCompareImages(arg1, arg2) {
|
||
|
|
return window['go']['main']['FileHandler']['GetCompareImages'](arg1, arg2);
|
||
|
|
}
|
||
|
|
|
||
|
|
export function GetConfig() {
|
||
|
|
return window['go']['main']['FileHandler']['GetConfig']();
|
||
|
|
}
|
||
|
|
|
||
|
|
export function GetFileInfo(arg1) {
|
||
|
|
return window['go']['main']['FileHandler']['GetFileInfo'](arg1);
|
||
|
|
}
|
||
|
|
|
||
|
|
export function GetImageBase64(arg1) {
|
||
|
|
return window['go']['main']['FileHandler']['GetImageBase64'](arg1);
|
||
|
|
}
|
||
|
|
|
||
|
|
export function GetRecentUses() {
|
||
|
|
return window['go']['main']['FileHandler']['GetRecentUses']();
|
||
|
|
}
|
||
|
|
|
||
|
|
export function GetShortcuts() {
|
||
|
|
return window['go']['main']['FileHandler']['GetShortcuts']();
|
||
|
|
}
|
||
|
|
|
||
|
|
export function OpenFileDialog(arg1, arg2) {
|
||
|
|
return window['go']['main']['FileHandler']['OpenFileDialog'](arg1, arg2);
|
||
|
|
}
|
||
|
|
|
||
|
|
export function OpenFolder(arg1) {
|
||
|
|
return window['go']['main']['FileHandler']['OpenFolder'](arg1);
|
||
|
|
}
|
||
|
|
|
||
|
|
export function OpenSaveDialog(arg1, arg2, arg3, arg4) {
|
||
|
|
return window['go']['main']['FileHandler']['OpenSaveDialog'](arg1, arg2, arg3, arg4);
|
||
|
|
}
|
||
|
|
|
||
|
|
export function ProcessFile(arg1) {
|
||
|
|
return window['go']['main']['FileHandler']['ProcessFile'](arg1);
|
||
|
|
}
|
||
|
|
|
||
|
|
export function SaveConfig(arg1) {
|
||
|
|
return window['go']['main']['FileHandler']['SaveConfig'](arg1);
|
||
|
|
}
|
||
|
|
|
||
|
|
export function SaveResult(arg1, arg2) {
|
||
|
|
return window['go']['main']['FileHandler']['SaveResult'](arg1, arg2);
|
||
|
|
}
|
||
|
|
|
||
|
|
export function SaveShortcuts(arg1) {
|
||
|
|
return window['go']['main']['FileHandler']['SaveShortcuts'](arg1);
|
||
|
|
}
|