cef_set_cookie_callback_t

Structure to implement to be notified of asynchronous completion via

More...
version(cef && embedded_cef_bindings)
extern (C)
struct cef_set_cookie_callback_t {}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

on_complete
void function(cef_set_cookie_callback_t* self, int success) nothrow on_complete;

Method that will be called upon completion. |success| will be true (1) if the cookie was set successfully.

Detailed Description

:set_cookie().

Meta