5#ifndef SPA_DEBUG_DICT_H 
    6#define SPA_DEBUG_DICT_H 
   20#ifndef SPA_API_DEBUG_DICT 
   22  #define SPA_API_DEBUG_DICT SPA_API_IMPL 
   24  #define SPA_API_DEBUG_DICT static inline 
   33                spa_debugc(ctx, 
"%*s  %s = \"%s\"", indent, 
"", item->key, item->value);
 
#define spa_debugc(_c, _fmt,...)
Definition context.h:49
SPA_API_DEBUG_DICT int spa_debugc_dict(struct spa_debug_context *ctx, int indent, const struct spa_dict *dict)
Definition dict.h:35
#define SPA_API_DEBUG_DICT
Definition dict.h:31
SPA_API_DEBUG_DICT int spa_debug_dict(int indent, const struct spa_dict *dict)
Definition dict.h:45
#define spa_dict_for_each(item, dict)
Definition dict.h:71
uint32_t n_items
Definition dict.h:55
uint32_t flags
Definition dict.h:54