1 2 3 4 5 6
#ifndef HTML_H #define HTML_H gboolean dwb_html_load(WebKitWebView *, const char *); #endif