RcStyle.findModuleInPath

Warning gtk_rc_find_module_in_path has been deprecated since version 3.0 and should not be used in newly-written code. Use GtkCssProvider instead. Searches for a theme engine in the GTK+ search path. This function is not useful for applications and should not be used.

class RcStyle
deprecated static
string
findModuleInPath
(
string moduleFile
)

Parameters

moduleFile string

name of a theme engine

Return Value

Type: string

The filename, if found (must be freed with g_free()), otherwise NULL. [type filename]

Meta