{-# OPTIONS_GHC -fno-warn-unused-imports #-} #include #include "include/internal/cef_string_list.h" #include "include/internal/cef_export.h" module Bindings.CEF3.Internal.CefStringList where import Foreign.Ptr #strict_import import Bindings.CEF3.Internal.CefString {- typedef void * cef_string_list_t; -} #synonym_t cef_string_list_t, Ptr () #ccall cef_string_list_alloc , IO #ccall cef_string_list_size , -> IO CInt #ccall cef_string_list_value , -> CInt -> Ptr -> IO CInt #ccall cef_string_list_append , -> Ptr -> IO () #ccall cef_string_list_clear , -> IO () #ccall cef_string_list_free , -> IO () #ccall cef_string_list_copy , -> IO