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

Go to the source code of this file.

Typedefs

typedef void IdCounter
 

Functions

IdCounterid_counter_new (void)
 
guint id_counter_get_next_id (IdCounter *self)
 
IdCounterid_counter_ref (IdCounter *self)
 
void id_counter_unref (IdCounter *self)
 

Typedef Documentation

◆ IdCounter

typedef void IdCounter

Function Documentation

◆ id_counter_get_next_id()

guint id_counter_get_next_id ( IdCounter self)

◆ id_counter_new()

IdCounter* id_counter_new ( void  )

◆ id_counter_ref()

IdCounter* id_counter_ref ( IdCounter self)

◆ id_counter_unref()

void id_counter_unref ( IdCounter self)