]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-webkit-utils.h
Updated Kannada translation
[empathy.git] / libempathy-gtk / empathy-webkit-utils.h
index 9ab02eeddc78499fcb55552a79a2279fb3c474d9..98fdc4dcbe85a74a4935152e1734c9d6c749681e 100644 (file)
 #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 {
     EMPATHY_WEBKIT_MENU_CLEAR = 1 << 0,
+    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,