[PATCH 4/4] change return type of Elm.Layout.edje_get() to Edje.Object

Łukasz Pankowski lukpank at o2.pl
Thu Mar 4 19:02:52 CET 2010


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

diff --git a/vapi/elm.deps b/vapi/elm.deps
index 5b30744..a51dc14 100644
--- a/vapi/elm.deps
+++ b/vapi/elm.deps
@@ -1,3 +1,4 @@
 eina
 evas
 ecore
+edje
diff --git a/vapi/elm.vapi b/vapi/elm.vapi
index c7944a4..4facf85 100644
--- a/vapi/elm.vapi
+++ b/vapi/elm.vapi
@@ -421,7 +421,7 @@ public class Layout : Elm.Object
     public void file_set( string file, string group );
     public void theme_set( string clas, string group, string style );
     public void content_set( string swallow, Elm.Object content );
-    public weak Elm.Object edje_get();
+    public unowned Edje.Object edje_get();
     public void sizing_eval();
 }
 
-- 
1.7.0


--=-=-=--



More information about the Smartphones-userland mailing list