rc_parse
function rc_parse(filename:String):void {
// Gjs wrapper for gtk_rc_parse()
}Parses a given resource file.
- filename
the filename of a file to parse. If filename is not absolute, it is searched in the current directory.
function rc_parse(filename:String):void {
// Gjs wrapper for gtk_rc_parse()
}Parses a given resource file.
the filename of a file to parse. If filename is not absolute, it is searched in the current directory.