wireplumber/lib/wp/link.h

23 lines
379 B
C
Raw Normal View History

2019-07-05 10:22:28 -04:00
/* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author Julian Bouzas <julian.bouzas@collabora.com>
*
* SPDX-License-Identifier: MIT
*/
#ifndef __WIREPLUMBER_LINK_H__
#define __WIREPLUMBER_LINK_H__
2019-07-05 10:22:28 -04:00
#include "proxy.h"
G_BEGIN_DECLS
#define WP_TYPE_LINK (wp_link_get_type ())
WP_API
G_DECLARE_FINAL_TYPE (WpLink, wp_link, WP, LINK, WpProxy)
2019-07-05 10:22:28 -04:00
G_END_DECLS
#endif