From 9253f38a908f4b3304e2e195c87aad7b098e8bac Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 16 Nov 2011 15:45:31 +0000 Subject: [PATCH] [notify] add warning to gobjectnotifyqueue.c Mention that this file gets installed, so people should probably not modify it. --- gobject/gobjectnotifyqueue.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gobject/gobjectnotifyqueue.c b/gobject/gobjectnotifyqueue.c index 8aa1485..cfe01ba 100644 --- a/gobject/gobjectnotifyqueue.c +++ b/gobject/gobjectnotifyqueue.c @@ -17,6 +17,12 @@ * Boston, MA 02111-1307, USA. */ +/* WARNING: + * + * This file is INSTALLED and other projects (outside of glib) + * #include its contents. + */ + #ifndef __G_OBJECT_NOTIFY_QUEUE_H__ #define __G_OBJECT_NOTIFY_QUEUE_H__ -- 2.7.4