embedding: begin cef string_multimap api

cef_string_multimap_alloc()
This commit is contained in:
Mike Blumenkrantz 2014-11-10 18:17:08 -05:00
parent 64cc9ec688
commit 89fa3bb99a
3 changed files with 28 additions and 4 deletions

View file

@ -52,6 +52,7 @@ pub mod request;
pub mod string;
pub mod string_list;
pub mod string_map;
pub mod string_multimap;
pub mod task;
pub mod types;
pub mod urlrequest;