| 574 */ |
574 */ |
| 575 void pidgin_webview_insert_link(PidginWebView *webview, const char *url, const char *desc); |
575 void pidgin_webview_insert_link(PidginWebView *webview, const char *url, const char *desc); |
| 576 |
576 |
| 577 /** |
577 /** |
| 578 * pidgin_webview_insert_image: |
578 * pidgin_webview_insert_image: |
| 579 * @webview: The PidginWebView |
579 * @webview: the PidginWebView. |
| 580 * @id: The PurpleStoredImage id |
580 * @image: the PurpleImage. |
| 581 * |
581 * |
| 582 * Inserts an image at the current location or selection in a PidginWebView. |
582 * Inserts an image at the current location or selection in a PidginWebView. |
| 583 */ |
583 */ |
| 584 void pidgin_webview_insert_image(PidginWebView *webview, int id); |
584 void |
| |
585 pidgin_webview_insert_image(PidginWebView *webview, PurpleImage *image); |
| 585 |
586 |
| 586 /** |
587 /** |
| 587 * pidgin_webview_get_protocol_name: |
588 * pidgin_webview_get_protocol_name: |
| 588 * @webview: The PidginWebView |
589 * @webview: The PidginWebView |
| 589 * |
590 * |