cef_browser_host_t.get_visible_navigation_entry

Returns the current visible navigation entry for this browser. This function can only be called on the UI thread.

struct cef_browser_host_t
extern (System)
cef_navigation_entry_t* function(cef_browser_host_t* self) nothrow get_visible_navigation_entry;

Meta