cec: bump version numbers to 1.5, to prepare for the new release
[deb_libcec.git] / include / cec.h
index a3a674e4bad62d1ffe246b57b536818f99d172d3..4a6ad989e7ef84042c2d47928cffda86e1b77124 100644 (file)
@@ -419,6 +419,11 @@ namespace CEC
      * @brief Tell libCEC to poll for active devices on the bus.
      */
     virtual void RescanActiveDevices(void) = 0;
+
+    /*!
+     * @return true when libCEC is the active source on the bus, false otherwise.
+     */
+    virtual bool IsLibCECActiveSource(void) = 0;
   };
 };