| 112 * @param markup The html markup to append |
112 * @param markup The html markup to append |
| 113 */ |
113 */ |
| 114 void gtk_webview_append_html(GtkWebView *webview, const char *markup); |
114 void gtk_webview_append_html(GtkWebView *webview, const char *markup); |
| 115 |
115 |
| 116 /** |
116 /** |
| 117 * Rather than use webkit_webview_load_string, this routine |
117 * Requests loading of the given content. |
| 118 * parses and displays the \<img id=?\> tags that make use of the |
|
| 119 * Pidgin imgstore. |
|
| 120 * |
118 * |
| 121 * @param webview The GtkWebView object |
119 * @param webview The GtkWebView object |
| 122 * @param html The HTML content to load |
120 * @param html The HTML content to load |
| 123 */ |
121 */ |
| 124 void gtk_webview_load_html_string(GtkWebView *webview, const char *html); |
122 void gtk_webview_load_html_string(GtkWebView *webview, const char *html); |