[notify] add warning to gobjectnotifyqueue.c

Mention that this file gets installed, so people should probably not
modify it.
This commit is contained in:
Ryan Lortie 2011-11-16 15:45:31 +00:00
parent ac0ddcf23f
commit 9253f38a90

View File

@ -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__