]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
rename LoudnessFilterActive to Loudness and friends
authorMike Brady <mikebrady@eircom.net>
Tue, 12 Nov 2019 08:57:09 +0000 (08:57 +0000)
committerMike Brady <mikebrady@eircom.net>
Tue, 12 Nov 2019 08:57:09 +0000 (08:57 +0000)
shairport-sync-dbus-test-client.c

index 96a7de8dd5b06bba0dbd1886efa16ca2e181428d..bf968c456dea0bd494f5f6ec03d25a1bc1637760 100644 (file)
@@ -40,11 +40,11 @@ void on_properties_changed(__attribute__((unused)) GDBusProxy *proxy, GVariant *
   }
 }
 
-void notify_loudness_filter_active_callback(ShairportSync *proxy,
+void notify_loudness_callback(ShairportSync *proxy,
                                             __attribute__((unused)) gpointer user_data) {
-  //  printf("\"notify_loudness_filter_active_callback\" called with a gpointer of
+  //  printf("\"notify_loudness_callback\" called with a gpointer of
   //  %lx.\n",(int64_t)user_data);
-  gboolean ebl = shairport_sync_get_loudness_filter_active(proxy);
+  gboolean ebl = shairport_sync_get_loudness(proxy);
   if (ebl == TRUE)
     printf("Client reports loudness is enabled.\n");
   else