mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
indent
This commit is contained in:
parent
d1a06ae247
commit
5b037661d9
154 changed files with 21017 additions and 23044 deletions
|
|
@ -33,22 +33,20 @@ extern "C" {
|
|||
#include <spa/dict.h>
|
||||
#include <spa/log.h>
|
||||
|
||||
int spa_debug_port_info (const struct spa_port_info *info, const struct spa_type_map *map);
|
||||
int spa_debug_buffer (const struct spa_buffer *buffer, const struct spa_type_map *map);
|
||||
int spa_debug_props (const struct spa_props *props, const struct spa_type_map *map);
|
||||
int spa_debug_param (const struct spa_param *param, const struct spa_type_map *map);
|
||||
int spa_debug_pod (const struct spa_pod *pod, const struct spa_type_map *map);
|
||||
int spa_debug_format (const struct spa_format *format, const struct spa_type_map *map);
|
||||
int spa_debug_dump_mem (const void *data, size_t size);
|
||||
int spa_debug_dict (const struct spa_dict *dict);
|
||||
int spa_debug_port_info(const struct spa_port_info *info, const struct spa_type_map *map);
|
||||
int spa_debug_buffer(const struct spa_buffer *buffer, const struct spa_type_map *map);
|
||||
int spa_debug_props(const struct spa_props *props, const struct spa_type_map *map);
|
||||
int spa_debug_param(const struct spa_param *param, const struct spa_type_map *map);
|
||||
int spa_debug_pod(const struct spa_pod *pod, const struct spa_type_map *map);
|
||||
int spa_debug_format(const struct spa_format *format, const struct spa_type_map *map);
|
||||
int spa_debug_dump_mem(const void *data, size_t size);
|
||||
int spa_debug_dict(const struct spa_dict *dict);
|
||||
|
||||
struct spa_log* spa_log_get_default (void);
|
||||
void spa_log_default_trace_purge (void);
|
||||
struct spa_log *spa_log_get_default(void);
|
||||
void spa_log_default_trace_purge(void);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* __SPA_LIBDEBUG_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue