[notify] add warning to gobjectnotifyqueue.c
authorRyan Lortie <desrt@desrt.ca>
Wed, 16 Nov 2011 15:45:31 +0000 (15:45 +0000)
committerRyan Lortie <desrt@desrt.ca>
Wed, 16 Nov 2011 17:50:13 +0000 (17:50 +0000)
Mention that this file gets installed, so people should probably not
modify it.

gobject/gobjectnotifyqueue.c

index 8aa1485..cfe01ba 100644 (file)
  * 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__