aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-webkit-utils.h
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-07-29 21:01:56 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commit89db427d713a8704e632776a1d7a628123cc82ff (patch)
tree72b28e9fd4260461ce4f7e9f59097f67e36c2d06 /libempathy-gtk/empathy-webkit-utils.h
parentd9f45de3b3da70e5d047313e0abb816d9f2fca3f (diff)
downloadgsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar.gz
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar.bz2
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar.lz
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar.xz
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.tar.zst
gsoc2013-empathy-89db427d713a8704e632776a1d7a628123cc82ff.zip
string-parser: move everything except for _match_smiley(), to tp-aw
empathy_string_match_smiley() depends on other files and it's not needed by tp-account-widgets, so we can leave it in libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy-gtk/empathy-webkit-utils.h')
-rw-r--r--libempathy-gtk/empathy-webkit-utils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-webkit-utils.h b/libempathy-gtk/empathy-webkit-utils.h
index 034e3bf55..98fdc4dcb 100644
--- a/libempathy-gtk/empathy-webkit-utils.h
+++ b/libempathy-gtk/empathy-webkit-utils.h
@@ -21,10 +21,9 @@
#ifndef _EMPATHY_WEBKIT_UTILS__H_
#define _EMPATHY_WEBKIT_UTILS__H_
+#include <tp-account-widgets/tpaw-string-parser.h>
#include <webkit/webkit.h>
-#include "empathy-string-parser.h"
-
G_BEGIN_DECLS
typedef enum {
@@ -32,7 +31,7 @@ typedef enum {
EMPATHY_WEBKIT_MENU_INSPECT = 1 << 1,
} EmpathyWebKitMenuFlags;
-EmpathyStringParser * empathy_webkit_get_string_parser (gboolean smileys);
+TpawStringParser * empathy_webkit_get_string_parser (gboolean smileys);
void empathy_webkit_bind_font_setting (WebKitWebView *webview,
GSettings *gsettings,