wireplumber/lib/wp/wp.h
George Kiagiadakis 5f169d190f lib: implement a new WpTransition class
This is an asynchronous operation class, like GTask,
but it is made to execute several operations underneath,
using a state machine, instead of just a single operation.
2020-03-29 15:02:59 +03:00

27 lines
567 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 "device.h"
#include "endpoint.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 "transition.h"
#include "wpenums.h"