diff options
Diffstat (limited to 'libempathy-gtk/empathy-webkit-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-webkit-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-webkit-utils.h b/libempathy-gtk/empathy-webkit-utils.h index 38cbfedcb..5ba0a840a 100644 --- a/libempathy-gtk/empathy-webkit-utils.h +++ b/libempathy-gtk/empathy-webkit-utils.h @@ -21,11 +21,15 @@ #ifndef _EMPATHY_WEBKIT_UTILS__H_ #define _EMPATHY_WEBKIT_UTILS__H_ +#include <webkit/webkit.h> + #include "empathy-string-parser.h" G_BEGIN_DECLS EmpathyStringParser *empathy_webkit_get_string_parser (gboolean smileys); +void empathy_webkit_bind_font_setting (WebKitWebView *webview, + GSettings *gsettings, const char *key); G_END_DECLS |