File: error.c

package info (click to toggle)
wireplumber 0.5.8-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,064 kB
  • sloc: ansic: 39,455; python: 318; sh: 62; makefile: 55; xml: 23
file content (13 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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);