diff options
| author | Pierre-Marie Pédrot | 2018-11-17 13:43:21 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-17 13:43:21 +0100 |
| commit | 71938f0de10e1f3b69b1158b80b4898bf3a7dfdb (patch) | |
| tree | 5cf67cc560059f8423724688fe88c7ed6a6db2b4 /ide/fileOps.mli | |
| parent | f8a76b3d383abf468fb21df509f5da8f8aafa913 (diff) | |
| parent | a60461fdc0453a32451221d22e906ea74a0341e5 (diff) | |
Merge PR #8968: Miscellaneous CoqIDE fixes
Diffstat (limited to 'ide/fileOps.mli')
| -rw-r--r-- | ide/fileOps.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/fileOps.mli b/ide/fileOps.mli index 9a1f0cb738..44a19f9981 100644 --- a/ide/fileOps.mli +++ b/ide/fileOps.mli @@ -16,10 +16,10 @@ object method filename : string option method update_stats : unit method changed_on_disk : bool - method revert : unit + method revert : ?parent:GWindow.window -> unit -> unit method auto_save : unit method save : string -> bool - method saveas : string -> bool + method saveas : ?parent:GWindow.window -> string -> bool end class fileops : GText.buffer -> string option -> (unit -> unit) -> ops |
