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; GObject parent_instance;
GData *queued_settings; /* of type GtkSettingsValue* */ GData *GSEAL (queued_settings); /* of type GtkSettingsValue* */
GtkSettingsPropertyValue *property_values; GtkSettingsPropertyValue *GSEAL (property_values);
GtkRcContext *rc_context; GtkRcContext *GSEAL (rc_context);
GdkScreen *screen; GdkScreen *GSEAL (screen);
}; };
struct _GtkSettingsClass struct _GtkSettingsClass