xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=714478cbf3ba6630e2f3255ae56f1d2af4ac7312

commit 714478cbf3ba6630e2f3255ae56f1d2af4ac7312
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Tue Nov 5 11:48:40 2019 +0100

    docs: Efl.Gfx.View
---
 src/lib/efl/interfaces/efl_gfx_view.eo | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/lib/efl/interfaces/efl_gfx_view.eo 
b/src/lib/efl/interfaces/efl_gfx_view.eo
index bf29419c60..1737aa73e7 100644
--- a/src/lib/efl/interfaces/efl_gfx_view.eo
+++ b/src/lib/efl/interfaces/efl_gfx_view.eo
@@ -2,7 +2,10 @@ import eina_types;
 
 interface @beta Efl.Gfx.View
 {
-   [[Efl graphics view interface]]
+   [[Interface for graphical objects with a native size which might be
+     different from the desired rendered size (controlled through the
+     @.view_size property).
+   ]]
    c_prefix: efl_gfx;
    methods {
       @property view_size {

-- 


Reply via email to