2019-04-10 12:32:51 +03:00
|
|
|
/* WirePlumber
|
|
|
|
|
*
|
|
|
|
|
* Copyright © 2019 Collabora Ltd.
|
|
|
|
|
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
|
|
|
|
|
*
|
2019-05-31 12:13:01 +03:00
|
|
|
* SPDX-License-Identifier: MIT
|
2019-04-12 12:53:54 +03:00
|
|
|
*/
|
2019-04-10 12:32:51 +03:00
|
|
|
|
|
|
|
|
#include "error.h"
|
|
|
|
|
|
2020-02-17 15:39:19 +02:00
|
|
|
/**
|
|
|
|
|
* wp_domain_library_quark:
|
2021-05-13 17:54:58 +03:00
|
|
|
*
|
|
|
|
|
* @file error.c
|
|
|
|
|
*
|
|
|
|
|
* @section error_section Error codes
|
|
|
|
|
*
|
|
|
|
|
* Error domain and codes for
|
|
|
|
|
* <a href="https://developer.gnome.org/glib/stable/glib-Error-Reporting.html#GError">
|
|
|
|
|
* GError</a>
|
2020-02-17 15:39:19 +02:00
|
|
|
*/
|
2019-04-10 12:32:51 +03:00
|
|
|
G_DEFINE_QUARK (wireplumber-library, wp_domain_library);
|