pidgin/gtkwebview.h

changeset 32554
0d844fac6679
parent 32513
9352b4c92d13
child 32577
e32ba7559843
equal deleted inserted replaced
32553:89309d941f9f 32554:0d844fac6679
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 */

mercurial