X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcec.h;h=f5e75903149cdc91aa87a5a23aeebeb06bdb3b90;hb=e00dbf3a30a8514cbe941068aa9593978aa0dfc2;hp=bd56fff29161739ff9a4ada0efb44e1c6a647cd9;hpb=a8c39f8cb07622051f5091468efbcd980c833cff;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index bd56fff..f5e7590 100644 --- a/include/cec.h +++ b/include/cec.h @@ -36,7 +36,7 @@ #include "cectypes.h" -#define LIBCEC_VERSION_CURRENT CEC_SERVER_VERSION_1_8_1 +#define LIBCEC_VERSION_CURRENT CEC_SERVER_VERSION_1_9_0 namespace CEC { @@ -500,6 +500,8 @@ namespace CEC * Should be called as first call to libCEC, directly after CECInitialise() and before using Open() */ virtual void InitVideoStandalone(void) = 0; + + virtual const char *ToString(const cec_adapter_type type) = 0; }; };