cef_preference_manager_t.can_set_preference

Returns true (1) if the preference with the specified |name| can be modified using SetPreference. As one example preferences set via the command-line usually cannot be modified. 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) nothrow can_set_preference;

Meta