load

function load(name:String):Gtk.ThemingEngine {
    // Gjs wrapper for gtk_theming_engine_load()
}

Loads and initializes a theming engine module from the standard directories.

name

Theme engine name to load

Returns

A theming engine, or null if the engine name doesn't exist.