Eobj: eobj.h -> Eobj.h

Thanks to vtorri.

SVN revision: 69991
This commit is contained in:
Tom Hacohen 2012-04-10 09:12:46 +00:00
parent 11a314ca85
commit fdf72fa795
39 changed files with 38 additions and 39 deletions

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "simple.h" #include "simple.h"
#include "simple_protected.h" #include "simple_protected.h"

View File

@ -1,7 +1,7 @@
#ifndef INHERIT_H #ifndef INHERIT_H
#define INHERIT_H #define INHERIT_H
#include "eobj.h" #include "Eobj.h"
extern EAPI Eobj_Op INHERIT_BASE_ID; extern EAPI Eobj_Op INHERIT_BASE_ID;

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "simple.h" #include "simple.h"
#include "inherit.h" #include "inherit.h"

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "simple.h" #include "simple.h"
#include "simple_protected.h" #include "simple_protected.h"

View File

@ -1,7 +1,7 @@
#ifndef SIMPLE_H #ifndef SIMPLE_H
#define SIMPLE_H #define SIMPLE_H
#include "eobj.h" #include "Eobj.h"
extern EAPI Eobj_Op SIMPLE_BASE_ID; extern EAPI Eobj_Op SIMPLE_BASE_ID;

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "simple.h" #include "simple.h"
#include "simple2.h" #include "simple2.h"
#include "simple3.h" #include "simple3.h"

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "mixin.h" #include "mixin.h"
#include "simple.h" #include "simple.h"

View File

@ -1,7 +1,7 @@
#ifndef MIXIN_H #ifndef MIXIN_H
#define MIXIN_H #define MIXIN_H
#include "eobj.h" #include "Eobj.h"
extern EAPI Eobj_Op MIXIN_BASE_ID; extern EAPI Eobj_Op MIXIN_BASE_ID;

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "mixin.h" #include "mixin.h"
#include "simple.h" #include "simple.h"

View File

@ -1,7 +1,7 @@
#ifndef SIMPLE_H #ifndef SIMPLE_H
#define SIMPLE_H #define SIMPLE_H
#include "eobj.h" #include "Eobj.h"
extern EAPI Eobj_Op SIMPLE_BASE_ID; extern EAPI Eobj_Op SIMPLE_BASE_ID;

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "mixin.h" #include "mixin.h"
#include "simple2.h" #include "simple2.h"

View File

@ -1,7 +1,7 @@
#ifndef SIMPLE2_H #ifndef SIMPLE2_H
#define SIMPLE2_H #define SIMPLE2_H
#include "eobj.h" #include "Eobj.h"
#define SIMPLE2_CLASS simple2_class_get() #define SIMPLE2_CLASS simple2_class_get()
const Eobj_Class *simple2_class_get(void) EINA_CONST; const Eobj_Class *simple2_class_get(void) EINA_CONST;

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "mixin.h" #include "mixin.h"
#include "simple3.h" #include "simple3.h"

View File

@ -1,7 +1,7 @@
#ifndef SIMPLE3_H #ifndef SIMPLE3_H
#define SIMPLE3_H #define SIMPLE3_H
#include "eobj.h" #include "Eobj.h"
#define SIMPLE3_CLASS simple3_class_get() #define SIMPLE3_CLASS simple3_class_get()
const Eobj_Class *simple3_class_get(void) EINA_CONST; const Eobj_Class *simple3_class_get(void) EINA_CONST;

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "mixin.h" #include "mixin.h"
#include "simple.h" #include "simple.h"
#include "simple4.h" #include "simple4.h"

View File

@ -1,7 +1,7 @@
#ifndef SIMPLE4_H #ifndef SIMPLE4_H
#define SIMPLE4_H #define SIMPLE4_H
#include "eobj.h" #include "Eobj.h"
#define SIMPLE4_CLASS simple4_class_get() #define SIMPLE4_CLASS simple4_class_get()
const Eobj_Class *simple4_class_get(void) EINA_CONST; const Eobj_Class *simple4_class_get(void) EINA_CONST;

View File

@ -1,6 +1,6 @@
#include <Elementary.h> #include <Elementary.h>
#include "eobj.h" #include "Eobj.h"
#include "evas_obj.h" #include "evas_obj.h"
#include "elw_box.h" #include "elw_box.h"

View File

@ -1,7 +1,7 @@
#ifndef ELW_BOX_H #ifndef ELW_BOX_H
#define ELW_BOX_H #define ELW_BOX_H
#include "eobj.h" #include "Eobj.h"
extern EAPI Eobj_Op ELW_BOX_BASE_ID; extern EAPI Eobj_Op ELW_BOX_BASE_ID;

View File

@ -1,6 +1,6 @@
#include <Elementary.h> #include <Elementary.h>
#include "eobj.h" #include "Eobj.h"
#include "evas_obj.h" #include "evas_obj.h"
#include "elw_box.h" #include "elw_box.h"
#include "elw_button.h" #include "elw_button.h"

View File

