docs: Clarify docs for Efl.Screen.

This commit is contained in:
Xavi Artigas 2019-02-14 13:20:28 +01:00
parent 7ab9b48151
commit 39aee23368
1 changed files with 4 additions and 4 deletions

View 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.]]
}
}
}