WebKitGtk2 从字符串加载
WebKitGtk2 load from string
在 WebKitGtk1 中有一个 function 可以直接从字符串加载 html 页面。
webkit_web_view_load_string ()
Requests loading of the given content with the specified mime_type ,
encoding and base_uri .
WebKitGtk2 中是否有等效项?我想显示一个经常重新生成的 HTML 页面,因此无法将其保存为文件并加载此文件。
http://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebView.html
加载方法很少,例如webkit_web_view_load_html。请选择适合您的需求。
在 WebKitGtk1 中有一个 function 可以直接从字符串加载 html 页面。
webkit_web_view_load_string ()
Requests loading of the given content with the specified mime_type , encoding and base_uri .
WebKitGtk2 中是否有等效项?我想显示一个经常重新生成的 HTML 页面,因此无法将其保存为文件并加载此文件。
http://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebView.html
加载方法很少,例如webkit_web_view_load_html。请选择适合您的需求。