wireplumber/lib/wp/wp.h
George Kiagiadakis c80b87208b lib: add a debug logging system
This extends GLib's logging system, so it is compatible with
g_debug() and friends, but it uses a better logging format and
supports filtering debug domains with wildcards, like in gst.
2020-04-14 12:16:41 +03:00

33 lines
719 B
C

/* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
*
* SPDX-License-Identifier: MIT
*/
#include "base-endpoint.h"
#include "client.h"
#include "configuration.h"
#include "core.h"
#include "debug.h"
#include "device.h"
#include "endpoint.h"
#include "endpoint-link.h"
#include "endpoint-stream.h"
#include "error.h"
#include "factory.h"
#include "link.h"
#include "module.h"
#include "node.h"
#include "object-manager.h"
#include "policy.h"
#include "port.h"
#include "properties.h"
#include "proxy.h"
#include "session.h"
#include "session-item.h"
#include "si-interfaces.h"
#include "si-factory.h"
#include "transition.h"
#include "wpenums.h"