Function

Gtkrc_get_theme_dir

deprecated: 3.0 

Declaration [src]

gchar*
gtk_rc_get_theme_dir (
  void
)

Description [src]

Returns the standard directory in which themes should be installed. (GTK+ does not actually use this directory itself.)

Deprecated since: 3.0

Use GtkCssProvider instead.

Return value

Type: gchar*

The directory (must be freed with g_free()).

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.