diff options
author | kotontrion <[email protected]> | 2024-09-05 15:07:12 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-09-05 15:07:12 +0200 |
commit | 67055f44ff9332c9a79434fac838041f7ff0f1f0 (patch) | |
tree | a5d0259fab10370a54375d4fd33c169ab7091559 /lib/wireplumber/src/audio.c | |
parent | c097bd513928d4c8ef65543a99c32437c7ca16d6 (diff) |
wireplumber: improve docs
Diffstat (limited to 'lib/wireplumber/src/audio.c')
-rw-r--r-- | lib/wireplumber/src/audio.c | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -51,6 +51,15 @@ static GParamSpec *astal_wp_audio_properties[ASTAL_WP_AUDIO_N_PROPERTIES] = { }; /** + * AstalWpAudio + * + * is instanciated by [[email protected]]. An instance of class can only be received there. + * + * This is a convinience class and acts as a filter for [[email protected]] to filter for audio + * endpoints and devices. + */ + +/** * astal_wp_audio_get_speaker: * @self: the AstalWpAudio object * @id: the id of the endpoint |