pidgin/gtkwebview.h

changeset 35713
4423f463a782
parent 35506
4252b2882889
child 35714
bb2c91c3e2db
equal deleted inserted replaced
35712:02bb71f502fc 35713:4423f463a782
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

mercurial