Function
Gtkrc_set_default_files
deprecated: 3.0
Declaration [src]
void
gtk_rc_set_default_files(
gchar**filenames
)
Description [src]
Sets the list of files that GTK+ will read at the end of gtk_init().
Deprecated since: 3.0
Use GtkStyleContext with a custom GtkStyleProvider instead.
Parameters
filenames-
Type: An array of
filenameA
NULL-terminated list of filenames.The array must beNULL-terminated.The data is owned by the caller of the function.Each element is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows.