96 lines
2.6 KiB
JavaScript
96 lines
2.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 ExtractPDFText(arg1) {
|
|
return window['go']['main']['FileHandler']['ExtractPDFText'](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 GetExeDir() {
|
|
return window['go']['main']['FileHandler']['GetExeDir']();
|
|
}
|
|
|
|
export function GetFileInfo(arg1) {
|
|
return window['go']['main']['FileHandler']['GetFileInfo'](arg1);
|
|
}
|
|
|
|
export function GetImageBase64(arg1) {
|
|
return window['go']['main']['FileHandler']['GetImageBase64'](arg1);
|
|
}
|
|
|
|
export function GetLogDates() {
|
|
return window['go']['main']['FileHandler']['GetLogDates']();
|
|
}
|
|
|
|
export function GetLogs(arg1) {
|
|
return window['go']['main']['FileHandler']['GetLogs'](arg1);
|
|
}
|
|
|
|
export function GetRecentUses() {
|
|
return window['go']['main']['FileHandler']['GetRecentUses']();
|
|
}
|
|
|
|
export function GetShortcuts() {
|
|
return window['go']['main']['FileHandler']['GetShortcuts']();
|
|
}
|
|
|
|
export function LogError(arg1) {
|
|
return window['go']['main']['FileHandler']['LogError'](arg1);
|
|
}
|
|
|
|
export function LogInfo(arg1) {
|
|
return window['go']['main']['FileHandler']['LogInfo'](arg1);
|
|
}
|
|
|
|
export function OpenFileDialog(arg1, arg2) {
|
|
return window['go']['main']['FileHandler']['OpenFileDialog'](arg1, arg2);
|
|
}
|
|
|
|
export function OpenFilesDialog(arg1, arg2) {
|
|
return window['go']['main']['FileHandler']['OpenFilesDialog'](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 SaveBase64ToFile(arg1, arg2) {
|
|
return window['go']['main']['FileHandler']['SaveBase64ToFile'](arg1, arg2);
|
|
}
|
|
|
|
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);
|
|
}
|
|
|
|
export function StitchImages(arg1, arg2, arg3, arg4, arg5) {
|
|
return window['go']['main']['FileHandler']['StitchImages'](arg1, arg2, arg3, arg4, arg5);
|
|
}
|