X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcectypes.h;h=ce042cc94ca212eb06394ca6dcf0cdaaa75b5edb;hb=0bfce006fc14af881794e66a63c4ea67797c2c86;hp=3e4c85390978f71c36f7b6d7aaddd18bd97eb523;hpb=5ae8fa48569353b29e924985e4161e595005d2df;p=deb_libcec.git diff --git a/include/cectypes.h b/include/cectypes.h index 3e4c853..ce042cc 100644 --- a/include/cectypes.h +++ b/include/cectypes.h @@ -588,6 +588,7 @@ typedef enum cec_vendor_id CEC_VENDOR_LG = 0xE091, CEC_VENDOR_PANASONIC = 0x8045, CEC_VENDOR_PIONEER = 0xE036, + CEC_VENDOR_ONKYO = 0x09B0, CEC_VENDOR_UNKNOWN = 0 } cec_vendor_id; @@ -738,6 +739,15 @@ typedef struct cec_device_type_list cec_device_type types[5]; #ifdef __cplusplus + /*! + * @deprecated + */ + void clear(void) { Clear(); } + /*! + * @deprecated + */ + void add(const cec_device_type type) { Add(type); } + void Clear(void) { for (unsigned int iPtr = 0; iPtr < 5; iPtr++)