{-# OPTIONS_GHC -fno-warn-unused-imports #-} #include #include "include/internal/cef_string_map.h" #include "include/internal/cef_export.h" module Bindings.CEF3.Internal.CefStringMap where import Foreign.Ptr #strict_import import Bindings.CEF3.Internal.CefString {- typedef void * cef_string_map_t; -} #synonym_t cef_string_map_t, Ptr () #ccall cef_string_map_alloc , IO #ccall cef_string_map_size , -> IO CInt #ccall cef_string_map_find , -> Ptr -> Ptr -> IO CInt #ccall cef_string_map_key , -> CInt -> Ptr -> IO CInt #ccall cef_string_map_value , -> CInt -> Ptr -> IO CInt #ccall cef_string_map_append , -> Ptr -> Ptr -> IO CInt #ccall cef_string_map_clear , -> IO () #ccall cef_string_map_free , -> IO ()