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 platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows.