From a89ff8c99b267753989ee063f7f8c282fd02fff4 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Thu, 14 Feb 2019 13:20:28 +0100 Subject: [PATCH] docs: Clarify docs for Efl.Screen. --- src/lib/efl/interfaces/efl_screen.eo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/efl/interfaces/efl_screen.eo b/src/lib/efl/interfaces/efl_screen.eo index ee58232..1f9a5d9 100644 --- a/src/lib/efl/interfaces/efl_screen.eo +++ b/src/lib/efl/interfaces/efl_screen.eo @@ -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.]] } } } -- 2.7.4