cef_browser_t.get_identifier

Returns the globally unique identifier for this browser. This value is also used as the tabId for extension APIs.

struct cef_browser_t
extern (System)
int function(cef_browser_t* self) nothrow get_identifier;

Meta