From ced29277267476bbe4ba5e35f79a8d6a130cb989 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 14 Dec 2007 10:35:24 +0000 Subject: Only allow including from apps 2007-12-14 Alexander Larsson * Makefile.am: * fam/Makefile.am: * gappinfo.h: * gasyncresult.h: * gbufferedinputstream.h: * gbufferedoutputstream.h: * gcancellable.h: * gcontenttype.h: * gdatainputstream.h: * gdataoutputstream.h: * gdesktopappinfo.h: * gdirectorymonitor.h: * gdrive.h: * gfile.h: * gfileattribute.h: * gfileenumerator.h: * gfileicon.h: * gfileinfo.h: * gfileinputstream.h: * gfilemonitor.h: * gfilenamecompleter.h: * gfileoutputstream.h: * gfilterinputstream.h: * gfilteroutputstream.h: * gicon.h: * ginputstream.h: * gio.h: * gioerror.h: * giomodule.h: * gioscheduler.h: * gloadableicon.h: * gmemoryinputstream.h: * gmemoryoutputstream.h: * gmount.h: * gmountoperation.h: * goutputstream.h: * gseekable.h: * gsimpleasyncresult.h: * gthemedicon.h: * gunixinputstream.h: * gunixmounts.h: * gunixoutputstream.h: * gvfs.h: * gvolume.h: * gvolumemonitor.h: * inotify/Makefile.am: Only allow including from apps svn path=/trunk/; revision=6117 --- gio/gasyncresult.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gio/gasyncresult.h') diff --git a/gio/gasyncresult.h b/gio/gasyncresult.h index 123c20a7b..640d61118 100644 --- a/gio/gasyncresult.h +++ b/gio/gasyncresult.h @@ -20,6 +20,10 @@ * Author: Alexander Larsson */ +#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION) +#error "Only can be included directly." +#endif + #ifndef __G_ASYNC_RESULT_H__ #define __G_ASYNC_RESULT_H__ -- cgit v1.2.1