| 92 */ |
92 */ |
| 93 void gtk_webview_append_html(GtkWebView *webview, const char *markup); |
93 void gtk_webview_append_html(GtkWebView *webview, const char *markup); |
| 94 |
94 |
| 95 /** |
95 /** |
| 96 * Rather than use webkit_webview_load_string, this routine |
96 * Rather than use webkit_webview_load_string, this routine |
| 97 * parses and displays the <img id=?> tags that make use of the |
97 * parses and displays the \<img id=?\> tags that make use of the |
| 98 * Pidgin imgstore. |
98 * Pidgin imgstore. |
| 99 * |
99 * |
| 100 * @param webview The GtkWebView object |
100 * @param webview The GtkWebView object |
| 101 * @param html The HTML content to load |
101 * @param html The HTML content to load |
| 102 */ |
102 */ |