wireplumber/lib/wp/wp.h

22 lines
444 B
C
Raw Normal View History

2019-04-03 18:31:05 +03:00
/* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
*
2019-05-31 12:13:01 +03:00
* SPDX-License-Identifier: MIT
*/
2019-04-03 18:31:05 +03:00
#include "core.h"
#include "endpoint.h"
#include "error.h"
#include "factory.h"
#include "module.h"
#include "policy.h"
#include "properties.h"
2019-06-10 15:07:54 -04:00
#include "proxy.h"
2019-08-27 18:26:07 +03:00
#include "proxy-client.h"
2019-07-05 10:22:28 -04:00
#include "proxy-link.h"
2019-06-10 15:07:54 -04:00
#include "proxy-node.h"
#include "proxy-port.h"
2019-09-12 16:56:35 +03:00
#include "wpenums.h"