RcStyle.findModuleInPath

Searches for a theme engine in the GTK+ search path. This function is not useful for applications and should not be used.

More...
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.

Detailed Description

Deprecated: Use gtk.CssProvider instead.