syslog-ng source
darwinosl-source-persist.h File Reference
#include "syslog-ng.h"
#include "persist-state.h"
Include dependency graph for darwinosl-source-persist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DarwinOSLogSourcePosition
 

Functions

DarwinOSLogSourcePersist * darwinosl_source_persist_new (void)
 
void darwinosl_source_persist_free (DarwinOSLogSourcePersist *self)
 
gboolean darwinosl_source_persist_init (DarwinOSLogSourcePersist *self, PersistState *state, const gchar *persist_name)
 
void darwinosl_source_persist_fill_bookmark (DarwinOSLogSourcePersist *self, Bookmark *bookmark, DarwinOSLogSourcePosition position)
 
void darwinosl_source_persist_load_position (DarwinOSLogSourcePersist *self, DarwinOSLogSourcePosition *position)
 

Function Documentation

◆ darwinosl_source_persist_fill_bookmark()

void darwinosl_source_persist_fill_bookmark ( DarwinOSLogSourcePersist *  self,
Bookmark *  bookmark,
DarwinOSLogSourcePosition  position 
)

◆ darwinosl_source_persist_free()

void darwinosl_source_persist_free ( DarwinOSLogSourcePersist *  self)

◆ darwinosl_source_persist_init()

gboolean darwinosl_source_persist_init ( DarwinOSLogSourcePersist *  self,
PersistState *  state,
const gchar *  persist_name 
)

◆ darwinosl_source_persist_load_position()

void darwinosl_source_persist_load_position ( DarwinOSLogSourcePersist *  self,
DarwinOSLogSourcePosition position 
)

◆ darwinosl_source_persist_new()

DarwinOSLogSourcePersist* darwinosl_source_persist_new ( void  )