From 3b97f8064e775fd770188b4f186da95706e205f8 Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Tue, 9 Aug 2011 11:40:53 +1000 Subject: Utility to set the webkit default font/size from GSettings --- libempathy-gtk/empathy-webkit-utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy-gtk/empathy-webkit-utils.h') 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 + #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 -- cgit v1.2.3