From 67055f44ff9332c9a79434fac838041f7ff0f1f0 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Thu, 5 Sep 2024 15:07:12 +0200 Subject: wireplumber: improve docs --- lib/wireplumber/src/audio.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/wireplumber/src/audio.c') diff --git a/lib/wireplumber/src/audio.c b/lib/wireplumber/src/audio.c index 15582d7..69683f5 100644 --- a/lib/wireplumber/src/audio.c +++ b/lib/wireplumber/src/audio.c @@ -50,6 +50,15 @@ static GParamSpec *astal_wp_audio_properties[ASTAL_WP_AUDIO_N_PROPERTIES] = { NULL, }; +/** + * AstalWpAudio + * + * is instanciated by [class@AstalWp.Wp]. An instance of class can only be received there. + * + * This is a convinience class and acts as a filter for [class@AstalWp.Wp] to filter for audio + * endpoints and devices. + */ + /** * astal_wp_audio_get_speaker: * @self: the AstalWpAudio object -- cgit v1.2.3