diff options
author | Benjamin Otte <otte@redhat.com> | 2012-03-03 19:22:22 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2012-03-03 19:45:03 +0100 |
commit | 7844e8089c53ce3b4e209420f93a07b5ef3f7293 (patch) | |
tree | 454d17a604a575360fec101186295728caf0328c /gtk/gtksettings.h | |
parent | 9e28aa92239a781662df65f5dc62e552bc826f3e (diff) | |
download | gtk+-7844e8089c53ce3b4e209420f93a07b5ef3f7293.tar.gz |
types: Clean up gtkwidget.h includes
In particular gtksettings.h and gtkstylecontext.h needed to be included
in lots of places now.
Also, I order the includes alphabetically in a bunch of headers.
Diffstat (limited to 'gtk/gtksettings.h')
-rw-r--r-- | gtk/gtksettings.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/gtksettings.h b/gtk/gtksettings.h index 8ada711858..4a33093377 100644 --- a/gtk/gtksettings.h +++ b/gtk/gtksettings.h @@ -23,6 +23,7 @@ #define __GTK_SETTINGS_H__ #include <gdk/gdk.h> +#include <gtk/gtktypes.h> G_BEGIN_DECLS @@ -37,17 +38,11 @@ G_BEGIN_DECLS /* --- typedefs --- */ -typedef struct _GtkSettings GtkSettings; typedef struct _GtkSettingsPrivate GtkSettingsPrivate; typedef struct _GtkSettingsClass GtkSettingsClass; typedef struct _GtkSettingsValue GtkSettingsValue; -typedef gboolean (*GtkRcPropertyParser) (const GParamSpec *pspec, - const GString *rc_string, - GValue *property_value); - - /* --- structures --- */ struct _GtkSettings { |