wireplumber/lib/wp/error.c

21 lines
343 B
C
Raw Normal View History

/* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
*
2019-05-31 12:13:01 +03:00
* SPDX-License-Identifier: MIT
*/
2020-02-17 15:39:19 +02:00
/**
* SECTION: Error
*
* Error domain and codes for #GError
*/
#include "error.h"
2020-02-17 15:39:19 +02:00
/**
* wp_domain_library_quark:
*/
G_DEFINE_QUARK (wireplumber-library, wp_domain_library);