Find a file
George Kiagiadakis b807b666a0 debug: don't crash if an object is NULL in wp_*_object() and point it out in the log
by using G_TYPE_NONE (== 1), we can pass this in the log handler
to point out the fact that we expected something but it's null

As a bonus, a null object always gets printed in red because that's
the first color in object_colors
2020-05-20 18:27:09 +03:00
docs docs: update configuration.md 2020-05-20 13:14:53 +03:00
lib debug: don't crash if an object is NULL in wp_*_object() and point it out in the log 2020-05-20 18:27:09 +03:00
modules m-client-permissions: port to WpPlugin 2020-05-20 18:26:36 +03:00
src main: disconnect core before exiting 2020-05-19 10:18:51 -04:00
subprojects wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00
tests proxy: add a wp_proxy_get_property() method to get a single pw property 2020-05-20 18:08:35 +03:00
tools session: rename the default source/sink controls to have shorter names 2020-05-14 17:31:24 +03:00
.editorconfig docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00
.gitignore add .gitignore 2019-12-23 18:24:06 +02:00
.gitlab-ci.yml ci: actually create the "public" directory in the pages job 2020-05-18 23:21:23 +03:00
LICENSE Relicense to MIT 2019-05-31 12:13:12 +03:00
Makefile config: refactor wireplumber's configuration 2019-12-17 17:16:53 +02:00
meson.build meson: bump project version number 2020-05-18 10:22:45 +03:00
meson_options.txt docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00
README.md docs: improve documentation 2020-05-19 17:54:10 +03:00

WirePlumber

WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire.

Getting Started

Please refer to the documentation, which is available online here