jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=62b08178802c8c17d9c6a81eb8c3b0a05b6130d4

commit 62b08178802c8c17d9c6a81eb8c3b0a05b6130d4
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Fri Jun 10 15:10:43 2016 +0900

    Efl: Make size_hint_restricted_get public, set protected
    
    This is now possible thanks to 375179b47f (T3645).
---
 src/lib/efl/interfaces/efl_gfx_size_hint.eo | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/efl/interfaces/efl_gfx_size_hint.eo 
b/src/lib/efl/interfaces/efl_gfx_size_hint.eo
index 8c27394..5e07621 100644
--- a/src/lib/efl/interfaces/efl_gfx_size_hint.eo
+++ b/src/lib/efl/interfaces/efl_gfx_size_hint.eo
@@ -122,7 +122,7 @@ interface Efl.Gfx.Size.Hint
             h: int; [[Integer to use as the preferred height hint.]]
          }
       }
-      @property hint_restricted_min @protected {
+      @property hint_restricted_min {
          [[Internal hints for an object's minimum size.
 
            This is not a size enforcement in any way, it's just a hint
@@ -136,6 +136,8 @@ interface Efl.Gfx.Size.Hint
            this size internally, so any change to it from an application
            might be ignored. Use @.hint_min instead.
          ]]
+         set @protected {}
+         get {}
          values {
             w: int; [[Integer to use as the minimum width hint.]]
             h: int; [[Integer to use as the minimum height hint.]]

-- 


Reply via email to