Eobj: eobj.h -> Eobj.h
authortasn <tasn>
Tue, 10 Apr 2012 09:12:46 +0000 (09:12 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 10 Apr 2012 09:12:46 +0000 (09:12 +0000)
Thanks to vtorri.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@69991 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

39 files changed:
examples/access/inherit.c
examples/access/inherit.h
examples/access/main.c
examples/access/simple.c
examples/access/simple.h
examples/constructors/main.c
examples/constructors/mixin.c
examples/constructors/mixin.h
examples/constructors/simple.c
examples/constructors/simple.h
examples/constructors/simple2.c
examples/constructors/simple2.h
examples/constructors/simple3.c
examples/constructors/simple3.h
examples/constructors/simple4.c
examples/constructors/simple4.h
examples/evas/elw_box.c
examples/evas/elw_box.h
examples/evas/elw_boxedbutton.c
examples/evas/elw_boxedbutton.h
examples/evas/elw_button.c
examples/evas/elw_button.h
examples/evas/elw_win.c
examples/evas/elw_win.h
examples/evas/evas_obj.c
examples/evas/evas_obj.h
examples/mixin/main.c
examples/mixin/mixin.c
examples/mixin/mixin.h
examples/mixin/simple.c
examples/mixin/simple.h
examples/signals/main.c
examples/signals/simple.c
examples/signals/simple.h
lib/Eobj.h [moved from lib/eobj.h with 100% similarity]
lib/eobj.c
tests/eobj_suite.c
tests/eobj_test_general.c
tests/eobj_test_init.c

index c7c4377..942fff6 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "simple.h"
 #include "simple_protected.h"
 
index 4188c11..e43aabb 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef INHERIT_H
 #define INHERIT_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 extern EAPI Eobj_Op INHERIT_BASE_ID;
 
index 1102b36..a2b22fc 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "simple.h"
 #include "inherit.h"
 
index 96a67d5..cf20414 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "simple.h"
 #include "simple_protected.h"
 
index ec75205..88fffa6 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SIMPLE_H
 #define SIMPLE_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 extern EAPI Eobj_Op SIMPLE_BASE_ID;
 
index 3ed8c71..a684d01 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "simple.h"
 #include "simple2.h"
 #include "simple3.h"
index fa93f9b..a591482 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "mixin.h"
 #include "simple.h"
 
index d5efae2..886418c 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef MIXIN_H
 #define MIXIN_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 extern EAPI Eobj_Op MIXIN_BASE_ID;
 
index 3f2f4af..13d0426 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "mixin.h"
 #include "simple.h"
 
index 4baf2b0..77ba284 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SIMPLE_H
 #define SIMPLE_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 extern EAPI Eobj_Op SIMPLE_BASE_ID;
 
index 3f76e52..0ddaadc 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "mixin.h"
 #include "simple2.h"
 
index 215f385..2c376c0 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SIMPLE2_H
 #define SIMPLE2_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 #define SIMPLE2_CLASS simple2_class_get()
 const Eobj_Class *simple2_class_get(void) EINA_CONST;
index 76c12be..8e82447 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "mixin.h"
 #include "simple3.h"
 
index 1ef3a17..b3281c0 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SIMPLE3_H
 #define SIMPLE3_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 #define SIMPLE3_CLASS simple3_class_get()
 const Eobj_Class *simple3_class_get(void) EINA_CONST;
index 6bc323c..b68a480 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "mixin.h"
 #include "simple.h"
 #include "simple4.h"
index 92ecc44..695c748 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SIMPLE4_H
 #define SIMPLE4_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 #define SIMPLE4_CLASS simple4_class_get()
 const Eobj_Class *simple4_class_get(void) EINA_CONST;
index 4156d08..33c0480 100644 (file)
@@ -1,6 +1,6 @@
 #include <Elementary.h>
 
-#include "eobj.h"
+#include "Eobj.h"
 #include "evas_obj.h"
 #include "elw_box.h"
 
index 0e91fd0..9bd8621 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef ELW_BOX_H
 #define ELW_BOX_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 extern EAPI Eobj_Op ELW_BOX_BASE_ID;
 
index a50b484..e95071a 100644 (file)
@@ -1,6 +1,6 @@
 #include <Elementary.h>
 
-#include "eobj.h"
+#include "Eobj.h"
 #include "evas_obj.h"
 #include "elw_box.h"
 #include "elw_button.h"
index 89cfdbb..4a1c9fd 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef ELW_BOXEDBUTTON_H
 #define ELW_BOXEDBUTTON_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 #define ELW_BOXEDBUTTON_CLASS elw_boxedbutton_class_get()
 const Eobj_Class *elw_boxedbutton_class_get(void) EINA_CONST;
index 6979ccf..4ca8844 100644 (file)
@@ -1,6 +1,6 @@
 #include <Elementary.h>
 
-#include "eobj.h"
+#include "Eobj.h"
 #include "evas_obj.h"
 #include "elw_button.h"
 
index a4da9e7..7e78c69 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef ELW_BUTTON_H
 #define ELW_BUTTON_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 extern EAPI Eobj_Op ELW_BUTTON_BASE_ID;
 
index 9457170..afddb13 100644 (file)
@@ -1,6 +1,6 @@
 #include <Elementary.h>
 
-#include "eobj.h"
+#include "Eobj.h"
 #include "evas_obj.h"
 #include "elw_win.h"
 
index 32b984c..a59b2ec 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef ELW_WIN_H
 #define ELW_WIN_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 #define ELW_WIN_CLASS elw_win_class_get()
 const Eobj_Class *elw_win_class_get(void) EINA_CONST;
index b7d518f..e53caaa 100644 (file)
@@ -1,6 +1,6 @@
 #include <Elementary.h>
 
-#include "eobj.h"
+#include "Eobj.h"
 #include "evas_obj.h"
 
 static Eobj_Class *_my_class = NULL;
index 1f2a50f..49a2f69 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef EVAS_OBJ_H
 #define EVAS_OBJ_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 extern EAPI Eobj_Op EVAS_OBJ_BASE_ID;
 
index 47987f4..4e36833 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "simple.h"
 #include "mixin.h"
 
index 365e405..7a6eff9 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "mixin.h"
 #include "simple.h"
 
index d5efae2..886418c 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef MIXIN_H
 #define MIXIN_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 extern EAPI Eobj_Op MIXIN_BASE_ID;
 
index 57e3eb1..f03947a 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "mixin.h"
 #include "simple.h"
 
index 4baf2b0..77ba284 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SIMPLE_H
 #define SIMPLE_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 extern EAPI Eobj_Op SIMPLE_BASE_ID;
 
index 7ebb78c..867e1ce 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "simple.h"
 
 static Eina_Bool
index ae5bbd3..3150b27 100644 (file)
@@ -1,4 +1,4 @@
-#include "eobj.h"
+#include "Eobj.h"
 #include "simple.h"
 
 EAPI Eobj_Op SIMPLE_BASE_ID = 0;
index 10fe639..3aa2023 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SIMPLE_H
 #define SIMPLE_H
 
-#include "eobj.h"
+#include "Eobj.h"
 
 extern EAPI Eobj_Op SIMPLE_BASE_ID;
 
similarity index 100%
rename from lib/eobj.h
rename to lib/Eobj.h
index c656750..4892c34 100644 (file)
@@ -1,7 +1,6 @@
 #include <Eina.h>
-#include <eina_log.h>
 
-#include "eobj.h"
+#include "Eobj.h"
 
 static int _eobj_log_dom = -1;
 
index b6f1d46..8c579b4 100644 (file)
@@ -5,7 +5,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#include "eobj.h"
+#include "Eobj.h"
 
 #include "eobj_suite.h"
 
index d44abcc..8e55c61 100644 (file)
@@ -5,7 +5,7 @@
 #include <stdio.h>
 
 #include "eobj_suite.h"
-#include "eobj.h"
+#include "Eobj.h"
 
 START_TEST(eobj_simple)
 {
index 507ed7d..52b8883 100644 (file)
@@ -5,7 +5,7 @@
 #include <stdio.h>
 
 #include "eobj_suite.h"
-#include "eobj.h"
+#include "Eobj.h"
 
 START_TEST(eobj_simple)
 {