GNOME Bugzilla – Bug 632539
Do not install gtkprivate.h
Last modified: 2010-10-20 09:36:10 UTC
The gtkprivate.h header is - as the name implies - private. And yet we install it anyway. Worse, we actually scan it for introspection, which leads to interesting warnings. The attached patch moves gtkprivate.h into the private header files where it belongs.
Created attachment 172691 [details] [review] build: Do not install gtkprivate.h This is a private header file, and it should *not* be installed. It should also not be scanned by the introspection machinery.
Created attachment 172749 [details] [review] Split off gtkprivate.h The gtkprivate.h header contains GtkWidget-specific private symbols that are not useful except in a handful of cases. Basically everything includes gtkprivate.h for the GTK_PARAM_* macros.
Attachment 172691 [details] pushed as 9b34bf1 - build: Do not install gtkprivate.h Attachment 172749 [details] pushed as 2cc059a - Split off gtkprivate.h