@ -1,7 +1,7 @@
#ifndef ELW_BOXEDBUTTON_H #ifndef ELW_BOXEDBUTTON_H
#define ELW_BOXEDBUTTON_H #define ELW_BOXEDBUTTON_H
#include "eobj.h" #include "Eobj.h"
#define ELW_BOXEDBUTTON_CLASS elw_boxedbutton_class_get() #define ELW_BOXEDBUTTON_CLASS elw_boxedbutton_class_get()
const Eobj_Class *elw_boxedbutton_class_get(void) EINA_CONST; const Eobj_Class *elw_boxedbutton_class_get(void) EINA_CONST;

View File

@ -1,6 +1,6 @@
#include <Elementary.h> #include <Elementary.h>
#include "eobj.h" #include "Eobj.h"
#include "evas_obj.h" #include "evas_obj.h"
#include "elw_button.h" #include "elw_button.h"

View File

@ -1,7 +1,7 @@
#ifndef ELW_BUTTON_H #ifndef ELW_BUTTON_H
#define ELW_BUTTON_H #define ELW_BUTTON_H
#include "eobj.h" #include "Eobj.h"
extern EAPI Eobj_Op ELW_BUTTON_BASE_ID; extern EAPI Eobj_Op ELW_BUTTON_BASE_ID;

View File

@ -1,6 +1,6 @@
#include <Elementary.h> #include <Elementary.h>
#include "eobj.h" #include "Eobj.h"
#include "evas_obj.h" #include "evas_obj.h"
#include "elw_win.h" #include "elw_win.h"

View File

@ -1,7 +1,7 @@
#ifndef ELW_WIN_H #ifndef ELW_WIN_H
#define ELW_WIN_H #define ELW_WIN_H
#include "eobj.h" #include "Eobj.h"
#define ELW_WIN_CLASS elw_win_class_get() #define ELW_WIN_CLASS elw_win_class_get()
const Eobj_Class *elw_win_class_get(void) EINA_CONST; const Eobj_Class *elw_win_class_get(void) EINA_CONST;

View File

@ -1,6 +1,6 @@
#include <Elementary.h> #include <Elementary.h>
#include "eobj.h" #include "Eobj.h"
#include "evas_obj.h" #include "evas_obj.h"
static Eobj_Class *_my_class = NULL; static Eobj_Class *_my_class = NULL;

View File

@ -1,7 +1,7 @@
#ifndef EVAS_OBJ_H #ifndef EVAS_OBJ_H
#define EVAS_OBJ_H #define EVAS_OBJ_H
#include "eobj.h" #include "Eobj.h"
extern EAPI Eobj_Op EVAS_OBJ_BASE_ID; extern EAPI Eobj_Op EVAS_OBJ_BASE_ID;

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "simple.h" #include "simple.h"
#include "mixin.h" #include "mixin.h"

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "mixin.h" #include "mixin.h"
#include "simple.h" #include "simple.h"

View File

@ -1,7 +1,7 @@
#ifndef MIXIN_H #ifndef MIXIN_H
#define MIXIN_H #define MIXIN_H
#include "eobj.h" #include "Eobj.h"
extern EAPI Eobj_Op MIXIN_BASE_ID; extern EAPI Eobj_Op MIXIN_BASE_ID;

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "mixin.h" #include "mixin.h"
#include "simple.h" #include "simple.h"

View File

@ -1,7 +1,7 @@
#ifndef SIMPLE_H #ifndef SIMPLE_H
#define SIMPLE_H #define SIMPLE_H
#include "eobj.h" #include "Eobj.h"
extern EAPI Eobj_Op SIMPLE_BASE_ID; extern EAPI Eobj_Op SIMPLE_BASE_ID;

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "simple.h" #include "simple.h"
static Eina_Bool static Eina_Bool

View File

@ -1,4 +1,4 @@
#include "eobj.h" #include "Eobj.h"
#include "simple.h" #include "simple.h"
EAPI Eobj_Op SIMPLE_BASE_ID = 0; EAPI Eobj_Op SIMPLE_BASE_ID = 0;

View File

@ -1,7 +1,7 @@
#ifndef SIMPLE_H #ifndef SIMPLE_H
#define SIMPLE_H #define SIMPLE_H
#include "eobj.h" #include "Eobj.h"
extern EAPI Eobj_Op SIMPLE_BASE_ID; extern EAPI Eobj_Op SIMPLE_BASE_ID;

View File

@ -1,7 +1,6 @@
#include <Eina.h> #include <Eina.h>
#include <eina_log.h>
#include "eobj.h" #include "Eobj.h"
static int _eobj_log_dom = -1; static int _eobj_log_dom = -1;

View File

@ -5,7 +5,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include "eobj.h" #include "Eobj.h"
#include "eobj_suite.h" #include "eobj_suite.h"

View File

@ -5,7 +5,7 @@
#include <stdio.h> #include <stdio.h>
#include "eobj_suite.h" #include "eobj_suite.h"
#include "eobj.h" #include "Eobj.h"
START_TEST(eobj_simple) START_TEST(eobj_simple)
{ {

View File

@ -5,7 +5,7 @@
#include <stdio.h> #include <stdio.h>
#include "eobj_suite.h" #include "eobj_suite.h"
#include "eobj.h" #include "Eobj.h"
START_TEST(eobj_simple) START_TEST(eobj_simple)
{ {