Searched refs:ParserHandle (Results 1 – 1 of 1) sorted by relevance
15 type ParserHandle = Ptr () function22 foreign import ccall "ucl_parser_new" ucl_parser_new :: CInt -> ParserHandle23 foreign import ccall "ucl_parser_add_string" ucl_parser_add_string :: ParserHandle -> CString -> CU…24 foreign import ccall "ucl_parser_add_file" ucl_parser_add_file :: ParserHandle -> CString -> IO Bool25 foreign import ccall "ucl_parser_get_object" ucl_parser_get_object :: ParserHandle -> UCLObjectHand…26 foreign import ccall "ucl_parser_get_error" ucl_parser_get_error :: ParserHandle -> CString