rc_reparse_all_for_settings

function rc_reparse_all_for_settings(settings:Gtk.Settings, force_load:Boolean):Boolean {
    // Gjs wrapper for gtk_rc_reparse_all_for_settings()
}

If the modification time on any previously read file for the given Gtk.Settings has changed, discard all style information and then reread all previously read RC files.

settings

a Gtk.Settings

force_load

load whether or not anything changed

Returns

true if the files were reread.