cef_browser_host_t.get_navigation_entries

Retrieve a snapshot of current navigation entries as values sent to the specified visitor. If |current_only| is true (1) only the current navigation entry will be sent, otherwise all navigation entries will be sent.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, cef_navigation_entry_visitor_t* visitor, int current_only) nothrow get_navigation_entries;

Meta