mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 05:20:05 +01:00
13 lines
272 B
C
13 lines
272 B
C
/* WirePlumber
|
|
*
|
|
* Copyright © 2019 Collabora Ltd.
|
|
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include "error.h"
|
|
|
|
/*! \defgroup wperror Errors */
|
|
|
|
G_DEFINE_QUARK (wireplumber-library, wp_domain_library);
|