cec: updated documentation for CBCecMenuStateChanged because we can't suppress displa...
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 23 Apr 2012 12:55:39 +0000 (14:55 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 23 Apr 2012 12:55:39 +0000 (14:55 +0200)
include/cectypes.h

index ae8db71ecc7527d0c6442645befc250e09aee5b4..c1cc1af89c2b9989af09e5878eb228d419a320da 100644 (file)
@@ -1083,9 +1083,10 @@ typedef struct ICECCallbacks
    * @brief Transfer a menu state change to the client.
    * Transfer a menu state change to the client. If the command returns 1, then the change will be processed by
    * the busdevice. If 0, then the state of the busdevice won't be changed, and will always be kept 'activated',
+   * @warning CEC does not allow the player to suppress the menu state change on the TV, so the menu on the TV will always be displayed, whatever the return value of this method is.
    * so keypresses are always routed.
    * @param newVal The new value.
-   * @return 1 when this change should be processed by the CCECBusDevice, false otherwise.
+   * @return 1 when libCEC should use this new value, 0 otherwise.
    */
   CBCecMenuStateChangedType CBCecMenuStateChanged;