#include "kafka-props.h"#include "messages.h"#include "str-utils.h"#include <stdio.h>#include <stdlib.h>
Functions | |
| KafkaProperty * | kafka_property_new (const gchar *name, const gchar *value) |
| 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) |
| 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 | ||
| ) |