evas: prevent people from including header directly.

This commit is contained in:
Cedric Bail 2013-06-27 15:27:30 +09:00
parent 2e7479f8db
commit 0ed0d79611
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,6 @@
#ifndef _EVAS_H
# error You shall not include this header directly
#endif
#define EVAS_VERSION_MAJOR 1
#define EVAS_VERSION_MINOR 8

View File

@ -1,4 +1,6 @@
#include <Eo.h>
#ifndef _EVAS_H
# error You shall not include this header directly
#endif
EAPI extern const Eo_Event_Description _EVAS_OBJECT_EVENT_MOUSE_IN;
EAPI extern const Eo_Event_Description _EVAS_OBJECT_EVENT_MOUSE_OUT;

View File

@ -1,3 +1,6 @@
#ifndef _EVAS_H
# error You shall not include this header directly
#endif
/**
* @ingroup Evas_Canvas