rc_find_module_in_path

function rc_find_module_in_path(module_file:String):filename {
    // Gjs wrapper for gtk_rc_find_module_in_path()
}

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

module_file

name of a theme engine

Returns

The filename, if found (must be freed with GLib.free), otherwise null.