Seal GtkSettings.h
svn path=/trunk/; revision=20590
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user