cef_preference_manager_t.has_preference

Returns true (1) if a preference with the specified |name| exists. 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 has_preference;

Meta