cef_string_set

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias cef_string_set = cef_string_wide_set
  2. alias cef_string_set = cef_string_utf8_set
  3. alias cef_string_set = cef_string_utf16_set
    extern (C) @nogc nothrow
    static if(!(CEF_STRING_TYPE_WIDE))
    static if(!(CEF_STRING_TYPE_UTF8))
    alias cef_string_set = cef_string_utf16_set

Meta