Function

Gtkrc_get_module_dir

deprecated: 3.0 

Declaration [src]

gchar*
gtk_rc_get_module_dir (
  void
)

Description [src]

Returns a directory in which GTK+ looks for theme engines. For full information about the search for theme engines, see the docs for GTK_PATH in [Running GTK+ Applications][gtk-running].

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 file system path, using the OS encoding.