cec: added documentation of the methods in cecloader.h and added 'deprecated' to...
[deb_libcec.git] / include / cec.h
index 84cd7e6ee92c7d35eb0826f4c826a8493cecf0a6..8212f17c877accd56ab44b5c7fe516989b32483d 100644 (file)
@@ -232,6 +232,7 @@ namespace CEC
 extern "C" DECLSPEC void * CECInit(const char *strDeviceName, CEC::cec_device_type_list devicesTypes);
 
 /*!
+ * @deprecated Please use CECInit() instead
  * @brief Load the CEC adapter library.
  * @param strDeviceName How to present this device to other devices.
  * @param iLogicalAddress The logical of this device. PLAYBACKDEVICE1 by default.