cef_cookie_manager_t.flush_store

Flush the backing store (if any) to disk. If |callback| is non-NULL it will be executed asnychronously on the UI thread after the flush is complete. Returns false (0) if cookies cannot be accessed.

struct cef_cookie_manager_t
extern (System)
int function(cef_cookie_manager_t* self, cef_completion_callback_t* callback) nothrow flush_store;

Meta