X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcec.h;h=c083777f94a1482e8f28c923e2ab8466cb96d935;hb=b74fd339e942f438e288f9e26cca404a5a430925;hp=0e463eb91fb4a88359f0a3b723dcc90681b81ac6;hpb=fa4798bd538f6114390884ad6f2f9c44c9f77e09;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index 0e463eb..c083777 100644 --- a/include/cec.h +++ b/include/cec.h @@ -2,7 +2,7 @@ /* * This file is part of the libCEC(R) library. * - * libCEC(R) is Copyright (C) 2011 Pulse-Eight Limited. All rights reserved. + * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited. All rights reserved. * libCEC(R) is an original work, containing original code. * * libCEC(R) is a trademark of Pulse-Eight Limited. @@ -60,10 +60,11 @@ namespace CEC /*! * @brief Set and enable the callback methods. If this method is not called, the GetNext...() methods will have to be used. + * @param cbParam Parameter to pass to callback methods. * @param callbacks The callbacks to set. * @return True when enabled, false otherwise. */ - virtual bool EnableCallbacks(ICECCallbacks *callbacks) = 0; + virtual bool EnableCallbacks(void *cbParam, ICECCallbacks *callbacks) = 0; /*! * @brief Try to find all connected CEC adapters. Only implemented on Linux and Windows at the moment.