#include "syslog-ng.h"

Go to the source code of this file.
Classes | |
| struct | KafkaProperty |
Functions | |
| KafkaProperty * | kafka_property_new (const gchar *name, const gchar *value) |
| void | kafka_property_free (KafkaProperty *self) |
| void | kafka_property_list_free (GList *l) |
| KafkaProperty * | kafka_property_list_find_not_empty (GList *l, const gchar *name) |
| void kafka_property_free | ( | KafkaProperty * | self | ) |
| KafkaProperty* kafka_property_list_find_not_empty | ( | GList * | l, |
| const gchar * | name | ||
| ) |
| void kafka_property_list_free | ( | GList * | l | ) |
| KafkaProperty* kafka_property_new | ( | const gchar * | name, |
| const gchar * | value | ||
| ) |