| 733 * |
733 * |
| 734 * Activate an action on the toolbar associated with a PidginWebView. |
734 * Activate an action on the toolbar associated with a PidginWebView. |
| 735 */ |
735 */ |
| 736 void pidgin_webview_activate_toolbar(PidginWebView *webview, PidginWebViewAction action); |
736 void pidgin_webview_activate_toolbar(PidginWebView *webview, PidginWebViewAction action); |
| 737 |
737 |
| |
738 void |
| |
739 pidgin_webview_switch_active_conversation(PidginWebView *webview, |
| |
740 PurpleConversation *conv); |
| |
741 |
| 738 /* Do not use. */ |
742 /* Do not use. */ |
| 739 void |
743 void |
| 740 pidgin_webview_set_toolbar(PidginWebView *webview, GtkWidget *toolbar); |
744 pidgin_webview_set_toolbar(PidginWebView *webview, GtkWidget *toolbar); |
| 741 |
745 |
| 742 G_END_DECLS |
746 G_END_DECLS |