Skip to content

Commit

Permalink
rename LoudnessFilterActive to Loudness and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Nov 12, 2019
1 parent af98db9 commit 263f4dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shairport-sync-dbus-test-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 263f4dd

Please sign in to comment.