Block direct #including in style headers
This commit is contained in:
@ -17,6 +17,10 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_GRADIENT_H__
|
#ifndef __GTK_GRADIENT_H__
|
||||||
#define __GTK_GRADIENT_H__
|
#define __GTK_GRADIENT_H__
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,10 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_STYLE_CONTEXT_H__
|
#ifndef __GTK_STYLE_CONTEXT_H__
|
||||||
#define __GTK_STYLE_CONTEXT_H__
|
#define __GTK_STYLE_CONTEXT_H__
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,10 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_STYLE_PROPERTIES_H__
|
#ifndef __GTK_STYLE_PROPERTIES_H__
|
||||||
#define __GTK_STYLE_PROPERTIES_H__
|
#define __GTK_STYLE_PROPERTIES_H__
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,10 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_STYLE_PROVIDER_H__
|
#ifndef __GTK_STYLE_PROVIDER_H__
|
||||||
#define __GTK_STYLE_PROVIDER_H__
|
#define __GTK_STYLE_PROVIDER_H__
|
||||||
|
|
||||||
@ -72,7 +76,7 @@ G_BEGIN_DECLS
|
|||||||
* GTK_STYLE_PROVIDER_PRIORITY_USER:
|
* GTK_STYLE_PROVIDER_PRIORITY_USER:
|
||||||
*
|
*
|
||||||
* The priority used for the style information from
|
* The priority used for the style information from
|
||||||
* <filename><replaceable>XDG_CONFIG_HOME</replaceable>/gtk-3.0/gtk.css</filename>
|
* <filename>~/.gtk-3.0.css</filename>.
|
||||||
*
|
*
|
||||||
* You should not use priorities higher than this, to
|
* You should not use priorities higher than this, to
|
||||||
* give the user the last word.
|
* give the user the last word.
|
||||||
|
|||||||
@ -17,6 +17,10 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_SYMBOLIC_COLOR_H__
|
#ifndef __GTK_SYMBOLIC_COLOR_H__
|
||||||
#define __GTK_SYMBOLIC_COLOR_H__
|
#define __GTK_SYMBOLIC_COLOR_H__
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,10 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_THEMING_ENGINE_H__
|
#ifndef __GTK_THEMING_ENGINE_H__
|
||||||
#define __GTK_THEMING_ENGINE_H__
|
#define __GTK_THEMING_ENGINE_H__
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,10 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __GTK_WIDGET_PATH_H__
|
#ifndef __GTK_WIDGET_PATH_H__
|
||||||
#define __GTK_WIDGET_PATH_H__
|
#define __GTK_WIDGET_PATH_H__
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user