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

Go to the source code of this file.

Classes

struct  PersistableStatePresenter
 

Typedefs

typedef PersistableStatePresenter *(* PersistableStatePresenterConstructFunc) (const gchar *name)
 

Functions

PersistableStatePresenterConstructFunc persistable_state_presenter_get_constructor_by_prefix (const gchar *prefix)
 
void persistable_state_presenter_register_constructor (const gchar *prefix, PersistableStatePresenterConstructFunc handler)
 

Typedef Documentation

◆ PersistableStatePresenterConstructFunc

typedef PersistableStatePresenter*(* PersistableStatePresenterConstructFunc) (const gchar *name)

Function Documentation

◆ persistable_state_presenter_get_constructor_by_prefix()

PersistableStatePresenterConstructFunc persistable_state_presenter_get_constructor_by_prefix ( const gchar *  prefix)

◆ persistable_state_presenter_register_constructor()

void persistable_state_presenter_register_constructor ( const gchar *  prefix,
PersistableStatePresenterConstructFunc  handler 
)