pidgin/gtkwebview.h

changeset 35812
48c6ee645ca1
parent 35796
bc5253318167
child 35935
98e92d543d73
child 37134
07746c9a04bf
equal deleted inserted replaced
35811:f86e09b6ed33 35812:48c6ee645ca1
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 *

mercurial