Files
wireplumber/lib/wp/error.c
2021-03-04 19:10:10 +02:00

22 lines
366 B
C

/* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
*
* SPDX-License-Identifier: MIT
*/
/**
* SECTION: error
* @title: Error codes
*
* Error domain and codes for #GError
*/
#include "error.h"
/**
* wp_domain_library_quark:
*/
G_DEFINE_QUARK (wireplumber-library, wp_domain_library);