cef_preference_manager_t.get_all_preferences

Returns all preferences as a dictionary. If |include_defaults| is true (1) then preferences currently at their default value will be included. The returned object contains a copy of the underlying preference values and modifications to the returned object will not modify the underlying preference values. This function must be called on the browser process UI thread.

struct cef_preference_manager_t
extern (System)
cef_dictionary_value_t* function(cef_preference_manager_t* self, int include_defaults) nothrow get_all_preferences;

Meta