wireplumber/lib/wp/wp.h
George Kiagiadakis a71d433a5e lib: implement WpEndpoint (interface + Proxy + Exported + unit test)
heavily based on the WpSession implementation
2019-12-11 19:05:09 +02:00

27 lines
590 B
C

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