|
ze
|
Scheme hook integration points invoked during I/O events. More...


Go to the source code of this file.
Functions | |
| void | preDirOpenHook (void) |
Invoke the Scheme preDirOpenHook with the directory path. | |
| void | postDirOpenHook (int num_files) |
Invoke the Scheme postDirOpenHook with the file count. | |
| void | preFileOpenHook (void) |
Invoke the Scheme preFileOpenHook with the filename. | |
| void | postFileOpenHook (void) |
Invoke the Scheme postFileOpenHook with current buffer contents. | |
| void | editorPreSaveHook (void) |
Invoke the Scheme preSaveHook with current buffer contents. | |
| void | editorPostSaveHook (void) |
Invoke the Scheme postSaveHook with current buffer contents. | |
Scheme hook integration points invoked during I/O events.