docs: Clarify docs for Efl.Screen.
authorXavi Artigas <xavierartigas@yahoo.es>
Thu, 14 Feb 2019 12:20:28 +0000 (13:20 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:34 +0000 (20:49 +0900)
src/lib/efl/interfaces/efl_screen.eo

index ee58232..1f9a5d9 100644 (file)
@@ -25,19 +25,19 @@ interface Efl.Screen
             ]]
          }
          values {
-            rotation: int; [[The degree of the screen.]]
+            rotation: int; [[Screen rortation in degrees.]]
          }
       }
       @property screen_dpi {
          get {
-            [[Get screen dpi for the screen that a window is on.
+            [[Get the pixel density in DPI (Dots Per Inch) for the screen that a window is on.
 
               @since 1.7
             ]]
          }
          values {
-            xdpi: int; [[Pointer to value to store return horizontal dpi. May be $null.]]
-            ydpi: int; [[Pointer to value to store return vertical dpi. May be $null.]]
+            xdpi: int; [[Horizontal DPI.]]
+            ydpi: int; [[Vertical DPI.]]
          }
       }
    }