12 lines
253 B
C
12 lines
253 B
C
/* WirePlumber
|
|
*
|
|
* Copyright © 2019 Collabora Ltd.
|
|
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
|
*/
|
|
|
|
#include "error.h"
|
|
|
|
G_DEFINE_QUARK (wireplumber-library, wp_domain_library);
|