Eolian: Integration of Evas Common Interface
authorYossi Kantor <yossi.kantor@samsung.com>
Thu, 13 Mar 2014 12:15:22 +0000 (14:15 +0200)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Sun, 16 Mar 2014 07:23:00 +0000 (09:23 +0200)
src/lib/evas/canvas/evas_common_interface.c
src/lib/evas/canvas/evas_common_interface.eo

index 258fba0..2b205ac 100644 (file)
@@ -3,22 +3,4 @@
 
 #include "Eo.h"
 
-EAPI Eo_Op EVAS_COMMON_BASE_ID = EO_NOOP;
-
-static const Eo_Op_Description op_desc[] = {
-     EO_OP_DESCRIPTION(EVAS_COMMON_SUB_ID_EVAS_GET, "Return the evas parent attached to the object"),
-     EO_OP_DESCRIPTION_SENTINEL
-};
-
-static const Eo_Class_Description class_desc = {
-     EO_VERSION,
-     "Evas_Common_Interface",
-     EO_CLASS_TYPE_INTERFACE,
-     EO_CLASS_DESCRIPTION_OPS(&EVAS_COMMON_BASE_ID, op_desc, EVAS_COMMON_SUB_ID_LAST),
-     NULL,
-     0,
-     NULL,
-     NULL,
-};
-
-EO_DEFINE_CLASS(evas_common_class_get, &class_desc, NULL, NULL)
+#include "canvas/evas_common_interface.eo.c"
\ No newline at end of file
index 13c2b57..7c885c2 100644 (file)
@@ -1,6 +1,7 @@
 interface Evas_Common_Interface ()
 {
    eo_prefix: evas_common;
+   data: null;
    properties {
       evas {
          get {