From bc3acca7eed4f90a33f43b624b4a49d09a75160e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 12 Apr 2008 15:22:57 +0000 Subject: Add epiphany.h. Only allow including epiphany.h; all other headers are private svn path=/trunk/; revision=8211 --- embed/ephy-embed-prefs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'embed/ephy-embed-prefs.h') diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h index fce0ed04d..0222c96cb 100644 --- a/embed/ephy-embed-prefs.h +++ b/embed/ephy-embed-prefs.h @@ -39,4 +39,8 @@ #define CONF_RENDERING_FONT_MIN_SIZE_OLD "/apps/epiphany/web/font_min_size" #define CONF_RENDERING_FONT_TYPE_OLD "/apps/epiphany/web/default_font_type" +#if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION) +#error "Only can be included directly." +#endif + #define USER_STYLESHEET_FILENAME "user-stylesheet.css" -- cgit v1.2.3