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.
This commit is contained in:
Matthias Clasen
2011-11-02 01:15:21 -04:00
parent 068e1f0390
commit feece3c0bb
27 changed files with 68 additions and 47 deletions

View File

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