#include #include -- | module Bindings.Libcddb.CddbSite where #strict_import import Bindings.Libcddb.CddbError #opaque_t cddb_site_t #integral_t cddb_protocol_t #num PROTO_UNKNOWN #num PROTO_CDDBP #num PROTO_HTTP #ccall cddb_site_new , IO (Ptr ) #ccall cddb_site_destroy , Ptr -> IO #ccall cddb_site_clone , Ptr -> IO (Ptr ) #ccall cddb_site_get_address , Ptr -> \ Ptr CString -> Ptr CUInt -> IO #ccall cddb_site_set_address , Ptr -> CString -> \ CUInt -> IO #ccall cddb_site_get_protocol , Ptr -> \ IO #ccall cddb_site_set_protocol , Ptr -> \ -> IO #ccall cddb_site_get_query_path , Ptr -> \ Ptr CString -> IO #ccall cddb_site_set_query_path , Ptr -> \ CString -> IO #ccall cddb_site_get_submit_path , Ptr -> \ Ptr CString -> IO #ccall cddb_site_set_submit_path , Ptr -> \ CString -> IO #ccall cddb_site_get_location , Ptr -> Ptr CFloat -> \ Ptr CFloat -> IO #ccall cddb_site_set_location , Ptr -> CFloat -> \ CFloat -> IO #ccall cddb_site_get_description , Ptr -> \ Ptr CString -> IO #ccall cddb_site_set_description , Ptr -> \ CString -> IO #ccall cddb_site_parse , Ptr -> CString -> IO CInt #ccall cddb_site_print , Ptr -> IO