[PATCH 3/4] Elm.Win.resize_object_* may be given any Evas.Object

Łukasz Pankowski lukpank at o2.pl
Thu Mar 4 18:54:37 CET 2010


---
 vapi/elm.vapi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vapi/elm.vapi b/vapi/elm.vapi
index a266c8e..c7944a4 100644
--- a/vapi/elm.vapi
+++ b/vapi/elm.vapi
@@ -165,8 +165,8 @@ public class Win : Elm.Object
     [CCode (cname = "elm_win_add")]
     public Win( Elm.Object? parent = null, string name = "Untitled", WinType t = WinType.BASIC );
 
-    public void resize_object_add( Elm.Object subobj );
-    public void resize_object_del( Elm.Object subobj );
+    public void resize_object_add( Evas.Object subobj );
+    public void resize_object_del( Evas.Object subobj );
     public void title_set( string title );
     public void autodel_set( bool autodel );
     public void activate();
-- 
1.7.0


--=-=-=
Content-Type: text/x-diff
Content-Disposition: inline;
 filename=0004-change-return-type-of-Elm.Layout.edje_get-to-Edje.Ob.patch



More information about the Smartphones-userland mailing list