Information about a buffer event. More...
#include <buffer_event.h>
Data Fields | |
| int | event_type |
| The event type (BLESS_BUFFER_EVENT_*). | |
| int | action_type |
| The action type (BLESS_BUFFER_ACTION_*). | |
| off_t | range_start |
| The start of the range of the buffer that was affected by an event. | |
| off_t | range_length |
| The length of the range of the buffer that was affected by an event. | |
| int | save_fd |
| The descriptor of the file the buffer was saved to. | |
Information about a buffer event.
Definition at line 57 of file buffer_event.h.
1.6.1