26 #ifndef KAFKA_PROPS_H_INCLUDED
27 #define KAFKA_PROPS_H_INCLUDED
31 typedef struct _KafkaProperty
const gchar * name
Definition: debugger.c:265
KafkaProperty * kafka_property_list_find_not_empty(GList *l, const gchar *name)
Definition: kafka-props.c:56
KafkaProperty * kafka_property_new(const gchar *name, const gchar *value)
Definition: kafka-props.c:32
void kafka_property_list_free(GList *l)
Definition: kafka-props.c:71
void kafka_property_free(KafkaProperty *self)
Definition: kafka-props.c:42
Definition: kafka-props.h:32
gchar * name
Definition: kafka-props.h:33
gchar * value
Definition: kafka-props.h:34
GString * value
Definition: test_decode.c:28