output/raop: consistently use GError

This commit is contained in:
Max Kellermann
2011-08-24 00:14:12 +02:00
parent d6290a2f1a
commit 350aa33022
4 changed files with 157 additions and 81 deletions

View File

@@ -60,7 +60,8 @@ pulse_output_set_volume(G_GNUC_UNUSED struct pulse_output *po,
bool
raop_set_volume(G_GNUC_UNUSED struct raop_data *rd,
G_GNUC_UNUSED unsigned volume)
G_GNUC_UNUSED unsigned volume,
G_GNUC_UNUSED GError **error_r)
{
return false;
}