output_init: renamed parameter "error" to "error_r"
It's a double pointer.
This commit is contained in:
@@ -38,7 +38,7 @@ audio_output_quark(void)
|
||||
|
||||
bool
|
||||
audio_output_init(struct audio_output *ao, const struct config_param *param,
|
||||
GError **error);
|
||||
GError **error_r);
|
||||
|
||||
/**
|
||||
* Opens or closes the device, depending on the "enabled" flag.
|
||||
|
||||
Reference in New Issue
Block a user