cef_delete_cookies_callback_t

Structure to implement to be notified of asynchronous completion via

More...

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

on_complete
void function(cef_delete_cookies_callback_t* self, int num_deleted) nothrow on_complete;

Method that will be called upon completion. |num_deleted| will be the number of cookies that were deleted.

Detailed Description

:delete_cookies().

Meta