Seal GtkSettings.h

svn path=/trunk/; revision=20590
This commit is contained in:
Tim Janik
2008-06-20 11:06:58 +00:00
parent f61c311176
commit 95d2e86ee0

View File

@ -48,11 +48,11 @@ struct _GtkSettings
{
GObject parent_instance;
GData *queued_settings; /* of type GtkSettingsValue* */
GtkSettingsPropertyValue *property_values;
GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
GtkSettingsPropertyValue *GSEAL (property_values);
GtkRcContext *rc_context;
GdkScreen *screen;
GtkRcContext *GSEAL (rc_context);
GdkScreen *GSEAL (screen);
};
struct _GtkSettingsClass