pidgin/gtkwebview.h

changeset 35766
f29bb25cfbd8
parent 35748
6c4993b737a4
child 35771
d9f3612faf8d
equal deleted inserted replaced
35765:e5fb5dd15044 35766:f29bb25cfbd8
603 * 603 *
604 * Activate an action on the toolbar associated with a PidginWebView. 604 * Activate an action on the toolbar associated with a PidginWebView.
605 */ 605 */
606 void pidgin_webview_activate_toolbar(PidginWebView *webview, PidginWebViewAction action); 606 void pidgin_webview_activate_toolbar(PidginWebView *webview, PidginWebViewAction action);
607 607
608 /**
609 * pidgin_webview_switch_active_conversation:
610 * @webview: The PidginWebView
611 * @conv: The conversation.
612 *
613 * Updates the webview for a new active #PurpleConversation.
614 */
608 void 615 void
609 pidgin_webview_switch_active_conversation(PidginWebView *webview, 616 pidgin_webview_switch_active_conversation(PidginWebView *webview,
610 PurpleConversation *conv); 617 PurpleConversation *conv);
611 618
612 /* Do not use. */ 619 /* Do not use. */

mercurial