diff pidgin/gtkwebview.h @ 32456:0250c8b3e159

Add some formatting signals to webview from imhtml.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 05 Jan 2012 05:59:21 +0000
parents c5e5938bb89a
children 4547ab591cfc
line wrap: on
line diff
--- a/pidgin/gtkwebview.h	Thu Jan 05 01:10:12 2012 +0000
+++ b/pidgin/gtkwebview.h	Thu Jan 05 05:59:21 2012 +0000
@@ -70,6 +70,11 @@
 struct _GtkWebViewClass
 {
 	WebKitWebViewClass parent;
+
+	void (*buttons_update)(GtkWebView *, GtkWebViewButtons);
+	void (*toggle_format)(GtkWebView *, GtkWebViewButtons);
+	void (*clear_format)(GtkWebView *);
+	void (*update_format)(GtkWebView *);
 };
 
 G_BEGIN_DECLS