wireplumber/lib/wp/error.c

22 lines
366 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
/**
2021-03-04 19:10:10 +02:00
* SECTION: error
* @title: Error codes
2020-02-17 15:39:19 +02:00
*
* 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);