From 7360d5fb6ff6de3c468a36066b0b3438e48ba962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Thu, 2 May 2024 13:17:02 +0200 Subject: [PATCH] clapper-gtk: billboard: Documentation fixes Billboard does not post automatic volume/speed announcements. It did at some point during development, but it was scrapped in favour of letting app use callbacks of "notify" signals to call announce speed/volume. --- src/lib/clapper-gtk/clapper-gtk-billboard.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/clapper-gtk/clapper-gtk-billboard.c b/src/lib/clapper-gtk/clapper-gtk-billboard.c index cf139416..5aad1ec9 100644 --- a/src/lib/clapper-gtk/clapper-gtk-billboard.c +++ b/src/lib/clapper-gtk/clapper-gtk-billboard.c @@ -290,7 +290,6 @@ clapper_gtk_billboard_unpin_pinned_message (ClapperGtkBillboard *self) * side of @billboard. * * Use this if you want to present current volume level to the user. - * Note that @billboard also automatically announces volume changes. */ void clapper_gtk_billboard_announce_volume (ClapperGtkBillboard *self) @@ -336,7 +335,6 @@ clapper_gtk_billboard_announce_volume (ClapperGtkBillboard *self) * side of @billboard. * * Use this if you want to present current speed value to the user. - * Note that @billboard also automatically announces speed changes. */ void clapper_gtk_billboard_announce_speed (ClapperGtkBillboard *self)