Function
GtkThemingEngineload
deprecated: 3.14
Declaration [src]
GtkThemingEngine*
gtk_theming_engine_load (
  const gchar* name
)
      Description [src]
Loads and initializes a theming engine module from the standard directories.
Deprecated since: 3.14
Please do not use it in newly written code.
Parameters
name- 
            
Type:
const gchar*Theme engine name to load.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.  
Return value
Type: GtkThemingEngine
A theming engine, or NULL if
the engine name doesn’t exist.
| The data is owned by the called function. | 
The return value can be NULL. |