summaryrefslogtreecommitdiff
path: root/gtk/gtksettings.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-11-02 01:15:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-11-02 01:15:21 -0400
commitfeece3c0bb2c17599f085263d0f483cc7f172724 (patch)
tree8d1c0e299d455d9d268991d27104bc2bbd18aa76 /gtk/gtksettings.h
parent068e1f03901ae0b5aa6819d64a122fd2fa5be643 (diff)
downloadgtk+-feece3c0bb2c17599f085263d0f483cc7f172724.tar.gz
Move gtkstyle and gtkrc to deprecated/
This required a somewhat more substantial include reshuffling. Some typedefs have been moved to gtkiconfactory.h and to gtksettings.h.
Diffstat (limited to 'gtk/gtksettings.h')
-rw-r--r--gtk/gtksettings.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk/gtksettings.h b/gtk/gtksettings.h
index afa1ff089e..917b2877a6 100644
--- a/gtk/gtksettings.h
+++ b/gtk/gtksettings.h
@@ -23,7 +23,7 @@
#ifndef __GTK_SETTINGS_H__
#define __GTK_SETTINGS_H__
-#include <gtk/gtkrc.h>
+#include <gdk/gdk.h>
G_BEGIN_DECLS
@@ -38,11 +38,17 @@ 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
{