Function

Gtkrc_add_default_file

deprecated: 3.0 

Declaration [src]

void
gtk_rc_add_default_file (
  const gchar* filename
)

Description [src]

Adds a file to the list of files to be parsed at the end of gtk_init().

Deprecated since: 3.0

Use GtkStyleContext with a custom GtkStyleProvider instead.

Parameters

filename

Type: const gchar*

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

The data is owned by the caller of the function.
The value is a file system path, using the OS encoding.