hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=8e1e82c609a51d269ccfa4fd1b81130166204756

commit 8e1e82c609a51d269ccfa4fd1b81130166204756
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Thu Aug 7 15:34:16 2014 +0900

    dummy_obj: declare a function in the header to be exposed.
---
 src/include/dummy_obj.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/include/dummy_obj.h b/src/include/dummy_obj.h
index a623e64..7cec17f 100644
--- a/src/include/dummy_obj.h
+++ b/src/include/dummy_obj.h
@@ -1,3 +1,4 @@
 void dummy_obj_new(Evas_Object *layout);
 void dummy_obj_del(Evas_Object *layout);
+void dummy_obj_update(Evas_Object *layout);
 

-- 


Reply via email to