ze
Loading...
Searching...
No Matches
Functions
hooks.h File Reference

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

#include "ze.h"
#include <libguile.h>
Include dependency graph for hooks.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Scheme hook integration points invoked during I/O events.