cloudtrends / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
1 stars 1 forks source link

Add class accessors for CEF structure string/array members #222

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CEF wraps structure types like cef_settings_t with C++ classes that are then 
used by the C++ API. Some users have difficulty using the C API for modifying 
string (cef_string_t) and array (cef_string_list_t) members of these 
structures. Provide methods on the C++ wrapper classes that accept CefString 
and std::vector arguments and make it easier to get/set the underlying 
cef_string_t and cef_string_list_t members.

Original issue reported on code.google.com by magreenb...@gmail.com on 18 Apr 2011 at 4:53

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/222

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:20