summaryrefslogtreecommitdiff
path: root/src/fr-window.h
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-03-24 10:44:43 +0800
committerLuke from DC <[email protected]>2023-04-05 03:17:49 +0000
commite424eb21db35129aee934aa528bddff0869b7a38 (patch)
treec345963472eea6060e50705556f04a25778b6974 /src/fr-window.h
parent4ee39ab04260179144ebb9ac7160df79a5b1e6fc (diff)
downloadengrampa-e424eb21db35129aee934aa528bddff0869b7a38.tar.bz2
engrampa-e424eb21db35129aee934aa528bddff0869b7a38.tar.xz
Extract: add the function of automatically closing the dialog box after decompression
Diffstat (limited to 'src/fr-window.h')
-rw-r--r--src/fr-window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fr-window.h b/src/fr-window.h
index 5606dfe..9b006a9 100644
--- a/src/fr-window.h
+++ b/src/fr-window.h
@@ -317,4 +317,6 @@ gboolean fr_window_file_list_drag_data_get (FrWindow *window,
void fr_window_update_dialog_closed (FrWindow *window);
+void fr_window_set_close_dialog (FrWindow *window,
+ gboolean state);
#endif /* FR_WINDOW_H */