Buffer actions internal API. More...
#include "data_object.h"
#include "buffer_action.h"
Go to the source code of this file.
Data Structures | |
struct | buffer_action_funcs |
Struct that holds the function pointers for an implementation of a buffer_action_t. More... | |
Functions | |
Internal functions | |
int | buffer_action_create_impl (buffer_action_t **action, void *impl, struct buffer_action_funcs *funcs) |
Creates a buffer_action_t using a specific implementation. | |
void * | buffer_action_get_impl (buffer_action_t *action) |
Gets the implementation of a buffer_action_t. |
Buffer actions internal API.
Definition in file buffer_action_internal.h.