Function

Gtkrc_parse

deprecated: 3.0 

Declaration [src]

void
gtk_rc_parse (
  const gchar* filename
)

Description [src]

Parses a given resource file.

Deprecated since: 3.0

Use GtkCssProvider instead.

Parameters

filename

Type: const gchar*

The filename of a file to parse. 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 NUL terminated UTF-8 string.