cef_preference_manager_t.set_preference

Set the |value| associated with preference |name|. Returns true (1) if the value is set successfully and false (0) otherwise. If |value| is NULL the preference will be restored to its default value. If setting the preference fails then |error| will be populated with a detailed description of the problem. This function must be called on the browser process UI thread.

struct cef_preference_manager_t
extern (System)
int function(cef_preference_manager_t* self, const(cef_string_t)* name, cef_value_t* value, cef_string_t* error) nothrow set_preference;

Meta