rc_add_default_file

function rc_add_default_file(filename:filename):void {
    // Gjs wrapper for gtk_rc_add_default_file()
}

Adds a file to the list of files to be parsed at the end of init.

filename

the pathname to the file. If filename is not absolute, it is searched in the current directory.