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

Go to the source code of this file.

Classes

struct  KafkaProperty
 

Functions

KafkaPropertykafka_property_new (const gchar *name, const gchar *value)
 
void kafka_property_free (KafkaProperty *self)
 
void kafka_property_list_free (GList *l)
 
KafkaPropertykafka_property_list_find_not_empty (GList *l, const gchar *name)
 

Function Documentation

◆ kafka_property_free()

void kafka_property_free ( KafkaProperty self)

◆ kafka_property_list_find_not_empty()

KafkaProperty* kafka_property_list_find_not_empty ( GList *  l,
const gchar *  name 
)

◆ kafka_property_list_free()

void kafka_property_list_free ( GList *  l)

◆ kafka_property_new()

KafkaProperty* kafka_property_new ( const gchar *  name,
const gchar *  value 
)