Function
Gtkrc_reparse_all_for_settings
deprecated: 3.0
Declaration [src]
gboolean
gtk_rc_reparse_all_for_settings (
GtkSettings* settings,
gboolean force_load
)
Description [src]
If the modification time on any previously read file
for the given GtkSettings
has changed, discard all style information
and then reread all previously read RC files.
Deprecated since: 3.0
Use GtkCssProvider
instead.
Parameters
settings
-
Type:
GtkSettings
A
GtkSettings
.The data is owned by the caller of the function. force_load
-
Type:
gboolean
Load whether or not anything changed.