photosgallery/viewframework/tvout/inc/glxtv.h
changeset 4 57d388cc48c1
parent 0 4e91876724a2
child 32 78ad99c24f08
--- a/photosgallery/viewframework/tvout/inc/glxtv.h	Tue Jan 26 11:58:28 2010 +0200
+++ b/photosgallery/viewframework/tvout/inc/glxtv.h	Tue Feb 02 00:10:37 2010 +0200
@@ -107,7 +107,7 @@
     IMPORT_C TSize ScreenSizeL() const;
    
     /**
-     * Is the TV Connected
+     * Is the Analog TV Connected
      * @return ETrue if active, otherwise EFalse
      */
     IMPORT_C TBool IsConnected() const; 
@@ -118,6 +118,11 @@
      */
     IMPORT_C TBool IsWidescreen() const; 
     
+    /**
+     * Is the HDMI TV Connected
+     * @return ETrue if active, otherwise EFalse
+     */
+    IMPORT_C TBool IsHDMIConnected() const;
     
 public: // from MGlxWindowVisibilityObserver
     /**