lib: begin working on a library to allow implementing policy plugins

This commit is contained in:
George Kiagiadakis
2019-04-10 12:32:51 +03:00
parent 43c44fb7cf
commit 9d4731d029
10 changed files with 508 additions and 2 deletions

22
lib/wp/error.c Normal file
View File

@@ -0,0 +1,22 @@
/* WirePlumber
*
* Copyright © 2019 Collabora Ltd.
* @author George Kiagiadakis <george.kiagiadakis@collabora.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, either version 2.1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include "error.h"
G_DEFINE_QUARK (wireplumber-library, wp_domain_library);