[vlc-devel] [PATCH] EventManager: fix description
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Fri Feb 12 14:34:36 CET 2016
On 02/12/2016 02:31 PM, Daniel Amm wrote:
> ---
> vlcpp/EventManager.hpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/vlcpp/EventManager.hpp b/vlcpp/EventManager.hpp
> index ba60fb7..70a94a1 100644
> --- a/vlcpp/EventManager.hpp
> +++ b/vlcpp/EventManager.hpp
> @@ -704,7 +704,7 @@ class MediaPlayerEventManager : public EventManager
> /**
> * \brief onAudioDevice Registers an event called when the current audio output device changes
> * \param f A std::function<void(std::string)> (or an equivalent Callable type)
> - * The provided string is the new current volume.
> + * The provided string is the new current audio device.
> */
> template <typename Func>
> RegisteredEvent onAudioDevice( Func&& f )
>
Merged, thanks!
More information about the vlc-devel
mailing list